[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2012-09-07 02:07:22 +02:00
parent 294cff27a7
commit a94b56b57b
52 changed files with 408 additions and 331 deletions

View File

@ -10,6 +10,7 @@
"Delete" => "Suprimeix",
"already exists" => "ja existeix",
"replace" => "substitueix",
"suggest name" => "sugereix un nom",
"cancel" => "cancel·la",
"replaced" => "substituït",
"undo" => "desfés",
@ -35,7 +36,7 @@
"Enable ZIP-download" => "Activa la baixada ZIP",
"0 is unlimited" => "0 és sense límit",
"Maximum input size for ZIP files" => "Mida màxima d'entrada per fitxers ZIP",
"Save" => "Desar",
"Save" => "Desa",
"New" => "Nou",
"Text file" => "Fitxer de text",
"Folder" => "Carpeta",

View File

@ -10,6 +10,7 @@
"Delete" => "Smazat",
"already exists" => "již existuje",
"replace" => "nahradit",
"suggest name" => "navrhnout název",
"cancel" => "zrušit",
"replaced" => "nahrazeno",
"undo" => "zpět",

View File

@ -10,6 +10,7 @@
"Delete" => "Löschen",
"already exists" => "ist bereits vorhanden",
"replace" => "ersetzen",
"suggest name" => "Name vorschlagen",
"cancel" => "abbrechen",
"replaced" => "ersetzt",
"undo" => "rückgängig machen",

View File

@ -10,6 +10,7 @@
"Delete" => "Eliminado",
"already exists" => "ya existe",
"replace" => "reemplazar",
"suggest name" => "sugerir nombre",
"cancel" => "cancelar",
"replaced" => "reemplazado",
"undo" => "deshacer",

View File

@ -10,6 +10,7 @@
"Delete" => "Poista",
"already exists" => "on jo olemassa",
"replace" => "korvaa",
"suggest name" => "ehdota nimeä",
"cancel" => "peru",
"replaced" => "korvattu",
"undo" => "kumoa",

View File

@ -10,6 +10,7 @@
"Delete" => "Elimina",
"already exists" => "esiste già",
"replace" => "sostituisci",
"suggest name" => "suggerisci nome",
"cancel" => "annulla",
"replaced" => "sostituito",
"undo" => "annulla",

View File

@ -10,6 +10,7 @@
"Delete" => "Usuwa element",
"already exists" => "Już istnieje",
"replace" => "zastap",
"suggest name" => "zasugeruj nazwę",
"cancel" => "anuluj",
"replaced" => "zastąpione",
"undo" => "wróć",

View File

@ -10,6 +10,7 @@
"Delete" => "Izbriši",
"already exists" => "že obstaja",
"replace" => "nadomesti",
"suggest name" => "predlagaj ime",
"cancel" => "ekliči",
"replaced" => "nadomeščen",
"undo" => "razveljavi",

View File

@ -10,6 +10,7 @@
"Delete" => "Radera",
"already exists" => "finns redan",
"replace" => "ersätt",
"suggest name" => "föreslå namn",
"cancel" => "avbryt",
"replaced" => "ersatt",
"undo" => "ångra",

View File

@ -10,6 +10,7 @@
"Delete" => "ลบ",
"already exists" => "มีอยู่แล้ว",
"replace" => "แทนที่",
"suggest name" => "แนะนำชื่อ",
"cancel" => "ยกเลิก",
"replaced" => "แทนที่แล้ว",
"undo" => "เลิกทำ",

View File

@ -10,6 +10,7 @@
"Delete" => "删除",
"already exists" => "已经存在",
"replace" => "替换",
"suggest name" => "建议名称",
"cancel" => "取消",
"replaced" => "已经替换",
"undo" => "撤销",
@ -20,6 +21,7 @@
"Upload Error" => "上传错误",
"Pending" => "操作等待中",
"Upload cancelled." => "上传已取消",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
"Invalid name, '/' is not allowed." => "非法的名称,不允许使用‘/’。",
"Size" => "大小",
"Modified" => "修改日期",
@ -34,6 +36,7 @@
"Enable ZIP-download" => "启用 ZIP 下载",
"0 is unlimited" => "0 为无限制",
"Maximum input size for ZIP files" => "ZIP 文件的最大输入大小",
"Save" => "保存",
"New" => "新建",
"Text file" => "文本文件",
"Folder" => "文件夹",

View File

@ -0,0 +1,5 @@
<?php $TRANSLATIONS = array(
"Encryption" => "加密",
"None" => "None",
"Enable Encryption" => "开启加密"
);

View File

@ -11,8 +11,8 @@
"Groups" => "Gruppi",
"Users" => "Utenti",
"Delete" => "Elimina",
"SSL root certificates" => "Certificato principale per SSL",
"Import Root Certificate" => "Importa certificato principale",
"SSL root certificates" => "Certificati SSL radice",
"Import Root Certificate" => "Importa certificato radice",
"Enable User External Storage" => "Abilita la memoria esterna dell'utente",
"Allow users to mount their own external storage" => "Consente agli utenti di montare la propria memoria esterna"
"Allow users to mount their own external storage" => "Consenti agli utenti di montare la propria memoria esterna"
);

