[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-01-17 00:27:40 +01:00
parent d42214ef81
commit 433fa19268
91 changed files with 1975 additions and 1695 deletions

View File

@ -37,6 +37,7 @@
"Upload cancelled." => "Încărcare anulată.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.",
"URL cannot be empty." => "Adresa URL nu poate fi goală.",
"Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Invalid folder name. Usage of 'Shared' is reserved by Ownclou",
"{count} files scanned" => "{count} fisiere scanate",
"error while scanning" => "eroare la scanarea",
"Name" => "Nume",

View File

@ -1,8 +1,10 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Avís:</b> Les aplicacions user_ldap i user_webdavauth són incompatibles. Podeu experimentar comportaments no desitjats. Demaneu a l'administrador del sistema que en desactivi una.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Avís:</b> El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li.",
"Host" => "Màquina",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://",
"Base DN" => "DN Base",
"One Base DN per line" => "Una DN Base per línia",
"You can specify Base DN for users and groups in the Advanced tab" => "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat",
"User DN" => "DN Usuari",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc.",
@ -19,7 +21,9 @@
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "sense cap paràmetre de substitució, per exemple \"objectClass=grupPosix\".",
"Port" => "Port",
"Base User Tree" => "Arbre base d'usuaris",
"One User Base DN per line" => "Una DN Base d'Usuari per línia",
"Base Group Tree" => "Arbre base de grups",
"One Group Base DN per line" => "Una DN Base de Grup per línia",
"Group-Member association" => "Associació membres-grup",
"Use TLS" => "Usa TLS",
"Do not use it for SSL connections, it will fail." => "No ho useu en connexions SSL, fallarà.",

View File

@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Varování:</b> Aplikace user_ldap a user_webdavauth nejsou kompatibilní. Může nastávat neočekávané chování. Požádejte, prosím, správce systému aby jednu z nich zakázal.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému aby jej nainstaloval.",
"Host" => "Počítač",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://",
"Base DN" => "Základní DN",

View File

@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Avviso:</b> le applicazioni user_ldap e user_webdavauth sono incompatibili. Potresti riscontrare un comportamento inatteso. Chiedi al tuo amministratore di sistema di disabilitarne uno.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Avviso:</b> il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.",
"Host" => "Host",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "È possibile omettere il protocollo, ad eccezione se è necessario SSL. Quindi inizia con ldaps://",
"Base DN" => "DN base",

View File

@ -1,8 +1,10 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>警告:</b> user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能姓があります。システム管理者にどちらかを無効にするよう問い合わせてください。",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b> PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。",
"Host" => "ホスト",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL通信しない場合には、プロトコル名を省略することができます。そうでない場合には、ldaps:// から始めてください。",
"Base DN" => "ベースDN",
"One Base DN per line" => "1行に1つのベースDN",
"You can specify Base DN for users and groups in the Advanced tab" => "拡張タブでユーザとグループのベースDNを指定することができます。",
"User DN" => "ユーザDN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "クライアントユーザーのDNは、特定のものに結びつけることはしません。 例えば uid=agent,dc=example,dc=com. だと匿名アクセスの場合、DNとパスワードは空のままです。",
@ -19,7 +21,9 @@
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "プレースホルダーを利用しないでください。例 \"objectClass=posixGroup\"",
"Port" => "ポート",
"Base User Tree" => "ベースユーザツリー",
"One User Base DN per line" => "1行に1つのユーザベースDN",
"Base Group Tree" => "ベースグループツリー",
"One Group Base DN per line" => "1行に1つのグループベースDN",
"Group-Member association" => "グループとメンバーの関連付け",
"Use TLS" => "TLSを利用",
"Do not use it for SSL connections, it will fail." => "SSL接続に利用しないでください、失敗します。",

View File

@ -1,10 +1,12 @@
<?php $TRANSLATIONS = array(
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behaviour. Please ask your system administrator to disable one of them." => "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.",
"Host" => "Host",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval met ldaps://",
"Base DN" => "Basis DN",
"You can specify Base DN for users and groups in the Advanced tab" => "Je kunt het standaard DN voor gebruikers en groepen specificeren in het tab Geavanceerd.",
"User DN" => "Gebruikers DN",
"Base DN" => "Base DN",
"One Base DN per line" => "Een Base DN per regel",
"You can specify Base DN for users and groups in the Advanced tab" => "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd.",
"User DN" => "User DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "De DN van de client gebruiker waarmee de verbinding zal worden gemaakt, bijv. uid=agent,dc=example,dc=com. Voor anonieme toegang laat je het DN en het wachtwoord leeg.",
"Password" => "Wachtwoord",
"For anonymous access, leave DN and Password empty." => "Voor anonieme toegang, laat de DN en het wachtwoord leeg.",
@ -19,7 +21,9 @@
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "zonder een placeholder, bijv. \"objectClass=posixGroup\"",
"Port" => "Poort",
"Base User Tree" => "Basis Gebruikers Structuur",
"One User Base DN per line" => "Een User Base DN per regel",
"Base Group Tree" => "Basis Groupen Structuur",
"One Group Base DN per line" => "Een Group Base DN per regel",
"Group-Member association" => "Groepslid associatie",
"Use TLS" => "Gebruik TLS",
"Do not use it for SSL connections, it will fail." => "Gebruik niet voor SSL connecties, deze mislukken.",

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Autenticazione WebDAV",
"URL: http://" => "URL: http://"
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud invierà le credenziali dell'utente a questo URL. Questa estensione controlla la risposta e interpreta i codici di stato 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide."
);

View File

@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
"URL: http://" => "URL: http://"
"WebDAV Authentication" => "WebDAV 認証",
"URL: http://" => "URL: http://",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloudはこのURLにユーザ資格情報を送信します。このプラグインは応答をチェックし、HTTP状態コードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"
);

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-24 00:11+0100\n"
"PO-Revision-Date: 2012-12-23 19:00+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n"
@ -17,27 +17,27 @@ msgstr ""
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "المساعدة"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "شخصي"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "تعديلات"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "المستخدمين"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr ""
@ -57,11 +57,15 @@ msgstr ""
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "لم يتم التأكد من الشخصية بنجاح"
@ -81,55 +85,55 @@ msgstr "معلومات إضافية"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "منذ ثواني"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "منذ دقيقة"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "اليوم"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-10 00:04+0100\n"
"PO-Revision-Date: 2013-01-09 20:43+0000\n"
"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -58,11 +58,15 @@ msgstr "Назад към файловете"
msgid "Selected files too large to generate zip file."
msgstr "Избраните файлове са прекалено големи за генерирането на ZIP архив."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Приложението не е включено."
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Възникна проблем с идентификацията"
@ -82,55 +86,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Снимки"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "преди секунди"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "преди 1 минута"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "преди %d минути"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "преди 1 час"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "преди %d часа"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "днес"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "вчера"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "преди %d дни"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "последният месец"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "преди %d месеца"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "последната година"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "последните години"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-11 00:05+0100\n"
"PO-Revision-Date: 2013-01-10 10:27+0000\n"
"Last-Translator: Shubhra Paul <paul_shubhra@yahoo.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -57,11 +57,15 @@ msgstr "ফাইলে ফিরে চল"
msgid "Selected files too large to generate zip file."
msgstr "নির্বাচিত ফাইলগুলো এতই বৃহৎ যে জিপ ফাইল তৈরী করা সম্ভব নয়।"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "অ্যাপ্লিকেসনটি সক্রিয় নয়"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "অনুমোদন ঘটিত সমস্যা"
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "সেকেন্ড পূর্বে"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "১ মিনিট পূর্বে"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d মিনিট পূর্বে"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 ঘন্টা পূর্বে"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "আজ"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "গতকাল"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d দিন পূর্বে"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "গত মাস"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "গত বছর"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "বছর পূর্বে"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-17 00:01+0100\n"
"PO-Revision-Date: 2012-11-16 08:22+0000\n"
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -18,51 +18,55 @@ msgstr ""
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ajuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Configuració"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usuaris"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplicacions"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administració"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "La baixada en ZIP està desactivada."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Els fitxers s'han de baixar d'un en un."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Torna a Fitxers"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Els fitxers seleccionats son massa grans per generar un fitxer zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "L'aplicació no està habilitada"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Error d'autenticació"
@ -82,55 +86,55 @@ msgstr "Text"
msgid "Images"
msgstr "Imatges"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "segons enrere"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "fa 1 minut"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "fa %d minuts"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "fa 1 hora"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "fa %d hores"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "avui"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ahir"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "fa %d dies"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "el mes passat"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "fa %d mesos"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "l'any passat"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "fa anys"

