[tx-robot] updated from transifex
This commit is contained in:
parent
3dd19c7758
commit
f31d31844e
|
@ -41,6 +41,7 @@ $TRANSLATIONS = array(
|
||||||
"Your storage is almost full ({usedSpacePercent}%)" => "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)",
|
"Your storage is almost full ({usedSpacePercent}%)" => "Ο αποθηκευτικός χώρος είναι σχεδόν γεμάτος ({usedSpacePercent}%)",
|
||||||
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις",
|
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις",
|
||||||
"Your download is being prepared. This might take some time if the files are big." => "Η λήψη προετοιμάζεται. Αυτό μπορεί να πάρει ώρα εάν τα αρχεία έχουν μεγάλο μέγεθος.",
|
"Your download is being prepared. This might take some time if the files are big." => "Η λήψη προετοιμάζεται. Αυτό μπορεί να πάρει ώρα εάν τα αρχεία έχουν μεγάλο μέγεθος.",
|
||||||
|
"Error moving file" => "Σφάλμα κατά τη μετακίνηση του αρχείου",
|
||||||
"Name" => "Όνομα",
|
"Name" => "Όνομα",
|
||||||
"Size" => "Μέγεθος",
|
"Size" => "Μέγεθος",
|
||||||
"Modified" => "Τροποποιήθηκε",
|
"Modified" => "Τροποποιήθηκε",
|
||||||
|
|
|
@ -13,10 +13,14 @@ $TRANSLATIONS = array(
|
||||||
"Missing a temporary folder" => "Hiányzik egy ideiglenes mappa",
|
"Missing a temporary folder" => "Hiányzik egy ideiglenes mappa",
|
||||||
"Failed to write to disk" => "Nem sikerült a lemezre történő írás",
|
"Failed to write to disk" => "Nem sikerült a lemezre történő írás",
|
||||||
"Not enough storage available" => "Nincs elég szabad hely.",
|
"Not enough storage available" => "Nincs elég szabad hely.",
|
||||||
|
"Upload failed. Could not get file info." => "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el.",
|
||||||
|
"Upload failed. Could not find uploaded file" => "A feltöltés nem sikerült. Nem található a feltöltendő állomány.",
|
||||||
"Invalid directory." => "Érvénytelen mappa.",
|
"Invalid directory." => "Érvénytelen mappa.",
|
||||||
"Files" => "Fájlok",
|
"Files" => "Fájlok",
|
||||||
|
"Unable to upload {filename} as it is a directory or has 0 bytes" => "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll.",
|
||||||
"Not enough space available" => "Nincs elég szabad hely",
|
"Not enough space available" => "Nincs elég szabad hely",
|
||||||
"Upload cancelled." => "A feltöltést megszakítottuk.",
|
"Upload cancelled." => "A feltöltést megszakítottuk.",
|
||||||
|
"Could not get result from server." => "A kiszolgálótól nem kapható meg az eredmény.",
|
||||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.",
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Fájlfeltöltés van folyamatban. Az oldal elhagyása megszakítja a feltöltést.",
|
||||||
"URL cannot be empty." => "Az URL nem lehet semmi.",
|
"URL cannot be empty." => "Az URL nem lehet semmi.",
|
||||||
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés",
|
"Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Érvénytelen mappanév. A 'Shared' az ownCloud számára fenntartott elnevezés",
|
||||||
|
@ -31,15 +35,18 @@ $TRANSLATIONS = array(
|
||||||
"cancel" => "mégse",
|
"cancel" => "mégse",
|
||||||
"replaced {new_name} with {old_name}" => "{new_name} fájlt kicseréltük ezzel: {old_name}",
|
"replaced {new_name} with {old_name}" => "{new_name} fájlt kicseréltük ezzel: {old_name}",
|
||||||
"undo" => "visszavonás",
|
"undo" => "visszavonás",
|
||||||
"_%n folder_::_%n folders_" => array("",""),
|
"_%n folder_::_%n folders_" => array("%n mappa","%n mappa"),
|
||||||
"_%n file_::_%n files_" => array("",""),
|
"_%n file_::_%n files_" => array("%n állomány","%n állomány"),
|
||||||
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
"{dirs} and {files}" => "{dirs} és {files}",
|
||||||
|
"_Uploading %n file_::_Uploading %n files_" => array("%n állomány feltöltése","%n állomány feltöltése"),
|
||||||
"'.' is an invalid file name." => "'.' fájlnév érvénytelen.",
|
"'.' is an invalid file name." => "'.' fájlnév érvénytelen.",
|
||||||
"File name cannot be empty." => "A fájlnév nem lehet semmi.",
|
"File name cannot be empty." => "A fájlnév nem lehet semmi.",
|
||||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'",
|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Érvénytelen elnevezés. Ezek a karakterek nem használhatók: '\\', '/', '<', '>', ':', '\"', '|', '?' és '*'",
|
||||||
"Your storage is full, files can not be updated or synced anymore!" => "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.",
|
"Your storage is full, files can not be updated or synced anymore!" => "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.",
|
||||||
"Your storage is almost full ({usedSpacePercent}%)" => "A tároló majdnem tele van ({usedSpacePercent}%)",
|
"Your storage is almost full ({usedSpacePercent}%)" => "A tároló majdnem tele van ({usedSpacePercent}%)",
|
||||||
|
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani.",
|
||||||
"Your download is being prepared. This might take some time if the files are big." => "Készül a letöltendő állomány. Ez eltarthat egy ideig, ha nagyok a fájlok.",
|
"Your download is being prepared. This might take some time if the files are big." => "Készül a letöltendő állomány. Ez eltarthat egy ideig, ha nagyok a fájlok.",
|
||||||
|
"Error moving file" => "Az állomány áthelyezése nem sikerült.",
|
||||||
"Name" => "Név",
|
"Name" => "Név",
|
||||||
"Size" => "Méret",
|
"Size" => "Méret",
|
||||||
"Modified" => "Módosítva",
|
"Modified" => "Módosítva",
|
||||||
|
|
|
@ -8,8 +8,8 @@ $TRANSLATIONS = array(
|
||||||
"Delete permanently" => "Végleges törlés",
|
"Delete permanently" => "Végleges törlés",
|
||||||
"Name" => "Név",
|
"Name" => "Név",
|
||||||
"Deleted" => "Törölve",
|
"Deleted" => "Törölve",
|
||||||
"_%n folder_::_%n folders_" => array("",""),
|
"_%n folder_::_%n folders_" => array("","%n mappa"),
|
||||||
"_%n file_::_%n files_" => array("",""),
|
"_%n file_::_%n files_" => array("","%n állomány"),
|
||||||
"restored" => "visszaállítva",
|
"restored" => "visszaállítva",
|
||||||
"Nothing in here. Your trash bin is empty!" => "Itt nincs semmi. Az Ön szemetes mappája üres!",
|
"Nothing in here. Your trash bin is empty!" => "Itt nincs semmi. Az Ön szemetes mappája üres!",
|
||||||
"Restore" => "Visszaállítás",
|
"Restore" => "Visszaállítás",
|
||||||
|
|
|
@ -16,6 +16,7 @@ $TRANSLATIONS = array(
|
||||||
"Connection test failed" => "A kapcsolatellenőrzés eredménye: nem sikerült",
|
"Connection test failed" => "A kapcsolatellenőrzés eredménye: nem sikerült",
|
||||||
"Do you really want to delete the current Server Configuration?" => "Tényleg törölni szeretné a kiszolgáló beállításait?",
|
"Do you really want to delete the current Server Configuration?" => "Tényleg törölni szeretné a kiszolgáló beállításait?",
|
||||||
"Confirm Deletion" => "A törlés megerősítése",
|
"Confirm Deletion" => "A törlés megerősítése",
|
||||||
|
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket.",
|
||||||
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelmeztetés:</b> Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!",
|
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Figyelmeztetés:</b> Az LDAP PHP modul nincs telepítve, ezért ez az alrendszer nem fog működni. Kérje meg a rendszergazdát, hogy telepítse!",
|
||||||
"Server configuration" => "A kiszolgálók beállításai",
|
"Server configuration" => "A kiszolgálók beállításai",
|
||||||
"Add Server Configuration" => "Új kiszolgáló beállításának hozzáadása",
|
"Add Server Configuration" => "Új kiszolgáló beállításának hozzáadása",
|
||||||
|
@ -29,8 +30,11 @@ $TRANSLATIONS = array(
|
||||||
"Password" => "Jelszó",
|
"Password" => "Jelszó",
|
||||||
"For anonymous access, leave DN and Password empty." => "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!",
|
"For anonymous access, leave DN and Password empty." => "Bejelentkezés nélküli eléréshez ne töltse ki a DN és Jelszó mezőket!",
|
||||||
"User Login Filter" => "Szűrő a bejelentkezéshez",
|
"User Login Filter" => "Szűrő a bejelentkezéshez",
|
||||||
|
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\"",
|
||||||
"User List Filter" => "A felhasználók szűrője",
|
"User List Filter" => "A felhasználók szűrője",
|
||||||
|
"Defines the filter to apply, when retrieving users (no placeholders). Example: \"objectClass=person\"" => "Ez a szűrő érvényes a felhasználók listázásakor (nincs helyettesíthető változó). Például: \"objectClass=person\"",
|
||||||
"Group Filter" => "A csoportok szűrője",
|
"Group Filter" => "A csoportok szűrője",
|
||||||
|
"Defines the filter to apply, when retrieving groups (no placeholders). Example: \"objectClass=posixGroup\"" => "Ez a szűrő érvényes a csoportok listázásakor (nincs helyettesíthető változó). Például: \"objectClass=posixGroup\"",
|
||||||
"Connection Settings" => "Kapcsolati beállítások",
|
"Connection Settings" => "Kapcsolati beállítások",
|
||||||
"Configuration Active" => "A beállítás aktív",
|
"Configuration Active" => "A beállítás aktív",
|
||||||
"When unchecked, this configuration will be skipped." => "Ha nincs kipipálva, ez a beállítás kihagyódik.",
|
"When unchecked, this configuration will be skipped." => "Ha nincs kipipálva, ez a beállítás kihagyódik.",
|
||||||
|
@ -39,19 +43,23 @@ $TRANSLATIONS = array(
|
||||||
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Adjon meg egy opcionális másodkiszolgálót. Ez a fő LDAP/AD kiszolgáló szinkron másolata (replikája) kell legyen.",
|
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Adjon meg egy opcionális másodkiszolgálót. Ez a fő LDAP/AD kiszolgáló szinkron másolata (replikája) kell legyen.",
|
||||||
"Backup (Replica) Port" => "A másodkiszolgáló (replika) portszáma",
|
"Backup (Replica) Port" => "A másodkiszolgáló (replika) portszáma",
|
||||||
"Disable Main Server" => "A fő szerver kihagyása",
|
"Disable Main Server" => "A fő szerver kihagyása",
|
||||||
|
"Only connect to the replica server." => "Csak a másodlagos (másolati) kiszolgálóhoz kapcsolódjunk.",
|
||||||
"Use TLS" => "Használjunk TLS-t",
|
"Use TLS" => "Használjunk TLS-t",
|
||||||
"Do not use it additionally for LDAPS connections, it will fail." => "LDAPS kapcsolatok esetén ne kapcsoljuk be, mert nem fog működni.",
|
"Do not use it additionally for LDAPS connections, it will fail." => "LDAPS kapcsolatok esetén ne kapcsoljuk be, mert nem fog működni.",
|
||||||
"Case insensitve LDAP server (Windows)" => "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)",
|
"Case insensitve LDAP server (Windows)" => "Az LDAP-kiszolgáló nem tesz különbséget a kis- és nagybetűk között (Windows)",
|
||||||
"Turn off SSL certificate validation." => "Ne ellenőrizzük az SSL-tanúsítvány érvényességét",
|
"Turn off SSL certificate validation." => "Ne ellenőrizzük az SSL-tanúsítvány érvényességét",
|
||||||
|
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Használata nem javasolt (kivéve tesztelési céllal). Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra!",
|
||||||
"Cache Time-To-Live" => "A gyorsítótár tárolási időtartama",
|
"Cache Time-To-Live" => "A gyorsítótár tárolási időtartama",
|
||||||
"in seconds. A change empties the cache." => "másodpercben. A változtatás törli a cache tartalmát.",
|
"in seconds. A change empties the cache." => "másodpercben. A változtatás törli a cache tartalmát.",
|
||||||
"Directory Settings" => "Címtár beállítások",
|
"Directory Settings" => "Címtár beállítások",
|
||||||
"User Display Name Field" => "A felhasználónév mezője",
|
"User Display Name Field" => "A felhasználónév mezője",
|
||||||
|
"The LDAP attribute to use to generate the user's display name." => "Ebből az LDAP attribútumból képződik a felhasználó megjelenítendő neve.",
|
||||||
"Base User Tree" => "A felhasználói fa gyökere",
|
"Base User Tree" => "A felhasználói fa gyökere",
|
||||||
"One User Base DN per line" => "Soronként egy felhasználói fa gyökerét adhatjuk meg",
|
"One User Base DN per line" => "Soronként egy felhasználói fa gyökerét adhatjuk meg",
|
||||||
"User Search Attributes" => "A felhasználók lekérdezett attribútumai",
|
"User Search Attributes" => "A felhasználók lekérdezett attribútumai",
|
||||||
"Optional; one attribute per line" => "Nem kötelező megadni, soronként egy attribútum",
|
"Optional; one attribute per line" => "Nem kötelező megadni, soronként egy attribútum",
|
||||||
"Group Display Name Field" => "A csoport nevének mezője",
|
"Group Display Name Field" => "A csoport nevének mezője",
|
||||||
|
"The LDAP attribute to use to generate the groups's display name." => "Ebből az LDAP attribútumból képződik a csoport megjelenítendő neve.",
|
||||||
"Base Group Tree" => "A csoportfa gyökere",
|
"Base Group Tree" => "A csoportfa gyökere",
|
||||||
"One Group Base DN per line" => "Soronként egy csoportfa gyökerét adhatjuk meg",
|
"One Group Base DN per line" => "Soronként egy csoportfa gyökerét adhatjuk meg",
|
||||||
"Group Search Attributes" => "A csoportok lekérdezett attribútumai",
|
"Group Search Attributes" => "A csoportok lekérdezett attribútumai",
|
||||||
|
|
|
@ -59,6 +59,7 @@ $TRANSLATIONS = array(
|
||||||
"Ok" => "Ok",
|
"Ok" => "Ok",
|
||||||
"Error loading message template: {error}" => "Chyba při nahrávání šablony zprávy: {error}",
|
"Error loading message template: {error}" => "Chyba při nahrávání šablony zprávy: {error}",
|
||||||
"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
|
"_{count} file conflict_::_{count} file conflicts_" => array("","",""),
|
||||||
|
"One file conflict" => "Jeden konflikt souboru",
|
||||||
"Cancel" => "Zrušit",
|
"Cancel" => "Zrušit",
|
||||||
"The object type is not specified." => "Není určen typ objektu.",
|
"The object type is not specified." => "Není určen typ objektu.",
|
||||||
"Error" => "Chyba",
|
"Error" => "Chyba",
|
||||||
|
|
|
@ -16,6 +16,8 @@ $TRANSLATIONS = array(
|
||||||
"Error adding %s to favorites." => "Fejl ved tilføjelse af %s til favoritter.",
|
"Error adding %s to favorites." => "Fejl ved tilføjelse af %s til favoritter.",
|
||||||
"No categories selected for deletion." => "Ingen kategorier valgt",
|
"No categories selected for deletion." => "Ingen kategorier valgt",
|
||||||
"Error removing %s from favorites." => "Fejl ved fjernelse af %s fra favoritter.",
|
"Error removing %s from favorites." => "Fejl ved fjernelse af %s fra favoritter.",
|
||||||
|
"Unknown filetype" => "Ukendt filtype",
|
||||||
|
"Invalid image" => "Ugyldigt billede",
|
||||||
"Sunday" => "Søndag",
|
"Sunday" => "Søndag",
|
||||||
"Monday" => "Mandag",
|
"Monday" => "Mandag",
|
||||||
"Tuesday" => "Tirsdag",
|
"Tuesday" => "Tirsdag",
|
||||||
|
|
|
@ -19,6 +19,8 @@ $TRANSLATIONS = array(
|
||||||
"No image or file provided" => "Aucune image ou fichier fourni",
|
"No image or file provided" => "Aucune image ou fichier fourni",
|
||||||
"Unknown filetype" => "Type de fichier inconnu",
|
"Unknown filetype" => "Type de fichier inconnu",
|
||||||
"Invalid image" => "Image invalide",
|
"Invalid image" => "Image invalide",
|
||||||
|
"No temporary profile picture available, try again" => "Aucune image temporaire disponible pour le profil. Essayez à nouveau.",
|
||||||
|
"No crop data provided" => "Aucune donnée de culture fournie",
|
||||||
"Sunday" => "Dimanche",
|
"Sunday" => "Dimanche",
|
||||||
"Monday" => "Lundi",
|
"Monday" => "Lundi",
|
||||||
"Tuesday" => "Mardi",
|
"Tuesday" => "Mardi",
|
||||||
|
@ -61,7 +63,10 @@ $TRANSLATIONS = array(
|
||||||
"Which files do you want to keep?" => "Quels fichiers désirez-vous garder ?",
|
"Which files do you want to keep?" => "Quels fichiers désirez-vous garder ?",
|
||||||
"If you select both versions, the copied file will have a number added to its name." => "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié.",
|
"If you select both versions, the copied file will have a number added to its name." => "Si vous sélectionnez les deux versions, un nombre sera ajouté au nom du fichier copié.",
|
||||||
"Cancel" => "Annuler",
|
"Cancel" => "Annuler",
|
||||||
|
"Continue" => "Poursuivre",
|
||||||
|
"(all selected)" => "(tous sélectionnés)",
|
||||||
"({count} selected)" => "({count} sélectionnés)",
|
"({count} selected)" => "({count} sélectionnés)",
|
||||||
|
"Error loading file exists template" => "Erreur de chargement du modèle de fichier existant",
|
||||||
"The object type is not specified." => "Le type d'objet n'est pas spécifié.",
|
"The object type is not specified." => "Le type d'objet n'est pas spécifié.",
|
||||||
"Error" => "Erreur",
|
"Error" => "Erreur",
|
||||||
"The app name is not specified." => "Le nom de l'application n'est pas spécifié.",
|
"The app name is not specified." => "Le nom de l'application n'est pas spécifié.",
|
||||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-22 12:55-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-20 15:01+0000\n"
|
"PO-Revision-Date: 2013-09-25 10:50+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: pstast <petr@stastny.eu>\n"
|
||||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -284,7 +284,7 @@ msgstr[2] ""
|
||||||
|
|
||||||
#: js/oc-dialogs.js:361
|
#: js/oc-dialogs.js:361
|
||||||
msgid "One file conflict"
|
msgid "One file conflict"
|
||||||
msgstr ""
|
msgstr "Jeden konflikt souboru"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:367
|
#: js/oc-dialogs.js:367
|
||||||
msgid "Which files do you want to keep?"
|
msgid "Which files do you want to keep?"
|
||||||
|
@ -325,7 +325,7 @@ msgstr "Není určen typ objektu."
|
||||||
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
|
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
|
||||||
#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
|
#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
|
||||||
#: js/share.js:645 js/share.js:657
|
#: js/share.js:656 js/share.js:668
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Chyba"
|
msgstr "Chyba"
|
||||||
|
|
||||||
|
@ -345,7 +345,7 @@ msgstr "Sdílené"
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Sdílet"
|
msgstr "Sdílet"
|
||||||
|
|
||||||
#: js/share.js:131 js/share.js:685
|
#: js/share.js:131 js/share.js:696
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Chyba při sdílení"
|
msgstr "Chyba při sdílení"
|
||||||
|
|
||||||
|
@ -445,23 +445,23 @@ msgstr "smazat"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "sdílet"
|
msgstr "sdílet"
|
||||||
|
|
||||||
#: js/share.js:400 js/share.js:632
|
#: js/share.js:400 js/share.js:643
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Chráněno heslem"
|
msgstr "Chráněno heslem"
|
||||||
|
|
||||||
#: js/share.js:645
|
#: js/share.js:656
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Chyba při odstraňování data vypršení platnosti"
|
msgstr "Chyba při odstraňování data vypršení platnosti"
|
||||||
|
|
||||||
#: js/share.js:657
|
#: js/share.js:668
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Chyba při nastavení data vypršení platnosti"
|
msgstr "Chyba při nastavení data vypršení platnosti"
|
||||||
|
|
||||||
#: js/share.js:672
|
#: js/share.js:683
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Odesílám ..."
|
msgstr "Odesílám ..."
|
||||||
|
|
||||||
#: js/share.js:683
|
#: js/share.js:694
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "E-mail odeslán"
|
msgstr "E-mail odeslán"
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-22 12:55-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-20 15:01+0000\n"
|
"PO-Revision-Date: 2013-09-24 17:20+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -100,11 +100,11 @@ msgstr ""
|
||||||
|
|
||||||
#: avatar/controller.php:81
|
#: avatar/controller.php:81
|
||||||
msgid "Unknown filetype"
|
msgid "Unknown filetype"
|
||||||
msgstr ""
|
msgstr "Ukendt filtype"
|
||||||
|
|
||||||
#: avatar/controller.php:85
|
#: avatar/controller.php:85
|
||||||
msgid "Invalid image"
|
msgid "Invalid image"
|
||||||
msgstr ""
|
msgstr "Ugyldigt billede"
|
||||||
|
|
||||||
#: avatar/controller.php:115 avatar/controller.php:142
|
#: avatar/controller.php:115 avatar/controller.php:142
|
||||||
msgid "No temporary profile picture available, try again"
|
msgid "No temporary profile picture available, try again"
|
||||||
|
@ -319,7 +319,7 @@ msgstr "Objekttypen er ikke angivet."
|
||||||
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||||
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
|
#: js/oc-vcategories.js:172 js/oc-vcategories.js:189 js/oc-vcategories.js:195
|
||||||
#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
|
#: js/oc-vcategories.js:199 js/share.js:129 js/share.js:142 js/share.js:149
|
||||||
#: js/share.js:645 js/share.js:657
|
#: js/share.js:656 js/share.js:668
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Fejl"
|
msgstr "Fejl"
|
||||||
|
|
||||||
|
@ -339,7 +339,7 @@ msgstr "Delt"
|
||||||
msgid "Share"
|
msgid "Share"
|
||||||
msgstr "Del"
|
msgstr "Del"
|
||||||
|
|
||||||
#: js/share.js:131 js/share.js:685
|
#: js/share.js:131 js/share.js:696
|
||||||
msgid "Error while sharing"
|
msgid "Error while sharing"
|
||||||
msgstr "Fejl under deling"
|
msgstr "Fejl under deling"
|
||||||
|
|
||||||
|
@ -439,23 +439,23 @@ msgstr "slet"
|
||||||
msgid "share"
|
msgid "share"
|
||||||
msgstr "del"
|
msgstr "del"
|
||||||
|
|
||||||
#: js/share.js:400 js/share.js:632
|
#: js/share.js:400 js/share.js:643
|
||||||
msgid "Password protected"
|
msgid "Password protected"
|
||||||
msgstr "Beskyttet med adgangskode"
|
msgstr "Beskyttet med adgangskode"
|
||||||
|
|
||||||
#: js/share.js:645
|
#: js/share.js:656
|
||||||
msgid "Error unsetting expiration date"
|
msgid "Error unsetting expiration date"
|
||||||
msgstr "Fejl ved fjernelse af udløbsdato"
|
msgstr "Fejl ved fjernelse af udløbsdato"
|
||||||
|
|
||||||
#: js/share.js:657
|
#: js/share.js:668
|
||||||
msgid "Error setting expiration date"
|
msgid "Error setting expiration date"
|
||||||
msgstr "Fejl under sætning af udløbsdato"
|
msgstr "Fejl under sætning af udløbsdato"
|
||||||
|
|
||||||
#: js/share.js:672
|
#: js/share.js:683
|
||||||
msgid "Sending ..."
|
msgid "Sending ..."
|
||||||
msgstr "Sender ..."
|
msgstr "Sender ..."
|
||||||
|
|
||||||
#: js/share.js:683
|
#: js/share.js:694
|
||||||
msgid "Email sent"
|
msgid "Email sent"
|
||||||
msgstr "E-mail afsendt"
|
msgstr "E-mail afsendt"
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-16 11:33-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-16 15:34+0000\n"
|
"PO-Revision-Date: 2013-09-24 17:20+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Sappe\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -58,15 +58,15 @@ msgstr "Upgradering af \"%s\" fejlede"
|
||||||
|
|
||||||
#: avatar.php:56
|
#: avatar.php:56
|
||||||
msgid "Custom profile pictures don't work with encryption yet"
|
msgid "Custom profile pictures don't work with encryption yet"
|
||||||
msgstr ""
|
msgstr "Personligt profilbillede virker endnu ikke sammen med kryptering"
|
||||||
|
|
||||||
#: avatar.php:64
|
#: avatar.php:64
|
||||||
msgid "Unknown filetype"
|
msgid "Unknown filetype"
|
||||||
msgstr ""
|
msgstr "Ukendt filtype"
|
||||||
|
|
||||||
#: avatar.php:69
|
#: avatar.php:69
|
||||||
msgid "Invalid image"
|
msgid "Invalid image"
|
||||||
msgstr ""
|
msgstr "Ugyldigt billede"
|
||||||
|
|
||||||
#: defaults.php:35
|
#: defaults.php:35
|
||||||
msgid "web services under your control"
|
msgid "web services under your control"
|
||||||
|
@ -167,15 +167,15 @@ msgstr "Adgangsfejl"
|
||||||
msgid "Token expired. Please reload page."
|
msgid "Token expired. Please reload page."
|
||||||
msgstr "Adgang er udløbet. Genindlæs siden."
|
msgstr "Adgang er udløbet. Genindlæs siden."
|
||||||
|
|
||||||
#: search/provider/file.php:17 search/provider/file.php:35
|
#: search/provider/file.php:18 search/provider/file.php:36
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Filer"
|
msgstr "Filer"
|
||||||
|
|
||||||
#: search/provider/file.php:26 search/provider/file.php:33
|
#: search/provider/file.php:27 search/provider/file.php:34
|
||||||
msgid "Text"
|
msgid "Text"
|
||||||
msgstr "SMS"
|
msgstr "SMS"
|
||||||
|
|
||||||
#: search/provider/file.php:29
|
#: search/provider/file.php:30
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Billeder"
|
msgstr "Billeder"
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-24 16:59+0000\n"
|
"PO-Revision-Date: 2013-09-24 17:00+0000\n"
|
||||||
"Last-Translator: Sappe\n"
|
"Last-Translator: Sappe\n"
|
||||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -114,7 +114,7 @@ msgstr "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnø
|
||||||
|
|
||||||
#: changepassword/controller.php:92 changepassword/controller.php:103
|
#: changepassword/controller.php:92 changepassword/controller.php:103
|
||||||
msgid "Unable to change password"
|
msgid "Unable to change password"
|
||||||
msgstr ""
|
msgstr "Kunne ikke ændre kodeord"
|
||||||
|
|
||||||
#: js/apps.js:43
|
#: js/apps.js:43
|
||||||
msgid "Update to {appversion}"
|
msgid "Update to {appversion}"
|
||||||
|
|
|
@ -5,14 +5,15 @@
|
||||||
# Translators:
|
# Translators:
|
||||||
# Efstathios Iosifidis <iefstathios@gmail.com>, 2013
|
# Efstathios Iosifidis <iefstathios@gmail.com>, 2013
|
||||||
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013
|
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2013
|
||||||
|
# gtsamis <gtsamis@yahoo.com>, 2013
|
||||||
# frerisp <petrosfreris@gmail.com>, 2013
|
# frerisp <petrosfreris@gmail.com>, 2013
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-20 10:44-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-20 14:45+0000\n"
|
"PO-Revision-Date: 2013-09-25 12:10+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: gtsamis <gtsamis@yahoo.com>\n"
|
||||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -89,7 +90,7 @@ msgstr ""
|
||||||
msgid "Invalid directory."
|
msgid "Invalid directory."
|
||||||
msgstr "Μη έγκυρος φάκελος."
|
msgstr "Μη έγκυρος φάκελος."
|
||||||
|
|
||||||
#: appinfo/app.php:12
|
#: appinfo/app.php:11
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Αρχεία"
|
msgstr "Αρχεία"
|
||||||
|
|
||||||
|
@ -224,7 +225,7 @@ msgstr "Η λήψη προετοιμάζεται. Αυτό μπορεί να π
|
||||||
|
|
||||||
#: js/files.js:507 js/files.js:545
|
#: js/files.js:507 js/files.js:545
|
||||||
msgid "Error moving file"
|
msgid "Error moving file"
|
||||||
msgstr ""
|
msgstr "Σφάλμα κατά τη μετακίνηση του αρχείου"
|
||||||
|
|
||||||
#: js/files.js:558 templates/index.php:61
|
#: js/files.js:558 templates/index.php:61
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-23 19:40+0000\n"
|
"PO-Revision-Date: 2013-09-26 15:10+0000\n"
|
||||||
"Last-Translator: ogre_sympathique <ogre.sympathique@speed.1s.fr>\n"
|
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -110,11 +110,11 @@ msgstr "Image invalide"
|
||||||
|
|
||||||
#: avatar/controller.php:115 avatar/controller.php:142
|
#: avatar/controller.php:115 avatar/controller.php:142
|
||||||
msgid "No temporary profile picture available, try again"
|
msgid "No temporary profile picture available, try again"
|
||||||
msgstr ""
|
msgstr "Aucune image temporaire disponible pour le profil. Essayez à nouveau."
|
||||||
|
|
||||||
#: avatar/controller.php:135
|
#: avatar/controller.php:135
|
||||||
msgid "No crop data provided"
|
msgid "No crop data provided"
|
||||||
msgstr ""
|
msgstr "Aucune donnée de culture fournie"
|
||||||
|
|
||||||
#: js/config.php:32
|
#: js/config.php:32
|
||||||
msgid "Sunday"
|
msgid "Sunday"
|
||||||
|
@ -298,11 +298,11 @@ msgstr "Annuler"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:386
|
#: js/oc-dialogs.js:386
|
||||||
msgid "Continue"
|
msgid "Continue"
|
||||||
msgstr ""
|
msgstr "Poursuivre"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
|
#: js/oc-dialogs.js:433 js/oc-dialogs.js:446
|
||||||
msgid "(all selected)"
|
msgid "(all selected)"
|
||||||
msgstr ""
|
msgstr "(tous sélectionnés)"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
|
#: js/oc-dialogs.js:436 js/oc-dialogs.js:449
|
||||||
msgid "({count} selected)"
|
msgid "({count} selected)"
|
||||||
|
@ -310,7 +310,7 @@ msgstr "({count} sélectionnés)"
|
||||||
|
|
||||||
#: js/oc-dialogs.js:457
|
#: js/oc-dialogs.js:457
|
||||||
msgid "Error loading file exists template"
|
msgid "Error loading file exists template"
|
||||||
msgstr ""
|
msgstr "Erreur de chargement du modèle de fichier existant"
|
||||||
|
|
||||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-20 10:45-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-20 14:45+0000\n"
|
"PO-Revision-Date: 2013-09-26 15:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
|
||||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -102,18 +102,18 @@ msgstr "Aucun utilisateur fourni"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please provide an admin recovery password, otherwise all user data will be "
|
"Please provide an admin recovery password, otherwise all user data will be "
|
||||||
"lost"
|
"lost"
|
||||||
msgstr ""
|
msgstr "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données de l'utilisateur seront perdues"
|
||||||
|
|
||||||
#: changepassword/controller.php:79
|
#: changepassword/controller.php:79
|
||||||
msgid ""
|
msgid ""
|
||||||
"Wrong admin recovery password. Please check the password and try again."
|
"Wrong admin recovery password. Please check the password and try again."
|
||||||
msgstr ""
|
msgstr "Mot de passe administrateur de récupération de données invalide. Veuillez vérifier le mot de passe et essayer à nouveau."
|
||||||
|
|
||||||
#: changepassword/controller.php:87
|
#: changepassword/controller.php:87
|
||||||
msgid ""
|
msgid ""
|
||||||
"Back-end doesn't support password change, but the users encryption key was "
|
"Back-end doesn't support password change, but the users encryption key was "
|
||||||
"successfully updated."
|
"successfully updated."
|
||||||
msgstr ""
|
msgstr "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès."
|
||||||
|
|
||||||
#: changepassword/controller.php:92 changepassword/controller.php:103
|
#: changepassword/controller.php:92 changepassword/controller.php:103
|
||||||
msgid "Unable to change password"
|
msgid "Unable to change password"
|
||||||
|
@ -123,11 +123,11 @@ msgstr "Impossible de modifier le mot de passe"
|
||||||
msgid "Update to {appversion}"
|
msgid "Update to {appversion}"
|
||||||
msgstr "Mettre à jour vers {appversion}"
|
msgstr "Mettre à jour vers {appversion}"
|
||||||
|
|
||||||
#: js/apps.js:49 js/apps.js:82 js/apps.js:108
|
#: js/apps.js:49 js/apps.js:82 js/apps.js:110
|
||||||
msgid "Disable"
|
msgid "Disable"
|
||||||
msgstr "Désactiver"
|
msgstr "Désactiver"
|
||||||
|
|
||||||
#: js/apps.js:49 js/apps.js:89 js/apps.js:102 js/apps.js:117
|
#: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
|
||||||
msgid "Enable"
|
msgid "Enable"
|
||||||
msgstr "Activer"
|
msgstr "Activer"
|
||||||
|
|
||||||
|
@ -135,31 +135,31 @@ msgstr "Activer"
|
||||||
msgid "Please wait...."
|
msgid "Please wait...."
|
||||||
msgstr "Veuillez patienter…"
|
msgstr "Veuillez patienter…"
|
||||||
|
|
||||||
#: js/apps.js:79 js/apps.js:80 js/apps.js:100
|
#: js/apps.js:79 js/apps.js:80 js/apps.js:101
|
||||||
msgid "Error while disabling app"
|
msgid "Error while disabling app"
|
||||||
msgstr "Erreur lors de la désactivation de l'application"
|
msgstr "Erreur lors de la désactivation de l'application"
|
||||||
|
|
||||||
#: js/apps.js:99 js/apps.js:112 js/apps.js:113
|
#: js/apps.js:100 js/apps.js:114 js/apps.js:115
|
||||||
msgid "Error while enabling app"
|
msgid "Error while enabling app"
|
||||||
msgstr "Erreur lors de l'activation de l'application"
|
msgstr "Erreur lors de l'activation de l'application"
|
||||||
|
|
||||||
#: js/apps.js:123
|
#: js/apps.js:125
|
||||||
msgid "Updating...."
|
msgid "Updating...."
|
||||||
msgstr "Mise à jour..."
|
msgstr "Mise à jour..."
|
||||||
|
|
||||||
#: js/apps.js:126
|
#: js/apps.js:128
|
||||||
msgid "Error while updating app"
|
msgid "Error while updating app"
|
||||||
msgstr "Erreur lors de la mise à jour de l'application"
|
msgstr "Erreur lors de la mise à jour de l'application"
|
||||||
|
|
||||||
#: js/apps.js:126
|
#: js/apps.js:128
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erreur"
|
msgstr "Erreur"
|
||||||
|
|
||||||
#: js/apps.js:127 templates/apps.php:43
|
#: js/apps.js:129 templates/apps.php:43
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "Mettre à jour"
|
msgstr "Mettre à jour"
|
||||||
|
|
||||||
#: js/apps.js:130
|
#: js/apps.js:132
|
||||||
msgid "Updated"
|
msgid "Updated"
|
||||||
msgstr "Mise à jour effectuée avec succès"
|
msgstr "Mise à jour effectuée avec succès"
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-20 10:44-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-20 14:45+0000\n"
|
"PO-Revision-Date: 2013-09-24 18:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Laszlo Tornoci <torlasz@gmail.com>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -77,23 +77,23 @@ msgstr "Nincs elég szabad hely."
|
||||||
|
|
||||||
#: ajax/upload.php:120 ajax/upload.php:143
|
#: ajax/upload.php:120 ajax/upload.php:143
|
||||||
msgid "Upload failed. Could not get file info."
|
msgid "Upload failed. Could not get file info."
|
||||||
msgstr ""
|
msgstr "A feltöltés nem sikerült. Az állományt leíró információk nem érhetők el."
|
||||||
|
|
||||||
#: ajax/upload.php:136
|
#: ajax/upload.php:136
|
||||||
msgid "Upload failed. Could not find uploaded file"
|
msgid "Upload failed. Could not find uploaded file"
|
||||||
msgstr ""
|
msgstr "A feltöltés nem sikerült. Nem található a feltöltendő állomány."
|
||||||
|
|
||||||
#: ajax/upload.php:160
|
#: ajax/upload.php:160
|
||||||
msgid "Invalid directory."
|
msgid "Invalid directory."
|
||||||
msgstr "Érvénytelen mappa."
|
msgstr "Érvénytelen mappa."
|
||||||
|
|
||||||
#: appinfo/app.php:12
|
#: appinfo/app.php:11
|
||||||
msgid "Files"
|
msgid "Files"
|
||||||
msgstr "Fájlok"
|
msgstr "Fájlok"
|
||||||
|
|
||||||
#: js/file-upload.js:244
|
#: js/file-upload.js:244
|
||||||
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
msgid "Unable to upload {filename} as it is a directory or has 0 bytes"
|
||||||
msgstr ""
|
msgstr "A(z) {filename} állomány nem tölthető fel, mert ez vagy egy mappa, vagy pedig 0 bájtból áll."
|
||||||
|
|
||||||
#: js/file-upload.js:255
|
#: js/file-upload.js:255
|
||||||
msgid "Not enough space available"
|
msgid "Not enough space available"
|
||||||
|
@ -105,7 +105,7 @@ msgstr "A feltöltést megszakítottuk."
|
||||||
|
|
||||||
#: js/file-upload.js:356
|
#: js/file-upload.js:356
|
||||||
msgid "Could not get result from server."
|
msgid "Could not get result from server."
|
||||||
msgstr ""
|
msgstr "A kiszolgálótól nem kapható meg az eredmény."
|
||||||
|
|
||||||
#: js/file-upload.js:446
|
#: js/file-upload.js:446
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -167,24 +167,24 @@ msgstr "visszavonás"
|
||||||
#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
|
#: js/filelist.js:533 js/filelist.js:599 js/files.js:576
|
||||||
msgid "%n folder"
|
msgid "%n folder"
|
||||||
msgid_plural "%n folders"
|
msgid_plural "%n folders"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n mappa"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n mappa"
|
||||||
|
|
||||||
#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
|
#: js/filelist.js:534 js/filelist.js:600 js/files.js:582
|
||||||
msgid "%n file"
|
msgid "%n file"
|
||||||
msgid_plural "%n files"
|
msgid_plural "%n files"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n állomány"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n állomány"
|
||||||
|
|
||||||
#: js/filelist.js:541
|
#: js/filelist.js:541
|
||||||
msgid "{dirs} and {files}"
|
msgid "{dirs} and {files}"
|
||||||
msgstr ""
|
msgstr "{dirs} és {files}"
|
||||||
|
|
||||||
#: js/filelist.js:731 js/filelist.js:769
|
#: js/filelist.js:731 js/filelist.js:769
|
||||||
msgid "Uploading %n file"
|
msgid "Uploading %n file"
|
||||||
msgid_plural "Uploading %n files"
|
msgid_plural "Uploading %n files"
|
||||||
msgstr[0] ""
|
msgstr[0] "%n állomány feltöltése"
|
||||||
msgstr[1] ""
|
msgstr[1] "%n állomány feltöltése"
|
||||||
|
|
||||||
#: js/files.js:25
|
#: js/files.js:25
|
||||||
msgid "'.' is an invalid file name."
|
msgid "'.' is an invalid file name."
|
||||||
|
@ -212,7 +212,7 @@ msgstr "A tároló majdnem tele van ({usedSpacePercent}%)"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Encryption was disabled but your files are still encrypted. Please go to "
|
"Encryption was disabled but your files are still encrypted. Please go to "
|
||||||
"your personal settings to decrypt your files."
|
"your personal settings to decrypt your files."
|
||||||
msgstr ""
|
msgstr "A titkosítási funkciót kikapcsolták, de az Ön állományai még mindig titkosított állapotban vannak. A személyes beállításoknál tudja a titkosítást feloldani."
|
||||||
|
|
||||||
#: js/files.js:296
|
#: js/files.js:296
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -222,7 +222,7 @@ msgstr "Készül a letöltendő állomány. Ez eltarthat egy ideig, ha nagyok a
|
||||||
|
|
||||||
#: js/files.js:507 js/files.js:545
|
#: js/files.js:507 js/files.js:545
|
||||||
msgid "Error moving file"
|
msgid "Error moving file"
|
||||||
msgstr ""
|
msgstr "Az állomány áthelyezése nem sikerült."
|
||||||
|
|
||||||
#: js/files.js:558 templates/index.php:61
|
#: js/files.js:558 templates/index.php:61
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-08-15 04:47-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-08-15 08:48+0000\n"
|
"PO-Revision-Date: 2013-09-24 18:40+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -28,43 +28,43 @@ msgstr "Nem sikerült %s végleges törlése"
|
||||||
msgid "Couldn't restore %s"
|
msgid "Couldn't restore %s"
|
||||||
msgstr "Nem sikerült %s visszaállítása"
|
msgstr "Nem sikerült %s visszaállítása"
|
||||||
|
|
||||||
#: js/trash.js:7 js/trash.js:100
|
#: js/trash.js:7 js/trash.js:102
|
||||||
msgid "perform restore operation"
|
msgid "perform restore operation"
|
||||||
msgstr "a visszaállítás végrehajtása"
|
msgstr "a visszaállítás végrehajtása"
|
||||||
|
|
||||||
#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
|
#: js/trash.js:20 js/trash.js:49 js/trash.js:120 js/trash.js:148
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Hiba"
|
msgstr "Hiba"
|
||||||
|
|
||||||
#: js/trash.js:36
|
#: js/trash.js:37
|
||||||
msgid "delete file permanently"
|
msgid "delete file permanently"
|
||||||
msgstr "az állomány végleges törlése"
|
msgstr "az állomány végleges törlése"
|
||||||
|
|
||||||
#: js/trash.js:127
|
#: js/trash.js:129
|
||||||
msgid "Delete permanently"
|
msgid "Delete permanently"
|
||||||
msgstr "Végleges törlés"
|
msgstr "Végleges törlés"
|
||||||
|
|
||||||
#: js/trash.js:182 templates/index.php:17
|
#: js/trash.js:190 templates/index.php:21
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Név"
|
msgstr "Név"
|
||||||
|
|
||||||
#: js/trash.js:183 templates/index.php:27
|
#: js/trash.js:191 templates/index.php:31
|
||||||
msgid "Deleted"
|
msgid "Deleted"
|
||||||
msgstr "Törölve"
|
msgstr "Törölve"
|
||||||
|
|
||||||
#: js/trash.js:191
|
#: js/trash.js:199
|
||||||
msgid "%n folder"
|
msgid "%n folder"
|
||||||
msgid_plural "%n folders"
|
msgid_plural "%n folders"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] "%n mappa"
|
||||||
|
|
||||||
#: js/trash.js:197
|
#: js/trash.js:205
|
||||||
msgid "%n file"
|
msgid "%n file"
|
||||||
msgid_plural "%n files"
|
msgid_plural "%n files"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
msgstr[1] ""
|
msgstr[1] "%n állomány"
|
||||||
|
|
||||||
#: lib/trash.php:819 lib/trash.php:821
|
#: lib/trashbin.php:814 lib/trashbin.php:816
|
||||||
msgid "restored"
|
msgid "restored"
|
||||||
msgstr "visszaállítva"
|
msgstr "visszaállítva"
|
||||||
|
|
||||||
|
@ -72,11 +72,11 @@ msgstr "visszaállítva"
|
||||||
msgid "Nothing in here. Your trash bin is empty!"
|
msgid "Nothing in here. Your trash bin is empty!"
|
||||||
msgstr "Itt nincs semmi. Az Ön szemetes mappája üres!"
|
msgstr "Itt nincs semmi. Az Ön szemetes mappája üres!"
|
||||||
|
|
||||||
#: templates/index.php:20 templates/index.php:22
|
#: templates/index.php:24 templates/index.php:26
|
||||||
msgid "Restore"
|
msgid "Restore"
|
||||||
msgstr "Visszaállítás"
|
msgstr "Visszaállítás"
|
||||||
|
|
||||||
#: templates/index.php:30 templates/index.php:31
|
#: templates/index.php:34 templates/index.php:35
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr "Törlés"
|
msgstr "Törlés"
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud\n"
|
"Project-Id-Version: ownCloud\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||||
"POT-Creation-Date: 2013-09-07 04:40-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: 2013-09-05 11:51+0000\n"
|
"PO-Revision-Date: 2013-09-24 19:00+0000\n"
|
||||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
"Last-Translator: Laszlo Tornoci <torlasz@gmail.com>\n"
|
||||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -92,7 +92,7 @@ msgid ""
|
||||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||||
" experience unexpected behavior. Please ask your system administrator to "
|
" experience unexpected behavior. Please ask your system administrator to "
|
||||||
"disable one of them."
|
"disable one of them."
|
||||||
msgstr ""
|
msgstr "<b>Figyelem:</b> a user_ldap és user_webdavauth alkalmazások nem kompatibilisek. Együttes használatuk váratlan eredményekhez vezethet. Kérje meg a rendszergazdát, hogy a kettő közül kapcsolja ki az egyiket."
|
||||||
|
|
||||||
#: templates/settings.php:12
|
#: templates/settings.php:12
|
||||||
msgid ""
|
msgid ""
|
||||||
|
@ -157,7 +157,7 @@ msgstr "Szűrő a bejelentkezéshez"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||||
"username in the login action. Example: \"uid=%%uid\""
|
"username in the login action. Example: \"uid=%%uid\""
|
||||||
msgstr ""
|
msgstr "Ez a szűrő érvényes a bejelentkezés megkísérlésekor. Ekkor az %%uid változó helyére a bejelentkezési név kerül. Például: \"uid=%%uid\""
|
||||||
|
|
||||||
#: templates/settings.php:55
|
#: templates/settings.php:55
|
||||||
msgid "User List Filter"
|
msgid "User List Filter"
|
||||||
|
@ -167,7 +167,7 @@ msgstr "A felhasználók szűrője"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Defines the filter to apply, when retrieving users (no placeholders). "
|
"Defines the filter to apply, when retrieving users (no placeholders). "
|
||||||
"Example: \"objectClass=person\""
|
"Example: \"objectClass=person\""
|
||||||
msgstr ""
|
msgstr "Ez a szűrő érvényes a felhasználók listázásakor (nincs helyettesíthető változó). Például: \"objectClass=person\""
|
||||||
|
|
||||||
#: templates/settings.php:59
|
#: templates/settings.php:59
|
||||||
msgid "Group Filter"
|
msgid "Group Filter"
|
||||||
|
@ -177,7 +177,7 @@ msgstr "A csoportok szűrője"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Defines the filter to apply, when retrieving groups (no placeholders). "
|
"Defines the filter to apply, when retrieving groups (no placeholders). "
|
||||||
"Example: \"objectClass=posixGroup\""
|
"Example: \"objectClass=posixGroup\""
|
||||||
msgstr ""
|
msgstr "Ez a szűrő érvényes a csoportok listázásakor (nincs helyettesíthető változó). Például: \"objectClass=posixGroup\""
|
||||||
|
|
||||||
#: templates/settings.php:66
|
#: templates/settings.php:66
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
|
@ -215,7 +215,7 @@ msgstr "A fő szerver kihagyása"
|
||||||
|
|
||||||
#: templates/settings.php:72
|
#: templates/settings.php:72
|
||||||
msgid "Only connect to the replica server."
|
msgid "Only connect to the replica server."
|
||||||
msgstr ""
|
msgstr "Csak a másodlagos (másolati) kiszolgálóhoz kapcsolódjunk."
|
||||||
|
|
||||||
#: templates/settings.php:73
|
#: templates/settings.php:73
|
||||||
msgid "Use TLS"
|
msgid "Use TLS"
|
||||||
|
@ -238,7 +238,7 @@ msgstr "Ne ellenőrizzük az SSL-tanúsítvány érvényességét"
|
||||||
msgid ""
|
msgid ""
|
||||||
"Not recommended, use it for testing only! If connection only works with this"
|
"Not recommended, use it for testing only! If connection only works with this"
|
||||||
" option, import the LDAP server's SSL certificate in your %s server."
|
" option, import the LDAP server's SSL certificate in your %s server."
|
||||||
msgstr ""
|
msgstr "Használata nem javasolt (kivéve tesztelési céllal). Ha a kapcsolat csak ezzel a beállítással működik, akkor importálja az LDAP-kiszolgáló SSL tanúsítványát a(z) %s kiszolgálóra!"
|
||||||
|
|
||||||
#: templates/settings.php:76
|
#: templates/settings.php:76
|
||||||
msgid "Cache Time-To-Live"
|
msgid "Cache Time-To-Live"
|
||||||
|
@ -258,7 +258,7 @@ msgstr "A felhasználónév mezője"
|
||||||
|
|
||||||
#: templates/settings.php:80
|
#: templates/settings.php:80
|
||||||
msgid "The LDAP attribute to use to generate the user's display name."
|
msgid "The LDAP attribute to use to generate the user's display name."
|
||||||
msgstr ""
|
msgstr "Ebből az LDAP attribútumból képződik a felhasználó megjelenítendő neve."
|
||||||
|
|
||||||
#: templates/settings.php:81
|
#: templates/settings.php:81
|
||||||
msgid "Base User Tree"
|
msgid "Base User Tree"
|
||||||
|
@ -282,7 +282,7 @@ msgstr "A csoport nevének mezője"
|
||||||
|
|
||||||
#: templates/settings.php:83
|
#: templates/settings.php:83
|
||||||
msgid "The LDAP attribute to use to generate the groups's display name."
|
msgid "The LDAP attribute to use to generate the groups's display name."
|
||||||
msgstr ""
|
msgstr "Ebből az LDAP attribútumból képződik a csoport megjelenítendő neve."
|
||||||
|
|
||||||
#: templates/settings.php:84
|
#: templates/settings.php:84
|
||||||
msgid "Base Group Tree"
|
msgid "Base Group Tree"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
"Project-Id-Version: ownCloud Core 5.0.0\n"
|
||||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||||
"POT-Creation-Date: 2013-09-24 12:58-0400\n"
|
"POT-Creation-Date: 2013-09-27 00:01-0400\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
|
@ -8,6 +8,9 @@ $TRANSLATIONS = array(
|
||||||
"Users" => "Brugere",
|
"Users" => "Brugere",
|
||||||
"Admin" => "Admin",
|
"Admin" => "Admin",
|
||||||
"Failed to upgrade \"%s\"." => "Upgradering af \"%s\" fejlede",
|
"Failed to upgrade \"%s\"." => "Upgradering af \"%s\" fejlede",
|
||||||
|
"Custom profile pictures don't work with encryption yet" => "Personligt profilbillede virker endnu ikke sammen med kryptering",
|
||||||
|
"Unknown filetype" => "Ukendt filtype",
|
||||||
|
"Invalid image" => "Ugyldigt billede",
|
||||||
"web services under your control" => "Webtjenester under din kontrol",
|
"web services under your control" => "Webtjenester under din kontrol",
|
||||||
"cannot open \"%s\"" => "Kan ikke åbne \"%s\"",
|
"cannot open \"%s\"" => "Kan ikke åbne \"%s\"",
|
||||||
"ZIP download is turned off." => "ZIP-download er slået fra.",
|
"ZIP download is turned off." => "ZIP-download er slået fra.",
|
||||||
|
|
|
@ -21,6 +21,7 @@ $TRANSLATIONS = array(
|
||||||
"Please provide an admin recovery password, otherwise all user data will be lost" => "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt",
|
"Please provide an admin recovery password, otherwise all user data will be lost" => "Angiv venligst en admininstrator gendannelseskode, ellers vil alt brugerdata gå tabt",
|
||||||
"Wrong admin recovery password. Please check the password and try again." => "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.",
|
"Wrong admin recovery password. Please check the password and try again." => "Forkert admin gendannelseskode. Se venligst koden efter og prøv igen.",
|
||||||
"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.",
|
"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Serveren understøtter ikke kodeordsskifte, men brugernes krypteringsnøgle blev opdateret.",
|
||||||
|
"Unable to change password" => "Kunne ikke ændre kodeord",
|
||||||
"Update to {appversion}" => "Opdatér til {appversion}",
|
"Update to {appversion}" => "Opdatér til {appversion}",
|
||||||
"Disable" => "Deaktiver",
|
"Disable" => "Deaktiver",
|
||||||
"Enable" => "Aktiver",
|
"Enable" => "Aktiver",
|
||||||
|
|
|
@ -18,6 +18,9 @@ $TRANSLATIONS = array(
|
||||||
"Couldn't update app." => "Impossible de mettre à jour l'application",
|
"Couldn't update app." => "Impossible de mettre à jour l'application",
|
||||||
"Wrong password" => "Mot de passe incorrect",
|
"Wrong password" => "Mot de passe incorrect",
|
||||||
"No user supplied" => "Aucun utilisateur fourni",
|
"No user supplied" => "Aucun utilisateur fourni",
|
||||||
|
"Please provide an admin recovery password, otherwise all user data will be lost" => "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données de l'utilisateur seront perdues",
|
||||||
|
"Wrong admin recovery password. Please check the password and try again." => "Mot de passe administrateur de récupération de données invalide. Veuillez vérifier le mot de passe et essayer à nouveau.",
|
||||||
|
"Back-end doesn't support password change, but the users encryption key was successfully updated." => "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès.",
|
||||||
"Unable to change password" => "Impossible de modifier le mot de passe",
|
"Unable to change password" => "Impossible de modifier le mot de passe",
|
||||||
"Update to {appversion}" => "Mettre à jour vers {appversion}",
|
"Update to {appversion}" => "Mettre à jour vers {appversion}",
|
||||||
"Disable" => "Désactiver",
|
"Disable" => "Désactiver",
|
||||||
|
|
Loading…
Reference in New Issue