View File

@ -0,0 +1,18 @@
<?php $TRANSLATIONS = array(
"External Storage" => "Externé úložisko",
"Mount point" => "Prípojný bod",
"Backend" => "Backend",
"Configuration" => "Nastavenia",
"Options" => "Možnosti",
"Applicable" => "Aplikovateľné",
"Add mount point" => "Pridať prípojný bod",
"None set" => "Žiadne nastavené",
"All Users" => "Všetci užívatelia",
"Groups" => "Skupiny",
"Users" => "Užívatelia",
"Delete" => "Odstrániť",
"SSL root certificates" => "Koreňové SSL certifikáty",
"Import Root Certificate" => "Importovať koreňový certifikát",
"Enable User External Storage" => "Povoliť externé úložisko",
"Allow users to mount their own external storage" => "Povoliť užívateľom pripojiť ich vlastné externé úložisko"
);

View File

@ -0,0 +1,7 @@
<?php $TRANSLATIONS = array(
"Password" => "Heslo",
"Submit" => "Odoslať",
"Download" => "Stiahnuť",
"No preview available for" => "Žiaden náhľad k dispozícii pre",
"web services under your control" => "webové služby pod Vašou kontrolou"
);

View File

@ -0,0 +1,6 @@
<?php $TRANSLATIONS = array(
"Expire all versions" => "过期所有版本",
"Versions" => "版本",
"This will delete all existing backup versions of your files" => "将会删除您的文件的所有备份版本",
"Enable Files Versioning" => "开启文件版本"
);

View File

@ -19,7 +19,7 @@
"Port" => "Portti",
"Base User Tree" => "Oletuskäyttäjäpuu",
"Base Group Tree" => "Ryhmien juuri",
"Group-Member association" => "Ryhmä-jäsen assosiaatio (yhteys)",
"Group-Member association" => "Ryhmän ja jäsenen assosiaatio (yhteys)",
"Use TLS" => "Käytä TLS:ää",
"Do not use it for SSL connections, it will fail." => "Älä käytä SSL-yhteyttä varten, se epäonnistuu. ",
"Case insensitve LDAP server (Windows)" => "Kirjainkoosta piittamaton LDAP-palvelin (Windows)",
@ -27,11 +27,11 @@
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Jos yhteys toimii vain tällä valinnalla, siirrä LDAP-palvelimen SSL-varmenne ownCloud-palvelimellesi.",
"Not recommended, use for testing only." => "Ei suositella, käytä vain testausta varten.",
"User Display Name Field" => "Käyttäjän näytettävän nimen kenttä",
"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP attribuutti, jota käytetään käyttäjän ownCloud käyttäjänimenä ",
"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP-attribuutti, jota käytetään käyttäjän ownCloud-käyttäjänimenä ",
"Group Display Name Field" => "Ryhmän \"näytettävä nimi\"-kenttä",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP atribuutti, jota käytetään luomaan ryhmän ownCloud nimi",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP-attribuutti, jota käytetään luomaan ryhmän ownCloud-nimi",
"in bytes" => "tavuissa",
"in seconds. A change empties the cache." => "sekunneissa. Muutos tyhjentää välimuistin.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD atribuutti.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti.",
"Help" => "Ohje"
);

View File

@ -50,6 +50,7 @@
"Database user" => "数据库用户",
"Database password" => "数据库密码",
"Database name" => "数据库名",
"Database tablespace" => "数据库表空间",
"Database host" => "数据库主机",
"Finish setup" => "安装完成",
"web services under your control" => "由您掌控的网络服务",

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 06:33+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -54,7 +54,7 @@ msgstr "Ha fallat en escriure al disc"
msgid "Files"
msgstr "Fitxers"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Suprimeix"
@ -68,7 +68,7 @@ msgstr "substitueix"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "sugereix un nom"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -78,7 +78,7 @@ msgstr "cancel·la"
msgid "replaced"
msgstr "substituït"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "desfés"
@ -86,7 +86,7 @@ msgstr "desfés"
msgid "with"
msgstr "per"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "esborrat"
@ -119,11 +119,11 @@ msgstr "Hi ha una pujada en curs. Si abandoneu la pàgina la pujada es cancel·l
msgid "Invalid name, '/' is not allowed."
msgstr "El nom no és vàlid, no es permet '/'."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Mida"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Modificat"
@ -173,7 +173,7 @@ msgstr "Mida màxima d'entrada per fitxers ZIP"
#: templates/admin.php:14
msgid "Save"
msgstr "Desar"
msgstr "Desa"
#: templates/index.php:7
msgid "New"
@ -199,36 +199,36 @@ msgstr "Puja"
msgid "Cancel upload"
msgstr "Cancel·la la pujada"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Res per aquí. Pugeu alguna cosa!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Nom"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Comparteix"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Baixa"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "La pujada és massa gran"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Els fitxers que esteu intentant pujar excedeixen la mida màxima de pujada del servidor"
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "S'estan escanejant els fitxers, espereu"
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Actualment escanejant"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"PO-Revision-Date: 2012-09-05 11:42+0000\n"
"Last-Translator: bury1000 <bury1000@gmail.com>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 06:39+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -224,7 +224,7 @@ msgstr "Esteu usant"
#: templates/personal.php:8
msgid "of the available"
msgstr "del disponible"
msgstr "d'un total disponible de"
#: templates/personal.php:12
msgid "Desktop and Mobile Syncing Clients"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 08:41+0000\n"
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -54,7 +54,7 @@ msgstr "Zápis na disk selhal"
msgid "Files"
msgstr "Soubory"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Smazat"
@ -68,7 +68,7 @@ msgstr "nahradit"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "navrhnout název"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -78,7 +78,7 @@ msgstr "zrušit"
msgid "replaced"
msgstr "nahrazeno"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "zpět"
@ -86,7 +86,7 @@ msgstr "zpět"
msgid "with"
msgstr "s"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "smazáno"
@ -119,11 +119,11 @@ msgstr "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušen
msgid "Invalid name, '/' is not allowed."
msgstr "Neplatný název, znak '/' není povolen"
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Velikost"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Změněno"
@ -199,36 +199,36 @@ msgstr "Odeslat"
msgid "Cancel upload"
msgstr "Zrušit odesílání"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Žádný obsah. Nahrajte něco."
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Název"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Sdílet"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Stáhnout"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Odeslaný soubor je příliš velký"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Soubory se prohledávají, prosím čekejte."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Aktuální prohledávání"