View File

@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <rcalvoi@yahoo.com>, 2012.
# <rcalvoi@yahoo.com>, 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 07:21+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"
@ -29,7 +29,7 @@ msgstr "<b>Avís:</b> Les aplicacions user_ldap i user_webdavauth són incompati
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Avís:</b> El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li."
#: templates/settings.php:15
msgid "Host"
@ -46,7 +46,7 @@ msgstr "DN Base"
#: templates/settings.php:16
msgid "One Base DN per line"
msgstr ""
msgstr "Una DN Base per línia"
#: templates/settings.php:16
msgid "You can specify Base DN for users and groups in the Advanced tab"
@ -121,7 +121,7 @@ msgstr "Arbre base d'usuaris"
#: templates/settings.php:25
msgid "One User Base DN per line"
msgstr ""
msgstr "Una DN Base d'Usuari per línia"
#: templates/settings.php:26
msgid "Base Group Tree"
@ -129,7 +129,7 @@ msgstr "Arbre base de grups"
#: templates/settings.php:26
msgid "One Group Base DN per line"
msgstr ""
msgstr "Una DN Base de Grup per línia"
#: templates/settings.php:27
msgid "Group-Member association"

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-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 10:08+0000\n"
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -19,51 +19,55 @@ msgstr ""
"Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Nápověda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Osobní"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Nastavení"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Uživatelé"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplikace"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administrace"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Stahování ZIPu je vypnuto."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Soubory musí být stahovány jednotlivě."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Zpět k souborům"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Vybrané soubory jsou příliš velké pro vytvoření zip souboru."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplikace není povolena"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Chyba ověření"
@ -83,55 +87,55 @@ msgstr "Text"
msgid "Images"
msgstr "Obrázky"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "před vteřinami"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "před 1 minutou"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "před %d minutami"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "před hodinou"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "před %d hodinami"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "dnes"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "včera"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "před %d dny"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "minulý měsíc"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Před %d měsíci"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "loni"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "před lety"

View File