View File

@ -18,9 +18,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 06:59+0000\n"
"Last-Translator: goeck <admin@s-goecker.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -62,7 +62,7 @@ msgstr "Fehler beim Schreiben auf die Festplatte"
msgid "Files"
msgstr "Dateien"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Löschen"
@ -76,7 +76,7 @@ msgstr "ersetzen"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "Name vorschlagen"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -86,7 +86,7 @@ msgstr "abbrechen"
msgid "replaced"
msgstr "ersetzt"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "rückgängig machen"
@ -94,7 +94,7 @@ msgstr "rückgängig machen"
msgid "with"
msgstr "mit"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "gelöscht"
@ -127,11 +127,11 @@ msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload
msgid "Invalid name, '/' is not allowed."
msgstr "Ungültiger Name: \"/\" ist nicht erlaubt."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Größe"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Bearbeitet"
@ -207,36 +207,36 @@ msgstr "Hochladen"
msgid "Cancel upload"
msgstr "Upload abbrechen"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Lade etwas hoch!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Name"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Teilen"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Herunterladen"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Upload zu groß"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Dateien werden gescannt, bitte warten."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Scannen"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 05:09+0000\n"
"Last-Translator: juanman <juanma@kde.org.ar>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -55,7 +55,7 @@ msgstr "La escritura en disco ha fallado"
msgid "Files"
msgstr "Archivos"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Eliminado"
@ -69,7 +69,7 @@ msgstr "reemplazar"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "sugerir nombre"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -79,7 +79,7 @@ msgstr "cancelar"
msgid "replaced"
msgstr "reemplazado"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "deshacer"
@ -87,7 +87,7 @@ msgstr "deshacer"
msgid "with"
msgstr "con"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "borrado"
@ -120,11 +120,11 @@ msgstr "La subida del archivo está en proceso. Salir de la página ahora cancel
msgid "Invalid name, '/' is not allowed."
msgstr "Nombre no válido, '/' no está permitido."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Tamaño"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Modificado"
@ -200,36 +200,36 @@ msgstr "Subir"
msgid "Cancel upload"
msgstr "Cancelar subida"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Aquí no hay nada. ¡Sube algo!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Nombre"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Compartir"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Descargar"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "El archivo es demasiado grande"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido por este servidor."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Se están escaneando los archivos, por favor espere."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Escaneo actual"

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 10:47+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -56,7 +56,7 @@ msgstr "Levylle kirjoitus epäonnistui"
msgid "Files"
msgstr "Tiedostot"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Poista"
@ -70,7 +70,7 @@ msgstr "korvaa"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "ehdota nimeä"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -80,7 +80,7 @@ msgstr "peru"
msgid "replaced"
msgstr "korvattu"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "kumoa"
@ -88,7 +88,7 @@ msgstr "kumoa"
msgid "with"
msgstr "käyttäen"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "poistettu"
@ -121,11 +121,11 @@ msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedos
msgid "Invalid name, '/' is not allowed."
msgstr "Virheellinen nimi, merkki '/' ei ole sallittu."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Koko"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Muutettu"
@ -201,36 +201,36 @@ msgstr "Lähetä"
msgid "Cancel upload"
msgstr "Peru lähetys"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Täällä ei ole mitään. Lähetä tänne jotakin!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Nimi"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Jaa"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Lataa"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Lähetettävä tiedosto on liian suuri"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Tiedostoja tarkistetaan, odota hetki."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Tämänhetkinen tutkinta"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"PO-Revision-Date: 2012-09-05 16:49+0000\n"
"Last-Translator: teho <tehoratopato@gmail.com>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 10:56+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -110,7 +110,7 @@ msgstr "Ryhmien juuri"
#: templates/settings.php:20
msgid "Group-Member association"
msgstr "Ryhmä-jäsen assosiaatio (yhteys)"
msgstr "Ryhmän ja jäsenen assosiaatio (yhteys)"
#: templates/settings.php:21
msgid "Use TLS"
@ -144,7 +144,7 @@ msgstr "Käyttäjän näytettävän nimen kenttä"
#: templates/settings.php:24
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
msgstr "LDAP attribuutti, jota käytetään käyttäjän ownCloud käyttäjänimenä "
msgstr "LDAP-attribuutti, jota käytetään käyttäjän ownCloud-käyttäjänimenä "
#: templates/settings.php:25
msgid "Group Display Name Field"
@ -152,7 +152,7 @@ msgstr "Ryhmän \"näytettävä nimi\"-kenttä"
#: templates/settings.php:25
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
msgstr "LDAP atribuutti, jota käytetään luomaan ryhmän ownCloud nimi"
msgstr "LDAP-attribuutti, jota käytetään luomaan ryhmän ownCloud-nimi"
#: templates/settings.php:27
msgid "in bytes"
@ -166,7 +166,7 @@ msgstr "sekunneissa. Muutos tyhjentää välimuistin."
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
msgstr "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD atribuutti."
msgstr "Jätä tyhjäksi käyttäjänimi (oletusasetus). Muutoin anna LDAP/AD-atribuutti."
#: templates/settings.php:32
msgid "Help"

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 05:05+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 04:57+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -55,7 +55,7 @@ msgstr "Scrittura su disco non riuscita"
msgid "Files"
msgstr "File"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Elimina"
@ -69,7 +69,7 @@ msgstr "sostituisci"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "suggerisci nome"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -79,7 +79,7 @@ msgstr "annulla"
msgid "replaced"
msgstr "sostituito"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "annulla"
@ -87,7 +87,7 @@ msgstr "annulla"
msgid "with"
msgstr "con"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "eliminati"
@ -120,11 +120,11 @@ msgstr "Caricamento del file in corso. La chiusura della pagina annullerà il ca
msgid "Invalid name, '/' is not allowed."
msgstr "Nome non valido"
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Dimensione"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Modificato"
@ -200,36 +200,36 @@ msgstr "Carica"
msgid "Cancel upload"
msgstr "Annulla invio"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Non c'è niente qui. Carica qualcosa!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Nome"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Condividi"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Scarica"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Il file caricato è troppo grande"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "I file che stai provando a caricare superano la dimensione massima consentita su questo server."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Scansione dei file in corso, attendi"
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Scansione corrente"

View File

@ -9,15 +9,15 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-15 02:02+0200\n"
"PO-Revision-Date: 2012-08-14 14:42+0000\n"
"Last-Translator: Innocenzo Ventre <el.diabl09@gmail.com>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 05:03+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: templates/settings.php:3
msgid "External Storage"
@ -69,11 +69,11 @@ msgstr "Elimina"
#: templates/settings.php:88
msgid "SSL root certificates"
msgstr "Certificato principale per SSL"
msgstr "Certificati SSL radice"
#: templates/settings.php:102
msgid "Import Root Certificate"
msgstr "Importa certificato principale"
msgstr "Importa certificato radice"
#: templates/settings.php:108
msgid "Enable User External Storage"
@ -81,4 +81,4 @@ msgstr "Abilita la memoria esterna dell'utente"
#: templates/settings.php:109
msgid "Allow users to mount their own external storage"
msgstr "Consente agli utenti di montare la propria memoria esterna"
msgstr "Consenti agli utenti di montare la propria memoria esterna"

View File

@ -4,7 +4,7 @@
#
# Translators:
# Cyryl Sochacki <>, 2012.
# Marcin Małecki <gerber@tkdami.net>, 2011, 2012.
# Marcin Małecki <gerber@tkdami.net>, 2011-2012.
# <mosslar@gmail.com>, 2011.
# <mplichta@gmail.com>, 2012.
# Piotr Sokół <psokol@jabster.pl>, 2012.
@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 13:42+0000\n"
"Last-Translator: Marcin Małecki <gerber@tkdami.net>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -56,7 +56,7 @@ msgstr "Błąd zapisu na dysk"
msgid "Files"
msgstr "Pliki"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Usuwa element"
@ -70,7 +70,7 @@ msgstr "zastap"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "zasugeruj nazwę"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -80,7 +80,7 @@ msgstr "anuluj"
msgid "replaced"
msgstr "zastąpione"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "wróć"
@ -88,7 +88,7 @@ msgstr "wróć"
msgid "with"
msgstr "z"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "skasuj"
@ -121,11 +121,11 @@ msgstr "Wysyłanie pliku jest w toku. Teraz opuszczając stronę wysyłanie zost
msgid "Invalid name, '/' is not allowed."
msgstr "Nieprawidłowa nazwa '/' jest niedozwolone."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Rozmiar"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Czas modyfikacji"
@ -201,36 +201,36 @@ msgstr "Prześlij"
msgid "Cancel upload"
msgstr "Przestań wysyłać"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Brak zawartości. Proszę wysłać pliki!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Nazwa"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Współdziel"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Pobiera element"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Wysyłany plik ma za duży rozmiar"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Pliki które próbujesz przesłać, przekraczają maksymalną, dopuszczalną wielkość."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Skanowanie plików, proszę czekać."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Aktualnie skanowane"