@ -4,14 +4,14 @@
#
# Translators:
# Martin <fireball@atlas.cz>, 2012.
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012.
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-15 23:19+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 14:31+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"
@ -30,7 +30,7 @@ msgstr "<b>Varování:</b> Aplikace user_ldap a user_webdavauth nejsou kompatibi
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému aby jej nainstaloval."
#: templates/settings.php:15
msgid "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-12-24 00:11+0100\n"
"PO-Revision-Date: 2012-12-23 21:58+0000\n"
"Last-Translator: cronner <cronner@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,27 +20,27 @@ msgstr ""
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Hjælp"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Personlig"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Indstillinger"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Brugere"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Apps"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Admin"
@ -60,11 +60,15 @@ msgstr "Tilbage til Filer"
msgid "Selected files too large to generate zip file."
msgstr "De markerede filer er for store til at generere en ZIP-fil."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Programmet er ikke aktiveret"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Adgangsfejl"
@ -84,55 +88,55 @@ msgstr "SMS"
msgid "Images"
msgstr "Billeder"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekunder siden"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minut siden"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minutter siden"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 time siden"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d timer siden"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "I dag"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "I går"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dage siden"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "Sidste måned"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d måneder siden"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "Sidste år"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "år siden"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-12 00:13+0100\n"
"PO-Revision-Date: 2012-12-11 09:31+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -24,51 +24,55 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Hilfe"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Persönlich"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Einstellungen"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Benutzer"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Apps"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Administrator"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Die Anwendung ist nicht aktiviert"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Authentifizierungs-Fehler"
@ -88,55 +92,55 @@ msgstr "Text"
msgid "Images"
msgstr "Bilder"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "Gerade eben"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "Vor einer Minute"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "Vor %d Minuten"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Vor einer Stunde"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Vor %d Stunden"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "Heute"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "Gestern"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "Vor %d Tag(en)"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "Letzten Monat"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Vor %d Monaten"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "Letztes Jahr"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "Vor Jahren"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-11 00:04+0100\n"
"PO-Revision-Date: 2012-12-10 13:49+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -24,51 +24,55 @@ msgstr ""
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Hilfe"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Persönlich"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Einstellungen"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Benutzer"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Apps"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Administrator"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Der ZIP-Download ist deaktiviert."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Zurück zu \"Dateien\""
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Die Anwendung ist nicht aktiviert"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Authentifizierungs-Fehler"
@ -88,55 +92,55 @@ msgstr "Text"
msgid "Images"
msgstr "Bilder"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "Gerade eben"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "Vor einer Minute"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "Vor %d Minuten"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Vor einer Stunde"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Vor %d Stunden"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "Heute"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "Gestern"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "Vor %d Tag(en)"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "Letzten Monat"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Vor %d Monaten"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "Letztes Jahr"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "Vor Jahren"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-17 00:01+0100\n"
"PO-Revision-Date: 2012-11-16 17:32+0000\n"
"Last-Translator: Efstathios Iosifidis <diamond_gr@freemail.gr>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Βοήθεια"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Προσωπικά"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ρυθμίσεις"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Χρήστες"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Εφαρμογές"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Διαχειριστής"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Η λήψη ZIP απενεργοποιήθηκε."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Τα αρχεία πρέπει να ληφθούν ένα-ένα."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Πίσω στα Αρχεία"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Τα επιλεγμένα αρχεία είναι μεγάλα ώστε να δημιουργηθεί αρχείο zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Δεν ενεργοποιήθηκε η εφαρμογή"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Σφάλμα πιστοποίησης"
@ -82,55 +86,55 @@ msgstr "Κείμενο"
msgid "Images"
msgstr "Εικόνες"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "δευτερόλεπτα πριν"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 λεπτό πριν"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d λεπτά πριν"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 ώρα πριν"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d ώρες πριν"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "σήμερα"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "χθές"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d ημέρες πριν"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "τον προηγούμενο μήνα"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d μήνες πριν"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "τον προηγούμενο χρόνο"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "χρόνια πριν"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-03 00:04+0100\n"
"PO-Revision-Date: 2012-12-02 21:42+0000\n"
"Last-Translator: Mariano <mstreet@kde.org.ar>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Helpo"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Persona"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Agordo"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Uzantoj"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplikaĵoj"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administranto"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP-elŝuto estas malkapabligita."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Dosieroj devas elŝutiĝi unuope."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Reen al la dosieroj"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "La elektitaj dosieroj tro grandas por genero de ZIP-dosiero."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "La aplikaĵo ne estas kapabligita"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Aŭtentiga eraro"
@ -82,55 +86,55 @@ msgstr "Teksto"
msgid "Images"
msgstr "Bildoj"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekundojn antaŭe"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "antaŭ 1 minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "antaŭ %d minutoj"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "antaŭ 1 horo"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "antaŭ %d horoj"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hodiaŭ"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "hieraŭ"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "antaŭ %d tagoj"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "lasta monato"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "antaŭ %d monatoj"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "lasta jaro"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "jarojn antaŭe"

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-11-18 00:01+0100\n"
"PO-Revision-Date: 2012-11-17 08:43+0000\n"
"Last-Translator: Raul Fernandez Garcia <raulfg3@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -21,51 +21,55 @@ msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ayuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ajustes"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usuarios"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplicaciones"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administración"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados uno por uno."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Volver a Archivos"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "La aplicación no está habilitada"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Error de autenticación"
@ -85,55 +89,55 @@ msgstr "Texto"
msgid "Images"
msgstr "Imágenes"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "hace segundos"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "hace 1 minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "hace %d minutos"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Hace 1 hora"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Hace %d horas"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hoy"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ayer"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "hace %d días"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "este mes"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Hace %d meses"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "este año"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "hace años"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-22 00:01+0100\n"
"PO-Revision-Date: 2012-11-21 09:56+0000\n"
"Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: es_AR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ayuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ajustes"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usuarios"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplicaciones"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administración"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "La descarga en ZIP está desactivada."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Los archivos deben ser descargados de a uno."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Volver a archivos"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Los archivos seleccionados son demasiado grandes para generar el archivo zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "La aplicación no está habilitada"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Error de autenticación"
@ -82,55 +86,55 @@ msgstr "Texto"
msgid "Images"
msgstr "Imágenes"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "hace unos segundos"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "hace 1 minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "hace %d minutos"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 hora atrás"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d horas atrás"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hoy"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ayer"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "hace %d días"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "este mes"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d meses atrás"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "este año"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "hace años"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: et_EE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Abiinfo"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Isiklik"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Seaded"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Kasutajad"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Rakendused"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP-ina allalaadimine on välja lülitatud."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Failid tuleb alla laadida ükshaaval."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Tagasi failide juurde"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Valitud failid on ZIP-faili loomiseks liiga suured."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Rakendus pole sisse lülitatud"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Autentimise viga"
@ -82,55 +86,55 @@ msgstr "Tekst"
msgid "Images"
msgstr "Pildid"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekundit tagasi"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minut tagasi"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minutit tagasi"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "täna"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "eile"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d päeva tagasi"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "eelmisel kuul"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "eelmisel aastal"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "aastat tagasi"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
"PO-Revision-Date: 2012-11-25 23:10+0000\n"
"Last-Translator: asieriko <asieriko@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Laguntza"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Pertsonala"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ezarpenak"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Erabiltzaileak"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplikazioak"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP deskarga ez dago gaituta."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Fitxategiak banan-banan deskargatu behar dira."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Itzuli fitxategietara"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Hautatuko fitxategiak oso handiak dira zip fitxategia sortzeko."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplikazioa ez dago gaituta"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Autentikazio errorea"
@ -82,55 +86,55 @@ msgstr "Testua"
msgid "Images"
msgstr "Irudiak"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "orain dela segundu batzuk"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "orain dela minutu 1"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "orain dela %d minutu"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "orain dela ordu bat"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "orain dela %d ordu"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "gaur"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "atzo"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "orain dela %d egun"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "joan den hilabetea"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "orain dela %d hilabete"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "joan den urtea"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "orain dela urte batzuk"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "راه‌نما"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "شخصی"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "تنظیمات"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "کاربران"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "مدیر"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "خطا در اعتبار سنجی"
@ -82,55 +86,55 @@ msgstr "متن"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "ثانیه‌ها پیش"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 دقیقه پیش"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d دقیقه پیش"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "امروز"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "دیروز"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "ماه قبل"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "سال قبل"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "سال‌های قبل"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 20:58+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -18,51 +18,55 @@ msgstr ""
"Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ohje"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Henkilökohtainen"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Asetukset"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Käyttäjät"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Sovellukset"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Ylläpitäjä"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP-lataus on poistettu käytöstä."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Tiedostot on ladattava yksittäin."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Takaisin tiedostoihin"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Valitut tiedostot ovat liian suurikokoisia mahtuakseen zip-tiedostoon."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Sovellusta ei ole otettu käyttöön"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Todennusvirhe"
@ -82,55 +86,55 @@ msgstr "Teksti"
msgid "Images"
msgstr "Kuvat"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekuntia sitten"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minuutti sitten"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minuuttia sitten"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 tunti sitten"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d tuntia sitten"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "tänään"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "eilen"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d päivää sitten"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "viime kuussa"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d kuukautta sitten"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "viime vuonna"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "vuotta sitten"

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-11-26 00:01+0100\n"
"PO-Revision-Date: 2012-11-25 00:56+0000\n"
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Aide"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personnel"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Paramètres"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Utilisateurs"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Applications"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administration"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Téléchargement ZIP désactivé."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Les fichiers nécessitent d'être téléchargés un par un."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Retour aux Fichiers"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "L'application n'est pas activée"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Erreur d'authentification"
@ -83,55 +87,55 @@ msgstr "Texte"
msgid "Images"
msgstr "Images"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "à l'instant"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "il y a 1 minute"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "il y a %d minutes"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Il y a une heure"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Il y a %d heures"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "aujourd'hui"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "hier"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "il y a %d jours"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "le mois dernier"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Il y a %d mois"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "l'année dernière"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "il y a plusieurs années"

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-12-08 00:10+0100\n"
"PO-Revision-Date: 2012-12-06 11:56+0000\n"
"Last-Translator: mbouzada <mbouzada@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Axuda"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Persoal"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Configuracións"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Usuarios"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Aplicativos"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Administración"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "As descargas ZIP están desactivadas"
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Os ficheiros necesitan seren descargados de un en un."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Volver aos ficheiros"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Os ficheiros seleccionados son demasiado grandes como para xerar un ficheiro zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "O aplicativo non está activado"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Produciuse un erro na autenticación"
@ -84,55 +88,55 @@ msgstr "Texto"
msgid "Images"
msgstr "Imaxes"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "hai segundos"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "hai 1 minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "hai %d minutos"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Vai 1 hora"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Vai %d horas"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hoxe"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "onte"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "hai %d días"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "último mes"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Vai %d meses"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "último ano"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "anos atrás"

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-12-02 00:02+0100\n"
"PO-Revision-Date: 2012-12-01 06:32+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "עזרה"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "אישי"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "הגדרות"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "משתמשים"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "יישומים"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "מנהל"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "הורדת ZIP כבויה"
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "יש להוריד את הקבצים אחד אחרי השני."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "חזרה לקבצים"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "הקבצים הנבחרים גדולים מידי ליצירת קובץ zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "יישומים אינם מופעלים"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "שגיאת הזדהות"
@ -83,55 +87,55 @@ msgstr "טקסט"
msgid "Images"
msgstr "תמונות"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "שניות"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "לפני דקה אחת"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "לפני %d דקות"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "לפני שעה"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "לפני %d שעות"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "היום"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "אתמול"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "לפני %d ימים"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "חודש שעבר"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "לפני %d חודשים"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "שנה שעברה"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "שנים"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr ""
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pomoć"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Osobno"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Postavke"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Korisnici"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Greška kod autorizacije"
@ -81,55 +85,55 @@ msgstr "Tekst"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekundi prije"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "danas"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "jučer"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "prošli mjesec"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "prošlu godinu"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "godina"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-03 00:04+0100\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/owncloud/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,27 +17,27 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr ""
#: app.php:304
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr ""
@ -57,11 +57,15 @@ msgstr ""
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-31 00:04+0100\n"
"PO-Revision-Date: 2012-12-30 09:34+0000\n"
"Last-Translator: Laszlo Tornoci <torlasz@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,27 +18,27 @@ msgstr ""
"Language: hu_HU\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Súgó"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Személyes"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Beállítások"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Felhasználók"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Alkalmazások"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Admin"
@ -58,11 +58,15 @@ msgstr "Vissza a Fájlokhoz"
msgid "Selected files too large to generate zip file."
msgstr "A kiválasztott fájlok túl nagy a zip tömörítéshez."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Az alkalmazás nincs engedélyezve"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Hitelesítési hiba"
@ -82,55 +86,55 @@ msgstr "Szöveg"
msgid "Images"
msgstr "Képek"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "másodperce"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 perce"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d perce"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 órája"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d órája"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "ma"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "tegnap"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d napja"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "múlt hónapban"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d hónapja"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "tavaly"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "éve"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: ia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Adjuta"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Configurationes"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usatores"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr "Texto"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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: 2013-01-14 00:17+0100\n"
"PO-Revision-Date: 2013-01-13 01:26+0000\n"
"Last-Translator: Mohamad Hasan Al Banna <se7entime@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -59,11 +59,15 @@ msgstr "kembali ke daftar file"
msgid "Selected files too large to generate zip file."
msgstr "file yang dipilih terlalu besar untuk membuat file zip"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "aplikasi tidak diaktifkan"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "autentikasi bermasalah"
@ -83,55 +87,55 @@ msgstr "teks"
msgid "Images"
msgstr "Gambar"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "beberapa detik yang lalu"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 menit lalu"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d menit lalu"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 jam yang lalu"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d jam yang lalu"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hari ini"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "kemarin"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d hari lalu"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "bulan kemarin"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d bulan yang lalu"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "tahun kemarin"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "beberapa tahun lalu"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-31 00:04+0100\n"
"PO-Revision-Date: 2012-12-30 15:15+0000\n"
"Last-Translator: sveinn <sveinng@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,27 +18,27 @@ msgstr ""
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Hjálp"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Um mig"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Stillingar"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Notendur"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Forrit"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Stjórnun"
@ -58,11 +58,15 @@ msgstr "Aftur í skrár"
msgid "Selected files too large to generate zip file."
msgstr "Valdar skrár eru of stórar til að búa til ZIP skrá."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Forrit ekki virkt"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Villa við auðkenningu"
@ -82,55 +86,55 @@ msgstr "Texti"
msgid "Images"
msgstr "Myndir"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sek."
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "Fyrir 1 mínútu"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "fyrir %d mínútum"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Fyrir 1 klst."
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "fyrir %d klst."
#: template.php:108
#: template.php:118
msgid "today"
msgstr "í dag"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "í gær"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "fyrir %d dögum"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "síðasta mánuði"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "fyrir %d mánuðum"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "síðasta ári"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "einhverjum árum"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-17 00:01+0100\n"
"PO-Revision-Date: 2012-11-15 23:21+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -18,51 +18,55 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Aiuto"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personale"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Impostazioni"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Utenti"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Applicazioni"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Lo scaricamento in formato ZIP è stato disabilitato."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "I file devono essere scaricati uno alla volta."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Torna ai file"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "I file selezionati sono troppo grandi per generare un file zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "L'applicazione non è abilitata"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Errore di autenticazione"
@ -82,55 +86,55 @@ msgstr "Testo"
msgid "Images"
msgstr "Immagini"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "secondi fa"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minuto fa"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minuti fa"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 ora fa"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d ore fa"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "oggi"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ieri"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d giorni fa"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "il mese scorso"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d mesi fa"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "l'anno scorso"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "anni fa"