View File

@ -3,80 +3,81 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <intense.feel@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n"
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 17:51+0000\n"
"Last-Translator: intense <intense.feel@gmail.com>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk_SK\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: templates/settings.php:3
msgid "External Storage"
msgstr ""
msgstr "Externé úložisko"
#: templates/settings.php:7 templates/settings.php:19
msgid "Mount point"
msgstr ""
msgstr "Prípojný bod"
#: templates/settings.php:8
msgid "Backend"
msgstr ""
msgstr "Backend"
#: templates/settings.php:9
msgid "Configuration"
msgstr ""
msgstr "Nastavenia"
#: templates/settings.php:10
msgid "Options"
msgstr ""
msgstr "Možnosti"
#: templates/settings.php:11
msgid "Applicable"
msgstr ""
msgstr "Aplikovateľné"
#: templates/settings.php:23
msgid "Add mount point"
msgstr ""
msgstr "Pridať prípojný bod"
#: templates/settings.php:54 templates/settings.php:62
msgid "None set"
msgstr ""
msgstr "Žiadne nastavené"
#: templates/settings.php:63
msgid "All Users"
msgstr ""
msgstr "Všetci užívatelia"
#: templates/settings.php:64
msgid "Groups"
msgstr ""
msgstr "Skupiny"
#: templates/settings.php:69
msgid "Users"
msgstr ""
msgstr "Užívatelia"
#: templates/settings.php:77 templates/settings.php:96
msgid "Delete"
msgstr ""
msgstr "Odstrániť"
#: templates/settings.php:88
msgid "SSL root certificates"
msgstr ""
msgstr "Koreňové SSL certifikáty"
#: templates/settings.php:102
msgid "Import Root Certificate"
msgstr ""
msgstr "Importovať koreňový certifikát"
#: templates/settings.php:108
msgid "Enable User External Storage"
msgstr ""
msgstr "Povoliť externé úložisko"
#: templates/settings.php:109
msgid "Allow users to mount their own external storage"
msgstr ""
msgstr "Povoliť užívateľom pripojiť ich vlastné externé úložisko"

View File

@ -3,36 +3,37 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <intense.feel@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-31 02:02+0200\n"
"PO-Revision-Date: 2012-08-31 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 17:47+0000\n"
"Last-Translator: intense <intense.feel@gmail.com>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sk_SK\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: templates/authenticate.php:4
msgid "Password"
msgstr ""
msgstr "Heslo"
#: templates/authenticate.php:6
msgid "Submit"
msgstr ""
msgstr "Odoslať"
#: templates/public.php:9 templates/public.php:19
msgid "Download"
msgstr ""
msgstr "Stiahnuť"
#: templates/public.php:18
msgid "No preview available for"
msgstr ""
msgstr "Žiaden náhľad k dispozícii pre"
#: templates/public.php:23
#: templates/public.php:25
msgid "web services under your control"
msgstr ""
msgstr "webové služby pod Vašou kontrolou"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 05:16+0000\n"
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -54,7 +54,7 @@ msgstr "Pisanje na disk je spodletelo"
msgid "Files"
msgstr "Datoteke"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Izbriši"
@ -68,7 +68,7 @@ msgstr "nadomesti"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "predlagaj ime"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -78,7 +78,7 @@ msgstr "ekliči"
msgid "replaced"
msgstr "nadomeščen"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "razveljavi"
@ -86,7 +86,7 @@ msgstr "razveljavi"
msgid "with"
msgstr "z"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "izbrisano"
@ -119,11 +119,11 @@ msgstr "Nalaganje datoteke je v teku. Če zapustite to stran zdaj, boste nalagan
msgid "Invalid name, '/' is not allowed."
msgstr "Neveljavno ime. Znak '/' ni dovoljen."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Velikost"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Spremenjeno"
@ -199,36 +199,36 @@ msgstr "Naloži"
msgid "Cancel upload"
msgstr "Prekliči nalaganje"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Tukaj ni ničesar. Naložite kaj!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Ime"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Souporaba"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Prenesi"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "Nalaganje ni mogoče, ker je preveliko"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Datoteke, ki jih želite naložiti, presegajo največjo dovoljeno velikost na tem strežniku."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Preiskujem datoteke, prosimo počakajte."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Trenutno preiskujem"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 13:34+0000\n"
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -57,7 +57,7 @@ msgstr "Misslyckades spara till disk"
msgid "Files"
msgstr "Filer"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "Radera"
@ -71,7 +71,7 @@ msgstr "ersätt"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "föreslå namn"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -81,7 +81,7 @@ msgstr "avbryt"
msgid "replaced"
msgstr "ersatt"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "ångra"
@ -89,7 +89,7 @@ msgstr "ångra"
msgid "with"
msgstr "med"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "raderad"
@ -122,11 +122,11 @@ msgstr "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen."
msgid "Invalid name, '/' is not allowed."
msgstr "Ogiltigt namn, '/' är inte tillåten."
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "Storlek"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "Ändrad"
@ -202,36 +202,36 @@ msgstr "Ladda upp"
msgid "Cancel upload"
msgstr "Avbryt uppladdning"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "Ingenting här. Ladda upp något!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "Namn"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "Dela"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "Ladda ner"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "För stor uppladdning"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "Filerna du försöker ladda upp överstiger den maximala storleken för filöverföringar på servern."
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "Filer skannas, var god vänta"
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "Aktuell skanning"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -51,7 +51,7 @@ msgstr ""
msgid "Files"
msgstr ""
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr ""
@ -75,7 +75,7 @@ msgstr ""
msgid "replaced"
msgstr ""
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr ""
@ -83,7 +83,7 @@ msgstr ""
msgid "with"
msgstr ""
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr ""
@ -116,11 +116,11 @@ msgstr ""
msgid "Invalid name, '/' is not allowed."
msgstr ""
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr ""
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr ""
@ -196,36 +196,36 @@ msgstr ""
msgid "Cancel upload"
msgstr ""
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr ""
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr ""
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr ""
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr ""
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr ""
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr ""
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 04:45+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -53,7 +53,7 @@ msgstr "เขียนข้อมูลลงแผ่นดิสก์ล้
msgid "Files"
msgstr "ไฟล์"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "ลบ"
@ -67,7 +67,7 @@ msgstr "แทนที่"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "แนะนำชื่อ"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -77,7 +77,7 @@ msgstr "ยกเลิก"
msgid "replaced"
msgstr "แทนที่แล้ว"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "เลิกทำ"
@ -85,7 +85,7 @@ msgstr "เลิกทำ"
msgid "with"
msgstr "กับ"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "ลบแล้ว"
@ -118,11 +118,11 @@ msgstr "การอัพโหลดไฟล์กำลังอยู่ใ
msgid "Invalid name, '/' is not allowed."
msgstr "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน"
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "ขนาด"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "ปรับปรุงล่าสุด"
@ -198,36 +198,36 @@ msgstr "อัพโหลด"
msgid "Cancel upload"
msgstr "ยกเลิกการอัพโหลด"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "ยังไม่มีไฟล์ใดๆอยู่ที่นี่ กรุณาอัพโหลดไฟล์!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "ชื่อ"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "แชร์"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "ดาวน์โหลด"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "ไฟล์ที่อัพโหลดมีขนาดใหญ่เกินไป"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "ไฟล์ที่คุณพยายามที่จะอัพโหลดมีขนาดเกินกว่าขนาดสูงสุดที่กำหนดไว้ให้อัพโหลดได้สำหรับเซิร์ฟเวอร์นี้"
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "ไฟล์กำลังอยู่ระหว่างการสแกน, กรุณารอสักครู่."
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "ไฟล์ที่กำลังสแกนอยู่ขณะนี้"

View File

@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <appweb.cn@gmail.com>, 2012.
# Phoenix Nemo <>, 2012.
# <wengxt@gmail.com>, 2011, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:02+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 07:30+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -227,7 +228,7 @@ msgstr "数据库名"
#: templates/installation.php:109
msgid "Database tablespace"
msgstr ""
msgstr "数据库表空间"
#: templates/installation.php:115
msgid "Database host"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-06 02:01+0200\n"
"PO-Revision-Date: 2012-09-06 00:03+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 07:31+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -54,7 +54,7 @@ msgstr "写入磁盘失败"
msgid "Files"
msgstr "文件"
#: js/fileactions.js:106 templates/index.php:56
#: js/fileactions.js:106 templates/index.php:57
msgid "Delete"
msgstr "删除"
@ -68,7 +68,7 @@ msgstr "替换"
#: js/filelist.js:186
msgid "suggest name"
msgstr ""
msgstr "建议名称"
#: js/filelist.js:186 js/filelist.js:188
msgid "cancel"
@ -78,7 +78,7 @@ msgstr "取消"
msgid "replaced"
msgstr "已经替换"
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:271
#: js/filelist.js:235 js/filelist.js:237 js/filelist.js:266
msgid "undo"
msgstr "撤销"
@ -86,7 +86,7 @@ msgstr "撤销"
msgid "with"
msgstr "随着"
#: js/filelist.js:271
#: js/filelist.js:266
msgid "deleted"
msgstr "已经删除"
@ -113,17 +113,17 @@ msgstr "上传已取消"
#: js/files.js:423
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr ""
msgstr "文件正在上传中。现在离开此页会导致上传动作被取消。"
#: js/files.js:493
msgid "Invalid name, '/' is not allowed."
msgstr "非法的名称,不允许使用‘/’。"
#: js/files.js:746 templates/index.php:55
#: js/files.js:746 templates/index.php:56
msgid "Size"
msgstr "大小"
#: js/files.js:747 templates/index.php:56
#: js/files.js:747 templates/index.php:57
msgid "Modified"
msgstr "修改日期"
@ -173,7 +173,7 @@ msgstr "ZIP 文件的最大输入大小"
#: templates/admin.php:14
msgid "Save"
msgstr ""
msgstr "保存"
#: templates/index.php:7
msgid "New"
@ -199,36 +199,36 @@ msgstr "上传"
msgid "Cancel upload"
msgstr "取消上传"
#: templates/index.php:39
#: templates/index.php:40
msgid "Nothing in here. Upload something!"
msgstr "这里还什么都没有。上传些东西吧!"
#: templates/index.php:47
#: templates/index.php:48
msgid "Name"
msgstr "名称"
#: templates/index.php:49
#: templates/index.php:50
msgid "Share"
msgstr "共享"
#: templates/index.php:51
#: templates/index.php:52
msgid "Download"
msgstr "下载"
#: templates/index.php:64
#: templates/index.php:65
msgid "Upload too large"
msgstr "上传文件过大"
#: templates/index.php:66
#: templates/index.php:67
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr "您正尝试上传的文件超过了此服务器可以上传的最大大小"
#: templates/index.php:71
#: templates/index.php:72
msgid "Files are being scanned, please wait."
msgstr "文件正在被扫描,请稍候。"
#: templates/index.php:74
#: templates/index.php:75
msgid "Current scanning"
msgstr "当前扫描"