View File

@ -4,14 +4,14 @@
#
# Translators:
# Innocenzo Ventre <el.diabl09@gmail.com>, 2012.
# Vincenzo Reale <vinx.reale@gmail.com>, 2012.
# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 06:46+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"
@ -30,7 +30,7 @@ msgstr "<b>Avviso:</b> le applicazioni user_ldap e user_webdavauth sono incompat
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Avviso:</b> il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo."
#: templates/settings.php:15
msgid "Host"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-14 23:33+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 06:51+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"
@ -31,4 +31,4 @@ msgid ""
"ownCloud will send the user credentials to this URL. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
msgstr ""
msgstr "ownCloud invierà le credenziali dell'utente a questo URL. Questa estensione controlla la risposta e interpreta i codici di stato 401 e 403 come credenziali non valide, e tutte le altre risposte come credenziali valide."

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 00:37+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "ヘルプ"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "個人設定"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "設定"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "ユーザ"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "アプリ"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "管理者"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIPダウンロードは無効です。"
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "ファイルは1つずつダウンロードする必要があります。"
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "ファイルに戻る"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "選択したファイルはZIPファイルの生成には大きすぎます。"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "アプリケーションは無効です"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "認証エラー"
@ -82,55 +86,55 @@ msgstr "TTY TDD"
msgid "Images"
msgstr "画像"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "秒前"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1分前"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d 分前"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 時間前"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d 時間前"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "今日"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "昨日"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d 日前"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "先月"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d 分前"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "昨年"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "年前"

View File

@ -4,15 +4,15 @@
#
# Translators:
# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012.
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012.
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013.
# <tetuyano+transi@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 05:47+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -31,7 +31,7 @@ msgstr "<b>警告:</b> user_ldap と user_webdavauth のアプリには互換性
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>警告:</b> PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。"
#: templates/settings.php:15
msgid "Host"
@ -48,7 +48,7 @@ msgstr "ベースDN"
#: templates/settings.php:16
msgid "One Base DN per line"
msgstr ""
msgstr "1行に1つのベースDN"
#: templates/settings.php:16
msgid "You can specify Base DN for users and groups in the Advanced tab"
@ -123,7 +123,7 @@ msgstr "ベースユーザツリー"
#: templates/settings.php:25
msgid "One User Base DN per line"
msgstr ""
msgstr "1行に1つのユーザベースDN"
#: templates/settings.php:26
msgid "Base Group Tree"
@ -131,7 +131,7 @@ msgstr "ベースグループツリー"
#: templates/settings.php:26
msgid "One Group Base DN per line"
msgstr ""
msgstr "1行に1つのグループベースDN"
#: templates/settings.php:27
msgid "Group-Member association"

View File