View File

@ -3,23 +3,24 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <appweb.cn@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-13 23:12+0200\n"
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 15:39+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: templates/settings.php:3
msgid "Encryption"
msgstr ""
msgstr "加密"
#: templates/settings.php:4
msgid "Exclude the following file types from encryption"
@ -27,8 +28,8 @@ msgstr ""
#: templates/settings.php:5
msgid "None"
msgstr ""
msgstr "None"
#: templates/settings.php:10
msgid "Enable Encryption"
msgstr ""
msgstr "开启加密"

View File

@ -3,32 +3,33 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <appweb.cn@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-01 13:35+0200\n"
"PO-Revision-Date: 2012-09-01 11:35+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 13:03+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: js/settings-personal.js:31 templates/settings-personal.php:10
msgid "Expire all versions"
msgstr ""
msgstr "过期所有版本"
#: templates/settings-personal.php:4
msgid "Versions"
msgstr ""
msgstr "版本"
#: templates/settings-personal.php:7
msgid "This will delete all existing backup versions of your files"
msgstr ""
msgstr "将会删除您的文件的所有备份版本"
#: templates/settings.php:3
msgid "Enable Files Versioning"
msgstr ""
msgstr "开启文件版本"

View File

@ -3,20 +3,21 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <appweb.cn@gmail.com>, 2012.
# <rainofchaos@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-01 02:01+0200\n"
"PO-Revision-Date: 2012-09-01 00:02+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 07:33+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:288
msgid "Help"
@ -70,57 +71,57 @@ msgstr "认证错误"
msgid "Token expired. Please reload page."
msgstr "Token 过期,请刷新页面。"
#: template.php:86
#: template.php:87
msgid "seconds ago"
msgstr "几秒前"
#: template.php:87
#: template.php:88
msgid "1 minute ago"
msgstr "1分钟前"
#: template.php:88
#: template.php:89
#, php-format
msgid "%d minutes ago"
msgstr "%d 分钟前"
#: template.php:91
#: template.php:92
msgid "today"
msgstr "今天"
#: template.php:92
#: template.php:93
msgid "yesterday"
msgstr "昨天"
#: template.php:93
#: template.php:94
#, php-format
msgid "%d days ago"
msgstr "%d 天前"
#: template.php:94
#: template.php:95
msgid "last month"
msgstr "上月"
#: template.php:95
#: template.php:96
msgid "months ago"
msgstr "几月前"
#: template.php:96
#: template.php:97
msgid "last year"
msgstr "上年"
#: template.php:97
#: template.php:98
msgid "years ago"
msgstr "几年前"
#: updater.php:66
#, php-format
msgid "%s is available. Get <a href=\"%s\">more information</a>"
msgstr ""
msgstr "%s 已存在. 点此 <a href=\"%s\">获取更多信息</a>"
#: updater.php:68
msgid "up to date"
msgstr ""
msgstr "已更新。"
#: updater.php:71
msgid "updates check is disabled"
msgstr ""
msgstr "检查更新功能被关闭。"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-09-05 02:02+0200\n"
"PO-Revision-Date: 2012-09-05 00:02+0000\n"
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
"POT-Creation-Date: 2012-09-07 02:04+0200\n"
"PO-Revision-Date: 2012-09-06 08:01+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -32,11 +32,11 @@ msgstr "认证错误"
#: ajax/creategroup.php:19
msgid "Group already exists"
msgstr ""
msgstr "已存在组"
#: ajax/creategroup.php:28
msgid "Unable to add group"
msgstr ""
msgstr "不能添加组"
#: ajax/lostpassword.php:14
msgid "Email saved"
@ -56,11 +56,11 @@ msgstr "非法请求"
#: ajax/removegroup.php:16
msgid "Unable to delete group"
msgstr ""
msgstr "不能删除组"
#: ajax/removeuser.php:22
msgid "Unable to delete user"
msgstr ""
msgstr "不能删除用户"
#: ajax/setlanguage.php:18
msgid "Language changed"
@ -69,12 +69,12 @@ msgstr "语言已修改"
#: ajax/togglegroups.php:25
#, php-format
msgid "Unable to add user to group %s"
msgstr ""
msgstr "不能把用户添加到组 %s"
#: ajax/togglegroups.php:31
#, php-format
msgid "Unable to remove user from group %s"
msgstr ""
msgstr "不能从组%s中移除用户"
#: js/apps.js:18
msgid "Error"
@ -107,7 +107,7 @@ msgid ""
"strongly suggest that you configure your webserver in a way that the data "
"directory is no longer accessible or you move the data directory outside the"
" webserver document root."
msgstr ""
msgstr "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器以使数据文件夹不可被访问或者将数据文件夹移到web服务器以外。"
#: templates/admin.php:31
msgid "Cron"
@ -127,39 +127,39 @@ msgstr "实现系统 cron 服务"
#: templates/admin.php:41
msgid "Share API"
msgstr ""
msgstr "共享API"
#: templates/admin.php:46
msgid "Enable Share API"
msgstr ""
msgstr "开启共享API"
#: templates/admin.php:47
msgid "Allow apps to use the Share API"
msgstr ""
msgstr "允许 应用 使用共享API"
#: templates/admin.php:51
msgid "Allow links"
msgstr ""
msgstr "允许连接"
#: templates/admin.php:52
msgid "Allow users to share items to the public with links"
msgstr ""
msgstr "允许用户使用连接向公众共享"
#: templates/admin.php:56
msgid "Allow resharing"
msgstr ""
msgstr "允许再次共享"
#: templates/admin.php:57
msgid "Allow users to share items shared with them again"
msgstr ""
msgstr "允许用户将共享给他们的项目再次共享"
#: templates/admin.php:60
msgid "Allow users to share with anyone"
msgstr ""
msgstr "允许用户向任何人共享"
#: templates/admin.php:62
msgid "Allow users to only share with users in their groups"
msgstr ""
msgstr "允许用户只向同组用户共享"
#: templates/admin.php:69
msgid "Log"
@ -177,7 +177,7 @@ msgid ""
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
"target=\"_blank\"><abbr title=\"Affero General Public "
"License\">AGPL</abbr></a>."
msgstr ""
msgstr "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。"
#: templates/apps.php:10
msgid "Add your App"
@ -193,7 +193,7 @@ msgstr "查看在 app.owncloud.com 的应用程序页面"
#: templates/apps.php:30
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
msgstr ""
msgstr "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>"
#: templates/help.php:9
msgid "Documentation"

View File

@ -21,5 +21,8 @@
"last month" => "上月",
"months ago" => "几月前",
"last year" => "上年",
"years ago" => "几年前"
"years ago" => "几年前",
"%s is available. Get <a href=\"%s\">more information</a>" => "%s 已存在. 点此 <a href=\"%s\">获取更多信息</a>",
"up to date" => "已更新。",
"updates check is disabled" => "检查更新功能被关闭。"
);

View File

@ -46,7 +46,7 @@
"Go there manually." => "Vés-hi manualment.",
"Answer" => "Resposta",
"You use" => "Esteu usant",
"of the available" => "del disponible",
"of the available" => "d'un total disponible de",
"Desktop and Mobile Syncing Clients" => "Clients de sincronització d'escriptori i de mòbil",
"Download" => "Baixada",
"Your password got changed" => "La contrasenya ha canviat",

View File

@ -1,26 +1,44 @@
<?php $TRANSLATIONS = array(
"Unable to load list from App Store" => "无法从应用商店载入列表",
"Authentication error" => "认证错误",
"Group already exists" => "已存在组",
"Unable to add group" => "不能添加组",
"Email saved" => "电子邮件已保存",
"Invalid email" => "无效的电子邮件",
"OpenID Changed" => "OpenID 已修改",
"Invalid request" => "非法请求",
"Unable to delete group" => "不能删除组",
"Unable to delete user" => "不能删除用户",
"Language changed" => "语言已修改",
"Unable to add user to group %s" => "不能把用户添加到组 %s",
"Unable to remove user from group %s" => "不能从组%s中移除用户",
"Error" => "错误",
"Disable" => "禁用",
"Enable" => "启用",
"Saving..." => "正在保存",
"__language_name__" => "简体中文",
"Security Warning" => "安全警告",
"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器以使数据文件夹不可被访问或者将数据文件夹移到web服务器以外。",
"Cron" => "计划任务",
"execute one task with each page loaded" => "为每个装入的页面执行任务",
"cron.php is registered at a webcron service" => "crop.php 已",
"use systems cron service" => "实现系统 cron 服务",
"Share API" => "共享API",
"Enable Share API" => "开启共享API",
"Allow apps to use the Share API" => "允许 应用 使用共享API",
"Allow links" => "允许连接",
"Allow users to share items to the public with links" => "允许用户使用连接向公众共享",
"Allow resharing" => "允许再次共享",
"Allow users to share items shared with them again" => "允许用户将共享给他们的项目再次共享",
"Allow users to share with anyone" => "允许用户向任何人共享",
"Allow users to only share with users in their groups" => "允许用户只向同组用户共享",
"Log" => "日志",
"More" => "更多",
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发, <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。",
"Add your App" => "添加应用",
"Select an App" => "选择一个应用",
"See application page at apps.owncloud.com" => "查看在 app.owncloud.com 的应用程序页面",
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>",
"Documentation" => "文档",
"Managing Big Files" => "管理大文件",
"Ask a question" => "提问",