@ -4,14 +4,14 @@
#
# Translators:
# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012.
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012.
# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-15 00:03+0100\n"
"PO-Revision-Date: 2013-01-14 23:04+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 05:50+0000\n"
"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,7 +21,7 @@ msgstr ""
#: templates/settings.php:3
msgid "WebDAV Authentication"
msgstr ""
msgstr "WebDAV 認証"
#: templates/settings.php:4
msgid "URL: http://"
@ -32,4 +32,4 @@ msgid ""
"ownCloud will send the user credentials to this URL. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials."
msgstr ""
msgstr "ownCloudはこのURLにユーザ資格情報を送信します。このプラグインは応答をチェックし、HTTP状態コードが 401 と 403 の場合は無効な資格情報とし、他の応答はすべて有効な資格情報として処理します。"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: ka_GE\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "დახმარება"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "პირადი"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "პარამეტრები"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "მომხმარებელი"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "აპლიკაციები"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "ადმინისტრატორი"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "ავთენტიფიკაციის შეცდომა"
@ -82,55 +86,55 @@ msgstr "ტექსტი"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "წამის წინ"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 წუთის წინ"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "დღეს"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "გუშინ"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "გასულ თვეში"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "ბოლო წელს"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "წლის წინ"

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-12-10 00:11+0100\n"
"PO-Revision-Date: 2012-12-09 06:06+0000\n"
"Last-Translator: Shinjo Park <kde@peremen.name>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "도움말"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "개인"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "설정"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "사용자"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "앱"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "관리자"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP 다운로드가 비활성화되었습니다."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "파일을 개별적으로 다운로드해야 합니다."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "파일로 돌아가기"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "선택한 파일들은 ZIP 파일을 생성하기에 너무 큽니다."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "앱이 활성화되지 않았습니다"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "인증 오류"
@ -83,55 +87,55 @@ msgstr "텍스트"
msgid "Images"
msgstr "그림"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "초 전"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1분 전"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d분 전"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1시간 전"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d시간 전"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "오늘"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "어제"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d일 전"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "지난 달"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d개월 전"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "작년"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "년 전"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: ku_IQ\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "یارمەتی"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "ده‌ستكاری"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "به‌كارهێنه‌ر"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Perséinlech"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Astellungen"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Authentifikatioun's Fehler"
@ -71,7 +75,7 @@ msgstr ""
#: search/provider/file.php:17 search/provider/file.php:35
msgid "Files"
msgstr ""
msgstr "Dateien"
#: search/provider/file.php:26 search/provider/file.php:33
msgid "Text"
@ -81,55 +85,55 @@ msgstr "SMS"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: lt_LT\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pagalba"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Asmeniniai"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Nustatymai"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Vartotojai"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Programos"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administravimas"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP atsisiuntimo galimybė yra išjungta."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Failai turi būti parsiunčiami vienas po kito."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Atgal į Failus"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Pasirinkti failai per dideli archyvavimui į ZIP."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Programa neįjungta"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Autentikacijos klaida"
@ -83,55 +87,55 @@ msgstr "Žinučių"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "prieš kelias sekundes"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "prieš 1 minutę"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "prieš %d minučių"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "šiandien"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "vakar"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "prieš %d dienų"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "praėjusį mėnesį"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "pereitais metais"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "prieš metus"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Palīdzība"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personīgi"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Iestatījumi"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Lietotāji"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Ielogošanās kļūme"
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-18 00:13+0100\n"
"PO-Revision-Date: 2012-12-17 13:04+0000\n"
"Last-Translator: Georgi Stanojevski <glisha@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Помош"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Лично"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Параметри"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Корисници"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Аппликации"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Админ"
#: files.php:366
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Преземање во ZIP е исклучено"
#: files.php:367
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Датотеките треба да се симнат една по една."
#: files.php:367 files.php:392
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Назад кон датотеки"
#: files.php:391
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Избраните датотеки се преголеми за да се генерира zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Апликацијата не е овозможена"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Грешка во автентикација"
@ -82,55 +86,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Слики"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "пред секунди"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "пред 1 минута"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "пред %d минути"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "пред 1 час"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "пред %d часови"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "денеска"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "вчера"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "пред %d денови"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "минатиот месец"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "пред %d месеци"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "минатата година"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "пред години"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: ms_MY\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Peribadi"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Tetapan"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Pengguna"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Ralat pengesahan"
@ -81,55 +85,55 @@ msgstr "Teks"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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-12-30 00:04+0100\n"
"PO-Revision-Date: 2012-12-29 17:26+0000\n"
"Last-Translator: espenbye <espenbye@me.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,27 +22,27 @@ msgstr ""
"Language: nb_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Hjelp"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Personlig"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Innstillinger"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Brukere"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Apper"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Admin"
@ -62,11 +62,15 @@ msgstr "Tilbake til filer"
msgid "Selected files too large to generate zip file."
msgstr "De valgte filene er for store til å kunne generere ZIP-fil"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Applikasjon er ikke påslått"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Autentiseringsfeil"
@ -86,55 +90,55 @@ msgstr "Tekst"
msgid "Images"
msgstr "Bilder"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekunder siden"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minutt siden"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minutter siden"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 time siden"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d timer siden"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "i dag"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "i går"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dager siden"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "forrige måned"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d måneder siden"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "i fjor"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "år siden"

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-11-17 00:01+0100\n"
"PO-Revision-Date: 2012-11-16 05:45+0000\n"
"Last-Translator: Len <lenny@weijl.org>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Help"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Persoonlijk"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Instellingen"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Gebruikers"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Apps"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Beheerder"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP download is uitgeschakeld."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Bestanden moeten één voor één worden gedownload."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Terug naar bestanden"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "De geselecteerde bestanden zijn te groot om een zip bestand te maken."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "De applicatie is niet actief"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Authenticatie fout"
@ -84,55 +88,55 @@ msgstr "Tekst"
msgid "Images"
msgstr "Afbeeldingen"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "seconden geleden"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minuut geleden"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minuten geleden"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 uur geleden"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d uren geleden"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "vandaag"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "gisteren"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dagen geleden"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "vorige maand"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d maanden geleden"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "vorig jaar"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "jaar geleden"

View File

@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# André Koot <meneer@tken.net>, 2012.
# André Koot <meneer@tken.net>, 2012-2013.
# <bart.formosus@gmail.com>, 2013.
# <lenny@weijl.org>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 15:38+0000\n"
"Last-Translator: André Koot <meneer@tken.net>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -30,7 +31,7 @@ msgstr "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompati
msgid ""
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
"work. Please ask your system administrator to install it."
msgstr ""
msgstr "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren."
#: templates/settings.php:15
msgid "Host"
@ -43,19 +44,19 @@ msgstr "Je kunt het protocol weglaten, tenzij je SSL vereist. Start in dat geval
#: templates/settings.php:16
msgid "Base DN"
msgstr "Basis DN"
msgstr "Base DN"
#: templates/settings.php:16
msgid "One Base DN per line"
msgstr ""
msgstr "Een Base DN per regel"
#: templates/settings.php:16
msgid "You can specify Base DN for users and groups in the Advanced tab"
msgstr "Je kunt het standaard DN voor gebruikers en groepen specificeren in het tab Geavanceerd."
msgstr "Je kunt het Base DN voor gebruikers en groepen specificeren in het tab Geavanceerd."
#: templates/settings.php:17
msgid "User DN"
msgstr "Gebruikers DN"
msgstr "User DN"
#: templates/settings.php:17
msgid ""
@ -122,7 +123,7 @@ msgstr "Basis Gebruikers Structuur"
#: templates/settings.php:25
msgid "One User Base DN per line"
msgstr ""
msgstr "Een User Base DN per regel"
#: templates/settings.php:26
msgid "Base Group Tree"
@ -130,7 +131,7 @@ msgstr "Basis Groupen Structuur"
#: templates/settings.php:26
msgid "One Group Base DN per line"
msgstr ""
msgstr "Een Group Base DN per regel"
#: templates/settings.php:27
msgid "Group-Member association"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: nn_NO\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Hjelp"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personleg"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Innstillingar"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Brukarar"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Feil i autentisering"
@ -81,55 +85,55 @@ msgstr "Tekst"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: oc\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ajuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Configuracion"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usancièrs"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Apps"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Avalcargar los ZIP es inactiu."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Los fichièrs devan èsser avalcargats un per un."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Torna cap als fichièrs"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Error d'autentificacion"
@ -82,55 +86,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "segonda a"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minuta a"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minutas a"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "uèi"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ièr"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d jorns a"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "mes passat"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "an passat"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "ans a"

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-11-28 00:10+0100\n"
"PO-Revision-Date: 2012-11-27 08:54+0000\n"
"Last-Translator: Cyryl Sochacki <cyrylsochacki@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -20,51 +20,55 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pomoc"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Osobiste"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ustawienia"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Użytkownicy"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplikacje"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Administrator"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Pobieranie ZIP jest wyłączone."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Pliki muszą zostać pobrane pojedynczo."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Wróć do plików"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Wybrane pliki są zbyt duże, aby wygenerować plik zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplikacja nie jest włączona"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Błąd uwierzytelniania"
@ -84,55 +88,55 @@ msgstr "Połączenie tekstowe"
msgid "Images"
msgstr "Obrazy"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekund temu"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minutę temu"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minut temu"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 godzine temu"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d godzin temu"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "dzisiaj"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "wczoraj"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dni temu"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "ostatni miesiąc"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d miesiecy temu"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "ostatni rok"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "lat temu"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: pl_PL\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ustawienia"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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-12-02 00:02+0100\n"
"PO-Revision-Date: 2012-12-01 18:47+0000\n"
"Last-Translator: Schopfer <glauber.guimaraes@poli.ufrj.br>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ajuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Pessoal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Ajustes"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Usuários"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplicações"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Download ZIP está desligado."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Arquivos precisam ser baixados um de cada vez."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Voltar para Arquivos"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Arquivos selecionados são muito grandes para gerar arquivo zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplicação não está habilitada"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Erro de autenticação"
@ -84,55 +88,55 @@ msgstr "Texto"
msgid "Images"
msgstr "Imagens"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "segundos atrás"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minuto atrás"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minutos atrás"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 hora atrás"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d horas atrás"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hoje"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ontem"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dias atrás"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "último mês"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d meses atrás"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "último ano"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "anos atrás"

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-11-17 00:01+0100\n"
"PO-Revision-Date: 2012-11-16 00:33+0000\n"
"Last-Translator: Mouxy <daniel@mouxy.net>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Ajuda"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Pessoal"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Configurações"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Utilizadores"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplicações"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Descarregamento em ZIP está desligado."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Os ficheiros precisam de ser descarregados um por um."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Voltar a Ficheiros"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Os ficheiros seleccionados são grandes demais para gerar um ficheiro zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "A aplicação não está activada"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Erro na autenticação"
@ -83,55 +87,55 @@ msgstr "Texto"
msgid "Images"
msgstr "Imagens"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "há alguns segundos"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "há 1 minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "há %d minutos"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Há 1 horas"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Há %d horas"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hoje"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ontem"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "há %d dias"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "mês passado"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Há %d meses atrás"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "ano passado"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "há anos"

View File

@ -3,7 +3,7 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Claudiu <claudiu@tanaselia.ro>, 2011, 2012.
# Claudiu <claudiu@tanaselia.ro>, 2011-2013.
# Dimon Pockemon <>, 2012.
# Eugen Mihalache <eugemjj@gmail.com>, 2012.
# <g.ciprian@osn.ro>, 2012-2013.
@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-01-12 00:09+0100\n"
"PO-Revision-Date: 2013-01-11 13:23+0000\n"
"Last-Translator: g.ciprian <g.ciprian@osn.ro>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 13:23+0000\n"
"Last-Translator: Claudiu <claudiu@tanaselia.ro>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -145,84 +145,84 @@ msgid ""
"allowed."
msgstr "Nume invalid, '\\', '/', '<', '>', ':', '\"', '|', '?' si '*' nu sunt permise."
#: js/files.js:186
#: js/files.js:187
msgid "generating ZIP-file, it may take some time."
msgstr "se generază fișierul ZIP, va dura ceva timp."
#: js/files.js:224
#: js/files.js:225
msgid "Unable to upload your file as it is a directory or has 0 bytes"
msgstr "Nu s-a putut încărca fișierul tău deoarece pare să fie un director sau are 0 bytes."
#: js/files.js:224
#: js/files.js:225
msgid "Upload Error"
msgstr "Eroare la încărcare"
#: js/files.js:241
#: js/files.js:242
msgid "Close"
msgstr "Închide"
#: js/files.js:260 js/files.js:376 js/files.js:409
#: js/files.js:261 js/files.js:377 js/files.js:410
msgid "Pending"
msgstr "În așteptare"
#: js/files.js:280
#: js/files.js:281
msgid "1 file uploading"
msgstr "un fișier se încarcă"
#: js/files.js:283 js/files.js:338 js/files.js:353
#: js/files.js:284 js/files.js:339 js/files.js:354
msgid "{count} files uploading"
msgstr "{count} fisiere incarcate"
#: js/files.js:357 js/files.js:393
#: js/files.js:358 js/files.js:394
msgid "Upload cancelled."
msgstr "Încărcare anulată."
#: js/files.js:464
#: js/files.js:465
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea."
#: js/files.js:537
#: js/files.js:538
msgid "URL cannot be empty."
msgstr "Adresa URL nu poate fi goală."
#: js/files.js:543
#: js/files.js:544
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr ""
msgstr "Invalid folder name. Usage of 'Shared' is reserved by Ownclou"
#: js/files.js:727
#: js/files.js:728
msgid "{count} files scanned"
msgstr "{count} fisiere scanate"
#: js/files.js:735
#: js/files.js:736
msgid "error while scanning"
msgstr "eroare la scanarea"
#: js/files.js:808 templates/index.php:64
#: js/files.js:809 templates/index.php:64
msgid "Name"
msgstr "Nume"
#: js/files.js:809 templates/index.php:75
#: js/files.js:810 templates/index.php:75
msgid "Size"
msgstr "Dimensiune"
#: js/files.js:810 templates/index.php:77
#: js/files.js:811 templates/index.php:77
msgid "Modified"
msgstr "Modificat"
#: js/files.js:829
#: js/files.js:830
msgid "1 folder"
msgstr "1 folder"
#: js/files.js:831
#: js/files.js:832
msgid "{count} folders"
msgstr "{count} foldare"
#: js/files.js:839
#: js/files.js:840
msgid "1 file"
msgstr "1 fisier"
#: js/files.js:841
#: js/files.js:842
msgid "{count} files"
msgstr "{count} fisiere"

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-12-27 00:04+0100\n"
"PO-Revision-Date: 2012-12-26 05:14+0000\n"
"Last-Translator: laurentiucristescu <laur.cristescu@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,27 +19,27 @@ msgstr ""
"Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Ajutor"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Personal"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Setări"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Utilizatori"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Aplicații"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Admin"
@ -59,11 +59,15 @@ msgstr "Înapoi la fișiere"
msgid "Selected files too large to generate zip file."
msgstr "Fișierele selectate sunt prea mari pentru a genera un fișier zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplicația nu este activată"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Eroare la autentificare"
@ -83,55 +87,55 @@ msgstr "Text"
msgid "Images"
msgstr "Imagini"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "secunde în urmă"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minut în urmă"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minute în urmă"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Acum o ora"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d ore in urma"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "astăzi"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ieri"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d zile în urmă"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "ultima lună"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d luni in urma"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "ultimul an"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "ani în urmă"

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-11-22 00:01+0100\n"
"PO-Revision-Date: 2012-11-21 12:19+0000\n"
"Last-Translator: Mihail Vasiliev <mickvav@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,51 +22,55 @@ msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Помощь"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Личное"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Настройки"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Пользователи"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Приложения"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP-скачивание отключено."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Файлы должны быть загружены по одному."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Назад к файлам"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Выбранные файлы слишком велики, чтобы создать zip файл."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Приложение не разрешено"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Ошибка аутентификации"
@ -86,55 +90,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Изображения"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "менее минуты"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 минуту назад"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d минут назад"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "час назад"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d часов назад"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "сегодня"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "вчера"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d дней назад"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "в прошлом месяце"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d месяцев назад"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "в прошлом году"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "годы назад"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 09:27+0000\n"
"Last-Translator: AnnaSch <cdewqazxsqwe@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: ru_RU\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Помощь"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Персональный"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Настройки"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Пользователи"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Приложения"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Админ"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Загрузка ZIP выключена."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Файлы должны быть загружены один за другим."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Обратно к файлам"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Выбранные файлы слишком велики для генерации zip-архива."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Приложение не запущено"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Ошибка аутентификации"
@ -82,55 +86,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Изображения"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "секунд назад"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 минуту назад"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d минут назад"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 час назад"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d часов назад"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "сегодня"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "вчера"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d дней назад"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "в прошлом месяце"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d месяцев назад"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "в прошлом году"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "год назад"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: si_LK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "උදව්"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "පෞද්ගලික"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "සිටුවම්"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "පරිශීලකයන්"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "යෙදුම්"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "පරිපාලක"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP භාගත කිරීම් අක්‍රියයි"
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "ගොනු එකින් එක භාගත යුතුයි"
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "ගොනු වෙතට නැවත යන්න"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "තෝරාගත් ගොනු ZIP ගොනුවක් තැනීමට විශාල වැඩිය."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "යෙදුම සක්‍රිය කර නොමැත"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "සත්‍යාපනය කිරීමේ දෝශයක්"
@ -83,55 +87,55 @@ msgstr "පෙළ"
msgid "Images"
msgstr "අනු රූ"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "තත්පරයන්ට පෙර"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 මිනිත්තුවකට පෙර"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d මිනිත්තුවන්ට පෙර"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "අද"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "ඊයේ"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d දිනකට පෙර"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "පෙර මාසයේ"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "පෙර අවුරුද්දේ"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "අවුරුදු කීපයකට පෙර"

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-12-02 00:02+0100\n"
"PO-Revision-Date: 2012-12-01 16:27+0000\n"
"Last-Translator: martin <zatroch.martin@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -20,51 +20,55 @@ msgstr ""
"Language: sk_SK\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pomoc"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Osobné"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Nastavenia"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Užívatelia"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Aplikácie"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Správca"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Sťahovanie súborov ZIP je vypnuté."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Súbory musia byť nahrávané jeden za druhým."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Späť na súbory"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Zvolené súbory sú príliž veľké na vygenerovanie zip súboru."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Aplikácia nie je zapnutá"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Chyba autentifikácie"
@ -84,55 +88,55 @@ msgstr "Text"
msgid "Images"
msgstr "Obrázky"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "pred sekundami"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "pred 1 minútou"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "pred %d minútami"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Pred 1 hodinou"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Pred %d hodinami."
#: template.php:108
#: template.php:118
msgid "today"
msgstr "dnes"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "včera"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "pred %d dňami"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "minulý mesiac"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Pred %d mesiacmi."
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "minulý rok"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "pred rokmi"

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-11-20 00:01+0100\n"
"PO-Revision-Date: 2012-11-19 19:49+0000\n"
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -19,51 +19,55 @@ msgstr ""
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pomoč"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Osebno"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Nastavitve"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Uporabniki"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Programi"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Skrbništvo"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Prejem datotek ZIP je onemogočen."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Datoteke je mogoče prejeti le posamič."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Nazaj na datoteke"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Izbrane datoteke so prevelike za ustvarjanje datoteke arhiva zip."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Program ni omogočen"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Napaka overitve"
@ -83,55 +87,55 @@ msgstr "Besedilo"
msgid "Images"
msgstr "Slike"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "pred nekaj sekundami"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "pred minuto"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "pred %d minutami"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "Pred 1 uro"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "Pred %d urami"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "danes"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "včeraj"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "pred %d dnevi"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "prejšnji mesec"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "Pred %d meseci"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "lani"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "pred nekaj leti"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-27 00:10+0100\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr ""
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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-12-02 00:02+0100\n"
"PO-Revision-Date: 2012-12-01 19:18+0000\n"
"Last-Translator: Rancher <theranchcowboy@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,51 +19,55 @@ msgstr ""
"Language: sr\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Помоћ"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Лично"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Подешавања"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Корисници"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Апликације"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Администрација"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Преузимање ZIP-а је искључено."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Датотеке морате преузимати једну по једну."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Назад на датотеке"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Изабране датотеке су превелике да бисте направили ZIP датотеку."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Апликација није омогућена"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Грешка при провери идентитета"
@ -83,55 +87,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Слике"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "пре неколико секунди"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "пре 1 минут"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "пре %d минута"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "пре 1 сат"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "пре %d сата/и"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "данас"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "јуче"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "пре %d дана"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "прошлог месеца"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "пре %d месеца/и"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "прошле године"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "година раније"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Pomoć"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Lično"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Podešavanja"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Korisnici"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Greška pri autentifikaciji"
@ -81,55 +85,55 @@ msgstr "Tekst"
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 07:21+0000\n"
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -19,51 +19,55 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Hjälp"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Personligt"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Inställningar"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Användare"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Program"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Admin"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Nerladdning av ZIP är avstängd."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Filer laddas ner en åt gången."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Tillbaka till Filer"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Valda filer är för stora för att skapa zip-fil."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Applikationen är inte aktiverad"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Fel vid autentisering"
@ -83,55 +87,55 @@ msgstr "Text"
msgid "Images"
msgstr "Bilder"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "sekunder sedan"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 minut sedan"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d minuter sedan"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 timme sedan"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d timmar sedan"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "idag"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "igår"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d dagar sedan"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "förra månaden"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d månader sedan"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "förra året"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "år sedan"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-15 14:16+0000\n"
"Last-Translator: suganthi <suganthi@nic.lk>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: ta_LK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "உதவி"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "தனிப்பட்ட"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "அமைப்புகள்"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "பயனாளர்கள்"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "செயலிகள்"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "நிர்வாகம்"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "வீசொலிப் பூட்டு பதிவிறக்கம் நிறுத்தப்பட்டுள்ளது."
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "கோப்புகள்ஒன்றன் பின் ஒன்றாக பதிவிறக்கப்படவேண்டும்."
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "கோப்புகளுக்கு செல்க"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "வீ சொலிக் கோப்புகளை உருவாக்குவதற்கு தெரிவுசெய்யப்பட்ட கோப்புகள் மிகப்பெரியவை"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "செயலி இயலுமைப்படுத்தப்படவில்லை"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "அத்தாட்சிப்படுத்தலில் வழு"
@ -82,55 +86,55 @@ msgstr "உரை"
msgid "Images"
msgstr "படங்கள்"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "செக்கன்களுக்கு முன்"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 நிமிடத்திற்கு முன் "
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d நிமிடங்களுக்கு முன்"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 மணித்தியாலத்திற்கு முன்"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d மணித்தியாலத்திற்கு முன்"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "இன்று"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "நேற்று"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d நாட்களுக்கு முன்"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "கடந்த மாதம்"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d மாதத்திற்கு முன்"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "கடந்த வருடம்"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "வருடங்களுக்கு முன்"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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"
@ -83,55 +83,55 @@ msgstr ""
msgid "Settings"
msgstr ""
#: js/js.js:711
#: js/js.js:706
msgid "seconds ago"
msgstr ""
#: js/js.js:712
#: js/js.js:707
msgid "1 minute ago"
msgstr ""
#: js/js.js:713
#: js/js.js:708
msgid "{minutes} minutes ago"
msgstr ""
#: js/js.js:714
#: js/js.js:709
msgid "1 hour ago"
msgstr ""
#: js/js.js:715
#: js/js.js:710
msgid "{hours} hours ago"
msgstr ""
#: js/js.js:716
#: js/js.js:711
msgid "today"
msgstr ""
#: js/js.js:717
#: js/js.js:712
msgid "yesterday"
msgstr ""
#: js/js.js:718
#: js/js.js:713
msgid "{days} days ago"
msgstr ""
#: js/js.js:719
#: js/js.js:714
msgid "last month"
msgstr ""
#: js/js.js:720
#: js/js.js:715
msgid "{months} months ago"
msgstr ""
#: js/js.js:721
#: js/js.js:716
msgid "months ago"
msgstr ""
#: js/js.js:722
#: js/js.js:717
msgid "last year"
msgstr ""
#: js/js.js:723
#: js/js.js:718
msgid "years ago"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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"
@ -57,6 +57,10 @@ msgstr ""
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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: 2013-01-16 00:19+0100\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\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,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-23 00:01+0100\n"
"PO-Revision-Date: 2012-11-22 10:45+0000\n"
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -18,51 +18,55 @@ msgstr ""
"Language: th_TH\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "ช่วยเหลือ"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "ส่วนตัว"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "ตั้งค่า"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "ผู้ใช้งาน"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "แอปฯ"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "ผู้ดูแล"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "คุณสมบัติการดาวน์โหลด zip ถูกปิดการใช้งานไว้"
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "ไฟล์สามารถดาวน์โหลดได้ทีละครั้งเท่านั้น"
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "กลับไปที่ไฟล์"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "ไฟล์ที่เลือกมีขนาดใหญ่เกินกว่าที่จะสร้างเป็นไฟล์ zip"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน"
@ -82,55 +86,55 @@ msgstr "ข้อความ"
msgid "Images"
msgstr "รูปภาพ"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "วินาทีที่ผ่านมา"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 นาทีมาแล้ว"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d นาทีที่ผ่านมา"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 ชั่วโมงก่อนหน้านี้"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d ชั่วโมงก่อนหน้านี้"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "วันนี้"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "เมื่อวานนี้"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d วันที่ผ่านมา"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "เดือนที่แล้ว"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d เดือนมาแล้ว"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "ปีที่แล้ว"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "ปีที่ผ่านมา"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-28 00:20+0100\n"
"PO-Revision-Date: 2012-12-27 11:03+0000\n"
"Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,27 +18,27 @@ msgstr ""
"Language: tr\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:287
#: app.php:301
msgid "Help"
msgstr "Yardı"
#: app.php:294
#: app.php:308
msgid "Personal"
msgstr "Kişisel"
#: app.php:299
#: app.php:313
msgid "Settings"
msgstr "Ayarlar"
#: app.php:304
#: app.php:318
msgid "Users"
msgstr "Kullanıcılar"
#: app.php:311
#: app.php:325
msgid "Apps"
msgstr "Uygulamalar"
#: app.php:313
#: app.php:327
msgid "Admin"
msgstr "Yönetici"
@ -58,11 +58,15 @@ msgstr "Dosyalara dön"
msgid "Selected files too large to generate zip file."
msgstr "Seçilen dosyalar bir zip dosyası oluşturmak için fazla büyüktür."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Uygulama etkinleştirilmedi"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Kimlik doğrulama hatası"
@ -82,55 +86,55 @@ msgstr "Metin"
msgid "Images"
msgstr "Resimler"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "saniye önce"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 dakika önce"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d dakika önce"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 saat önce"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d saat önce"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "bugün"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "dün"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d gün önce"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "geçen ay"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d ay önce"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "geçen yıl"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "yıl önce"

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-11-27 00:10+0100\n"
"PO-Revision-Date: 2012-11-26 15:40+0000\n"
"Last-Translator: skoptev <skoptev@ukr.net>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Допомога"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Особисте"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Налаштування"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Користувачі"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Додатки"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Адмін"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP завантаження вимкнено."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Файли повинні бути завантаженні послідовно."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Повернутися до файлів"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Вибрані фали завеликі для генерування zip файлу."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Додаток не увімкнений"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Помилка автентифікації"
@ -84,55 +88,55 @@ msgstr "Текст"
msgid "Images"
msgstr "Зображення"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "секунди тому"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 хвилину тому"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d хвилин тому"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 годину тому"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d годин тому"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "сьогодні"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "вчора"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d днів тому"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "минулого місяця"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d місяців тому"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "минулого року"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "роки тому"

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-11-21 00:01+0100\n"
"PO-Revision-Date: 2012-11-20 01:33+0000\n"
"Last-Translator: mattheu_9x <mattheu.9x@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "Giúp đỡ"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "Cá nhân"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "Cài đặt"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "Người dùng"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "Ứng dụng"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "Quản trị"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "Tải về ZIP đã bị tắt."
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "Tập tin cần phải được tải về từng người một."
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "Trở lại tập tin"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "Tập tin được chọn quá lớn để tạo tập tin ZIP."
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "Ứng dụng không được BẬT"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "Lỗi xác thực"
@ -84,55 +88,55 @@ msgstr "Văn bản"
msgid "Images"
msgstr "Hình ảnh"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "1 giây trước"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 phút trước"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d phút trước"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1 giờ trước"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d giờ trước"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "hôm nay"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "hôm qua"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d ngày trước"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "tháng trước"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d tháng trước"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "năm trước"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "năm trước"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
"MIME-Version: 1.0\n"
@ -18,51 +18,55 @@ msgstr ""
"Language: zh_CN.GB2312\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "帮助"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "私人"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "设置"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "用户"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "程序"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "管理员"
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP 下载已关闭"
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "需要逐个下载文件。"
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "返回到文件"
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "选择的文件太大而不能生成 zip 文件。"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "应用未启用"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "验证错误"
@ -82,55 +86,55 @@ msgstr "文本"
msgid "Images"
msgstr "图片"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "秒前"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 分钟前"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d 分钟前"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr "今天"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "昨天"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d 天前"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "上个月"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "去年"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "年前"

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-11-19 00:01+0100\n"
"PO-Revision-Date: 2012-11-18 16:17+0000\n"
"Last-Translator: hanfeng <appweb.cn@gmail.com>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -19,51 +19,55 @@ msgstr ""
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "帮助"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "个人"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "设置"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "用户"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "应用"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "管理"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP 下载已经关闭"
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "需要逐一下载文件"
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "回到文件"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "选择的文件太大,无法生成 zip 文件。"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "不需要程序"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "认证错误"
@ -83,55 +87,55 @@ msgstr "文本"
msgid "Images"
msgstr "图像"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "几秒前"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1分钟前"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d 分钟前"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1小时前"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d小时前"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "今天"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "昨天"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d 天前"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "上月"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d 月前"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "上年"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "几年前"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-19 00:01+0100\n"
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: zh_HK\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr ""
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

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-11-27 00:10+0100\n"
"PO-Revision-Date: 2012-11-26 09:03+0000\n"
"Last-Translator: sofiasu <sofia168@livemail.tw>\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -20,51 +20,55 @@ msgstr ""
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr "說明"
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr "個人"
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr "設定"
#: app.php:302
#: app.php:318
msgid "Users"
msgstr "使用者"
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr "應用程式"
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr "管理"
#: files.php:361
#: files.php:365
msgid "ZIP download is turned off."
msgstr "ZIP 下載已關閉"
#: files.php:362
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr "檔案需要逐一下載"
#: files.php:362 files.php:387
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr "回到檔案列表"
#: files.php:386
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr "選擇的檔案太大以致於無法產生壓縮檔"
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr "應用程式未啟用"
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr "認證錯誤"
@ -84,55 +88,55 @@ msgstr "文字"
msgid "Images"
msgstr "圖片"
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr "幾秒前"
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr "1 分鐘前"
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr "%d 分鐘前"
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr "1小時之前"
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr "%d小時之前"
#: template.php:108
#: template.php:118
msgid "today"
msgstr "今天"
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr "昨天"
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr "%d 天前"
#: template.php:111
#: template.php:121
msgid "last month"
msgstr "上個月"
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr "%d個月之前"
#: template.php:113
#: template.php:123
msgid "last year"
msgstr "去年"
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr "幾年前"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-16 00:02+0100\n"
"PO-Revision-Date: 2012-11-14 23:13+0000\n"
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
"PO-Revision-Date: 2013-01-16 23:26+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Zulu (South Africa) (http://www.transifex.com/projects/p/owncloud/language/zu_ZA/)\n"
"MIME-Version: 1.0\n"
@ -17,51 +17,55 @@ msgstr ""
"Language: zu_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: app.php:285
#: app.php:301
msgid "Help"
msgstr ""
#: app.php:292
#: app.php:308
msgid "Personal"
msgstr ""
#: app.php:297
#: app.php:313
msgid "Settings"
msgstr ""
#: app.php:302
#: app.php:318
msgid "Users"
msgstr ""
#: app.php:309
#: app.php:325
msgid "Apps"
msgstr ""
#: app.php:311
#: app.php:327
msgid "Admin"
msgstr ""
#: files.php:332
#: files.php:365
msgid "ZIP download is turned off."
msgstr ""
#: files.php:333
#: files.php:366
msgid "Files need to be downloaded one by one."
msgstr ""
#: files.php:333 files.php:358
#: files.php:366 files.php:391
msgid "Back to Files"
msgstr ""
#: files.php:357
#: files.php:390
msgid "Selected files too large to generate zip file."
msgstr ""
#: helper.php:228
msgid "couldn't be determined"
msgstr ""
#: json.php:28
msgid "Application is not enabled"
msgstr ""
#: json.php:39 json.php:64 json.php:77 json.php:89
#: json.php:39 json.php:62 json.php:73
msgid "Authentication error"
msgstr ""
@ -81,55 +85,55 @@ msgstr ""
msgid "Images"
msgstr ""
#: template.php:103
#: template.php:113
msgid "seconds ago"
msgstr ""
#: template.php:104
#: template.php:114
msgid "1 minute ago"
msgstr ""
#: template.php:105
#: template.php:115
#, php-format
msgid "%d minutes ago"
msgstr ""
#: template.php:106
#: template.php:116
msgid "1 hour ago"
msgstr ""
#: template.php:107
#: template.php:117
#, php-format
msgid "%d hours ago"
msgstr ""
#: template.php:108
#: template.php:118
msgid "today"
msgstr ""
#: template.php:109
#: template.php:119
msgid "yesterday"
msgstr ""
#: template.php:110
#: template.php:120
#, php-format
msgid "%d days ago"
msgstr ""
#: template.php:111
#: template.php:121
msgid "last month"
msgstr ""
#: template.php:112
#: template.php:122
#, php-format
msgid "%d months ago"
msgstr ""
#: template.php:113
#: template.php:123
msgid "last year"
msgstr ""
#: template.php:114
#: template.php:124
msgid "years ago"
msgstr ""

View File

@ -2,5 +2,6 @@
"Personal" => "Perséinlech",
"Settings" => "Astellungen",
"Authentication error" => "Authentifikatioun's Fehler",
"Files" => "Dateien",
"Text" => "SMS"
);