[tx-robot] updated from transifex
This commit is contained in:
parent
c3cd49926a
commit
f1cabdd8e0
106 changed files with 517 additions and 416 deletions
14
apps/admin_dependencies_chk/l10n/cs_CZ.php
Normal file
14
apps/admin_dependencies_chk/l10n/cs_CZ.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"The php-json module is needed by the many applications for inter communications" => "Modul php-json je třeba pro vzájemnou komunikaci mnoha aplikací",
|
||||
"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Modul php-curl je třeba pro zobrazení titulu strany v okamžiku přidání záložky",
|
||||
"The php-gd module is needed to create thumbnails of your images" => "Modul php-gd je třeba pro tvorbu náhledů Vašich obrázků",
|
||||
"The php-ldap module is needed connect to your ldap server" => "Modul php-ldap je třeba pro připojení na Váš ldap server",
|
||||
"The php-zip module is needed download multiple files at once" => "Modul php-zip je třeba pro souběžné stahování souborů",
|
||||
"The php-mb_multibyte module is needed to manage correctly the encoding." => "Modul php-mb_multibyte je třeba pro správnou funkci kódování.",
|
||||
"The php-ctype module is needed validate data." => "Modul php-ctype je třeba k ověřování dat.",
|
||||
"The php-xml module is needed to share files with webdav." => "Modul php-xml je třeba ke sdílení souborů prostřednictvím WebDAV.",
|
||||
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Příkaz allow_url_fopen ve Vašem php.ini souboru by měl být nastaven na 1 kvůli získávání informací z OCS serverů",
|
||||
"The php-pdo module is needed to store owncloud data into a database." => "Modul php-pdo je třeba pro ukládání dat ownCloud do databáze",
|
||||
"Dependencies status" => "Status závislostí",
|
||||
"Used by :" => "Používáno:"
|
||||
);
|
|
@ -62,6 +62,7 @@
|
|||
"Error loading profile picture." => "Fel vid hämtning av profilbild.",
|
||||
"Select type" => "Välj typ",
|
||||
"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Vissa kontakter är markerade för radering, men är inte raderade än. Vänta tills dom är raderade.",
|
||||
"Do you want to merge these address books?" => "Vill du slå samman dessa adressböcker?",
|
||||
"Result: " => "Resultat:",
|
||||
" imported, " => "importerad,",
|
||||
" failed." => "misslyckades.",
|
||||
|
|
24
apps/tasks/l10n/es.php
Normal file
24
apps/tasks/l10n/es.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Invalid date/time" => "Fecha/hora inválida",
|
||||
"Tasks" => "Tareas",
|
||||
"No category" => "Sin categoría",
|
||||
"Unspecified" => "Sin especificar",
|
||||
"1=highest" => "1=mayor",
|
||||
"5=medium" => "5=media",
|
||||
"9=lowest" => "9=menor",
|
||||
"Empty Summary" => "Resumen vacío",
|
||||
"Invalid percent complete" => "Porcentaje completado inválido",
|
||||
"Invalid priority" => "Prioridad inválida",
|
||||
"Add Task" => "Agregar tarea",
|
||||
"Order Due" => "Ordenar por",
|
||||
"Order List" => "Ordenar por lista",
|
||||
"Order Complete" => "Ordenar por completadas",
|
||||
"Order Location" => "Ordenar por ubicación",
|
||||
"Order Priority" => "Ordenar por prioridad",
|
||||
"Order Label" => "Ordenar por etiqueta",
|
||||
"Loading tasks..." => "Cargando tareas...",
|
||||
"Important" => "Importante",
|
||||
"More" => "Más",
|
||||
"Less" => "Menos",
|
||||
"Delete" => "Borrar"
|
||||
);
|
|
@ -10,6 +10,12 @@
|
|||
"Invalid percent complete" => "Pourcentage d'achèvement invalide",
|
||||
"Invalid priority" => "Priorité invalide",
|
||||
"Add Task" => "Ajouter une tâche",
|
||||
"Order Due" => "Echéance tâche",
|
||||
"Order List" => "Liste tâche",
|
||||
"Order Complete" => "Tâche réalisée",
|
||||
"Order Location" => "Lieu",
|
||||
"Order Priority" => "Priorité",
|
||||
"Order Label" => "Etiquette tâche",
|
||||
"Loading tasks..." => "Chargement des tâches…",
|
||||
"Important" => "Important",
|
||||
"More" => "Plus",
|
||||
|
|
36
apps/user_ldap/l10n/cs_CZ.php
Normal file
36
apps/user_ldap/l10n/cs_CZ.php
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Host" => "Hostitel",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Nelze vynechat protokol vyžadující SSL. Začněte s ldaps://",
|
||||
"Base DN" => "Base DN",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" => "V Rozšířeném nastavení můžete specifikovat pro své uživatele a skupiny element Base DN",
|
||||
"User DN" => "DN uživatele",
|
||||
"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 klentského uživatele ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte údaje DN and Heslo prázdné.",
|
||||
"Password" => "Heslo",
|
||||
"For anonymous access, leave DN and Password empty." => "Pro anonymní přístup ponechte údaje DN and Heslo prázdné.",
|
||||
"User Login Filter" => "Filtr uživatelských loginů",
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Definuje filtr, který je aplikován v průběhu logování. %%uid nahrazuje uživatelské jméno během logování.",
|
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "použijte %%uid pro rezervované místo, např. \"uid=%%uid\"",
|
||||
"User List Filter" => "Filtr uživateslkých seznamů",
|
||||
"Defines the filter to apply, when retrieving users." => "Defunije filtr, který je plaikován při návratu uživatelů.",
|
||||
"without any placeholder, e.g. \"objectClass=person\"." => "bez rezervace místa, např. \"objectClass=person\".",
|
||||
"Group Filter" => "Filtr skupiny",
|
||||
"Defines the filter to apply, when retrieving groups." => "Definuje filtr, který je aplikován při návratu skupin",
|
||||
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez rezervace místa, např. \"objectClass=posixGroup\".",
|
||||
"Port" => "Port",
|
||||
"Base User Tree" => "Základní uživatelský strom",
|
||||
"Base Group Tree" => "Základní skupinový strom",
|
||||
"Group-Member association" => "Asociace člena skupiny",
|
||||
"Use TLS" => "Použijte TLS",
|
||||
"Do not use it for SSL connections, it will fail." => "Nepoužívejte pro SSL připojení, připojení selže.",
|
||||
"Case insensitve LDAP server (Windows)" => "LDAP server nerozlišující velikost znaků (Windows)",
|
||||
"Turn off SSL certificate validation." => "Vypněte ověřování SSL certifikátu",
|
||||
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "pokud pracuje připojení pouze pokud je teto volba aktivní, importujte SSL certifikát LDAP serveru do Vašeho serveru ownCloud.",
|
||||
"Not recommended, use for testing only." => "Není doporučeno, pouze pro účely testování.",
|
||||
"User Display Name Field" => "Pole pro zobrazované jméno uživatele",
|
||||
"The LDAP attribute to use to generate the user`s ownCloud name." => "Atribut LDAP použitý k vytvoření jména uživatele ownCloud",
|
||||
"Group Display Name Field" => "Pole pro zobrazení jména skupiny",
|
||||
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atribut LDAP použitý k vytvoření jména skupiny ownCloud",
|
||||
"in bytes" => "v bytech",
|
||||
"in seconds. A change empties the cache." => "ve vteřinách. Změna vyprázdní dočasnou paměť.",
|
||||
"Help" => "Nápověda"
|
||||
);
|
|
@ -5,10 +5,15 @@
|
|||
"User DN" => "Uporabnik DN",
|
||||
"Password" => "Geslo",
|
||||
"For anonymous access, leave DN and Password empty." => "Za anonimni dostop pustite polji za DN in geslo prazni.",
|
||||
"User Login Filter" => "Filter prijav uporabnikov",
|
||||
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "uporabite ogrado %%uid, npr. \"uid=%%uid\"",
|
||||
"User List Filter" => "Filter seznama uporabnikov",
|
||||
"Group Filter" => "Filter skupin",
|
||||
"Port" => "Vrata",
|
||||
"Use TLS" => "Uporabi TLS",
|
||||
"Do not use it for SSL connections, it will fail." => "Ne uporabljajte ga za SSL povezave, saj ne bo delovalo.",
|
||||
"Turn off SSL certificate validation." => "Onemogoči potrditev veljavnosti SSL certifikata.",
|
||||
"Not recommended, use for testing only." => "Odsvetovano, uporabite le v namene preizkušanja.",
|
||||
"in bytes" => "v bajtih",
|
||||
"Help" => "Pomoč"
|
||||
);
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,7 +229,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 08:06+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,8 +228,8 @@ msgid "Other"
|
|||
msgstr "Altre"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Martin <fireball@atlas.cz>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-13 23:12+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 15:37+0000\n"
|
||||
"Last-Translator: Martin <fireball@atlas.cz>\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"
|
||||
|
@ -21,53 +22,53 @@ msgstr ""
|
|||
msgid ""
|
||||
"The php-json module is needed by the many applications for inter "
|
||||
"communications"
|
||||
msgstr ""
|
||||
msgstr "Modul php-json je třeba pro vzájemnou komunikaci mnoha aplikací"
|
||||
|
||||
#: settings.php:39
|
||||
msgid ""
|
||||
"The php-curl modude is needed to fetch the page title when adding a "
|
||||
"bookmarks"
|
||||
msgstr ""
|
||||
msgstr "Modul php-curl je třeba pro zobrazení titulu strany v okamžiku přidání záložky"
|
||||
|
||||
#: settings.php:45
|
||||
msgid "The php-gd module is needed to create thumbnails of your images"
|
||||
msgstr ""
|
||||
msgstr "Modul php-gd je třeba pro tvorbu náhledů Vašich obrázků"
|
||||
|
||||
#: settings.php:51
|
||||
msgid "The php-ldap module is needed connect to your ldap server"
|
||||
msgstr ""
|
||||
msgstr "Modul php-ldap je třeba pro připojení na Váš ldap server"
|
||||
|
||||
#: settings.php:57
|
||||
msgid "The php-zip module is needed download multiple files at once"
|
||||
msgstr ""
|
||||
msgstr "Modul php-zip je třeba pro souběžné stahování souborů"
|
||||
|
||||
#: settings.php:63
|
||||
msgid ""
|
||||
"The php-mb_multibyte module is needed to manage correctly the encoding."
|
||||
msgstr ""
|
||||
msgstr "Modul php-mb_multibyte je třeba pro správnou funkci kódování."
|
||||
|
||||
#: settings.php:69
|
||||
msgid "The php-ctype module is needed validate data."
|
||||
msgstr ""
|
||||
msgstr "Modul php-ctype je třeba k ověřování dat."
|
||||
|
||||
#: settings.php:75
|
||||
msgid "The php-xml module is needed to share files with webdav."
|
||||
msgstr ""
|
||||
msgstr "Modul php-xml je třeba ke sdílení souborů prostřednictvím WebDAV."
|
||||
|
||||
#: settings.php:81
|
||||
msgid ""
|
||||
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve"
|
||||
" knowledge base from OCS servers"
|
||||
msgstr ""
|
||||
msgstr "Příkaz allow_url_fopen ve Vašem php.ini souboru by měl být nastaven na 1 kvůli získávání informací z OCS serverů"
|
||||
|
||||
#: settings.php:87
|
||||
msgid "The php-pdo module is needed to store owncloud data into a database."
|
||||
msgstr ""
|
||||
msgstr "Modul php-pdo je třeba pro ukládání dat ownCloud do databáze"
|
||||
|
||||
#: templates/settings.php:2
|
||||
msgid "Dependencies status"
|
||||
msgstr ""
|
||||
msgstr "Status závislostí"
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid "Used by :"
|
||||
msgstr ""
|
||||
msgstr "Používáno:"
|
||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-16 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-08-15 09:29+0000\n"
|
||||
"Last-Translator: Martin <fireball@atlas.cz>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -231,8 +231,8 @@ msgid "Other"
|
|||
msgstr "Jiné"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Martin <fireball@atlas.cz>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-13 23:12+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:45+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 16:01+0000\n"
|
||||
"Last-Translator: Martin <fireball@atlas.cz>\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,146 +20,146 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:8
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
msgstr "Hostitel"
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr ""
|
||||
msgstr "Nelze vynechat protokol vyžadující SSL. Začněte s ldaps://"
|
||||
|
||||
#: templates/settings.php:9
|
||||
msgid "Base DN"
|
||||
msgstr ""
|
||||
msgstr "Base DN"
|
||||
|
||||
#: templates/settings.php:9
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr ""
|
||||
msgstr "V Rozšířeném nastavení můžete specifikovat pro své uživatele a skupiny element Base DN"
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid "User DN"
|
||||
msgstr ""
|
||||
msgstr "DN uživatele"
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
msgstr "DN klentského uživatele ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte údaje DN and Heslo prázdné."
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "Heslo"
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr ""
|
||||
msgstr "Pro anonymní přístup ponechte údaje DN and Heslo prázdné."
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
msgstr "Filtr uživatelských loginů"
|
||||
|
||||
#: templates/settings.php:12
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
msgstr "Definuje filtr, který je aplikován v průběhu logování. %%uid nahrazuje uživatelské jméno během logování."
|
||||
|
||||
#: templates/settings.php:12
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
msgstr "použijte %%uid pro rezervované místo, např. \"uid=%%uid\""
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
msgstr "Filtr uživateslkých seznamů"
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr ""
|
||||
msgstr "Defunije filtr, který je plaikován při návratu uživatelů."
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
msgstr "bez rezervace místa, např. \"objectClass=person\"."
|
||||
|
||||
#: templates/settings.php:14
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
msgstr "Filtr skupiny"
|
||||
|
||||
#: templates/settings.php:14
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr ""
|
||||
msgstr "Definuje filtr, který je aplikován při návratu skupin"
|
||||
|
||||
#: templates/settings.php:14
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
msgstr "bez rezervace místa, např. \"objectClass=posixGroup\"."
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
msgstr "Port"
|
||||
|
||||
#: templates/settings.php:18
|
||||
msgid "Base User Tree"
|
||||
msgstr ""
|
||||
msgstr "Základní uživatelský strom"
|
||||
|
||||
#: templates/settings.php:19
|
||||
msgid "Base Group Tree"
|
||||
msgstr ""
|
||||
msgstr "Základní skupinový strom"
|
||||
|
||||
#: templates/settings.php:20
|
||||
msgid "Group-Member association"
|
||||
msgstr ""
|
||||
msgstr "Asociace člena skupiny"
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Use TLS"
|
||||
msgstr ""
|
||||
msgstr "Použijte TLS"
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr ""
|
||||
msgstr "Nepoužívejte pro SSL připojení, připojení selže."
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
msgstr "LDAP server nerozlišující velikost znaků (Windows)"
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr ""
|
||||
msgstr "Vypněte ověřování SSL certifikátu"
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
msgstr "pokud pracuje připojení pouze pokud je teto volba aktivní, importujte SSL certifikát LDAP serveru do Vašeho serveru ownCloud."
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
msgstr "Není doporučeno, pouze pro účely testování."
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "User Display Name Field"
|
||||
msgstr ""
|
||||
msgstr "Pole pro zobrazované jméno uživatele"
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
msgstr "Atribut LDAP použitý k vytvoření jména uživatele ownCloud"
|
||||
|
||||
#: templates/settings.php:25
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
msgstr "Pole pro zobrazení jména skupiny"
|
||||
|
||||
#: templates/settings.php:25
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
msgstr "Atribut LDAP použitý k vytvoření jména skupiny ownCloud"
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "in bytes"
|
||||
msgstr ""
|
||||
msgstr "v bytech"
|
||||
|
||||
#: templates/settings.php:29
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
msgstr "ve vteřinách. Změna vyprázdní dočasnou paměť."
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
msgstr "Nápověda"
|
||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -232,8 +232,8 @@ msgid "Other"
|
|||
msgstr "Andet"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -15,9 +15,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 11:29+0000\n"
|
||||
"Last-Translator: JamFX <niko@nik-o-mat.de>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -234,8 +234,8 @@ msgid "Other"
|
|||
msgstr "Andere"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "Unteradministrator"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -7,15 +7,16 @@
|
|||
# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# Marios Bekatoros <>, 2012.
|
||||
# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012.
|
||||
# <petros.kyladitis@gmail.com>, 2011.
|
||||
# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -25,7 +26,7 @@ msgstr ""
|
|||
|
||||
#: ajax/apps/ocs.php:23
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα στην φόρτωση της λίστας από το App Store"
|
||||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Email saved"
|
||||
|
@ -53,7 +54,7 @@ msgstr "Η γλώσσα άλλαξε"
|
|||
|
||||
#: js/apps.js:18
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα"
|
||||
|
||||
#: js/apps.js:39 js/apps.js:73
|
||||
msgid "Disable"
|
||||
|
@ -77,19 +78,19 @@ msgstr "Προειδοποίηση Ασφαλείας"
|
|||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
msgstr ""
|
||||
msgstr "Εκτέλεση μίας εργασίας με κάθε σελίδα που φορτώνεται"
|
||||
|
||||
#: templates/admin.php:33
|
||||
msgid "cron.php is registered at a webcron service"
|
||||
msgstr ""
|
||||
msgstr "Το cron.php έχει καταχωρηθεί σε μια webcron υπηρεσία"
|
||||
|
||||
#: templates/admin.php:35
|
||||
msgid "use systems cron service"
|
||||
msgstr ""
|
||||
msgstr "Χρήση της υπηρεσίας cron του συστήματος"
|
||||
|
||||
#: templates/admin.php:39
|
||||
msgid "Log"
|
||||
|
@ -232,8 +233,8 @@ msgid "Other"
|
|||
msgstr "Άλλα"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,8 +228,8 @@ msgid "Other"
|
|||
msgstr "Alia"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "Subadministranto"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -15,9 +15,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -79,19 +79,19 @@ msgstr "Advertencia de seguridad"
|
|||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
msgstr ""
|
||||
msgstr "ejecutar una tarea con cada página cargada"
|
||||
|
||||
#: templates/admin.php:33
|
||||
msgid "cron.php is registered at a webcron service"
|
||||
msgstr ""
|
||||
msgstr "cron.php se registra en un servicio webcron"
|
||||
|
||||
#: templates/admin.php:35
|
||||
msgid "use systems cron service"
|
||||
msgstr ""
|
||||
msgstr "usar servicio cron del sistema"
|
||||
|
||||
#: templates/admin.php:39
|
||||
msgid "Log"
|
||||
|
@ -234,8 +234,8 @@ msgid "Other"
|
|||
msgstr "Otro"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <juanma@kde.org.ar>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-13 23:12+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 17:39+0000\n"
|
||||
"Last-Translator: juanman <juanma@kde.org.ar>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,88 +20,88 @@ msgstr ""
|
|||
|
||||
#: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101
|
||||
msgid "Invalid date/time"
|
||||
msgstr ""
|
||||
msgstr "Fecha/hora inválida"
|
||||
|
||||
#: appinfo/app.php:11
|
||||
msgid "Tasks"
|
||||
msgstr ""
|
||||
msgstr "Tareas"
|
||||
|
||||
#: js/tasks.js:415
|
||||
msgid "No category"
|
||||
msgstr ""
|
||||
msgstr "Sin categoría"
|
||||
|
||||
#: lib/app.php:33
|
||||
msgid "Unspecified"
|
||||
msgstr ""
|
||||
msgstr "Sin especificar"
|
||||
|
||||
#: lib/app.php:34
|
||||
msgid "1=highest"
|
||||
msgstr ""
|
||||
msgstr "1=mayor"
|
||||
|
||||
#: lib/app.php:38
|
||||
msgid "5=medium"
|
||||
msgstr ""
|
||||
msgstr "5=media"
|
||||
|
||||
#: lib/app.php:42
|
||||
msgid "9=lowest"
|
||||
msgstr ""
|
||||
msgstr "9=menor"
|
||||
|
||||
#: lib/app.php:81
|
||||
msgid "Empty Summary"
|
||||
msgstr ""
|
||||
msgstr "Resumen vacío"
|
||||
|
||||
#: lib/app.php:93
|
||||
msgid "Invalid percent complete"
|
||||
msgstr ""
|
||||
msgstr "Porcentaje completado inválido"
|
||||
|
||||
#: lib/app.php:107
|
||||
msgid "Invalid priority"
|
||||
msgstr ""
|
||||
msgstr "Prioridad inválida"
|
||||
|
||||
#: templates/tasks.php:3
|
||||
msgid "Add Task"
|
||||
msgstr ""
|
||||
msgstr "Agregar tarea"
|
||||
|
||||
#: templates/tasks.php:4
|
||||
msgid "Order Due"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por"
|
||||
|
||||
#: templates/tasks.php:5
|
||||
msgid "Order List"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por lista"
|
||||
|
||||
#: templates/tasks.php:6
|
||||
msgid "Order Complete"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por completadas"
|
||||
|
||||
#: templates/tasks.php:7
|
||||
msgid "Order Location"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por ubicación"
|
||||
|
||||
#: templates/tasks.php:8
|
||||
msgid "Order Priority"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por prioridad"
|
||||
|
||||
#: templates/tasks.php:9
|
||||
msgid "Order Label"
|
||||
msgstr ""
|
||||
msgstr "Ordenar por etiqueta"
|
||||
|
||||
#: templates/tasks.php:16
|
||||
msgid "Loading tasks..."
|
||||
msgstr ""
|
||||
msgstr "Cargando tareas..."
|
||||
|
||||
#: templates/tasks.php:20
|
||||
msgid "Important"
|
||||
msgstr ""
|
||||
msgstr "Importante"
|
||||
|
||||
#: templates/tasks.php:23
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
msgstr "Más"
|
||||
|
||||
#: templates/tasks.php:26
|
||||
msgid "Less"
|
||||
msgstr ""
|
||||
msgstr "Menos"
|
||||
|
||||
#: templates/tasks.php:29
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Borrar"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Muu"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,8 +229,8 @@ msgid "Other"
|
|||
msgstr "Besteak"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "سایر"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Muu"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -15,9 +15,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -79,19 +79,19 @@ msgstr "Alertes de sécurité"
|
|||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
msgstr ""
|
||||
msgstr "exécuter une tâche pour chaque page chargée"
|
||||
|
||||
#: templates/admin.php:33
|
||||
msgid "cron.php is registered at a webcron service"
|
||||
msgstr ""
|
||||
msgstr "cron.php est enregistré comme un service webcron"
|
||||
|
||||
#: templates/admin.php:35
|
||||
msgid "use systems cron service"
|
||||
msgstr ""
|
||||
msgstr "utiliser le service cron du système "
|
||||
|
||||
#: templates/admin.php:39
|
||||
msgid "Log"
|
||||
|
@ -234,8 +234,8 @@ msgid "Other"
|
|||
msgstr "Autre"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# Romain DEP. <rom1dep@gmail.com>, 2012.
|
||||
# Xavier BOUTEVILLAIN <xavier.boutevillain@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 15:49+0000\n"
|
||||
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 12:26+0000\n"
|
||||
"Last-Translator: Xavier BOUTEVILLAIN <xavier.boutevillain@gmail.com>\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"
|
||||
|
@ -64,27 +65,27 @@ msgstr "Ajouter une tâche"
|
|||
|
||||
#: templates/tasks.php:4
|
||||
msgid "Order Due"
|
||||
msgstr ""
|
||||
msgstr "Echéance tâche"
|
||||
|
||||
#: templates/tasks.php:5
|
||||
msgid "Order List"
|
||||
msgstr ""
|
||||
msgstr "Liste tâche"
|
||||
|
||||
#: templates/tasks.php:6
|
||||
msgid "Order Complete"
|
||||
msgstr ""
|
||||
msgstr "Tâche réalisée"
|
||||
|
||||
#: templates/tasks.php:7
|
||||
msgid "Order Location"
|
||||
msgstr ""
|
||||
msgstr "Lieu"
|
||||
|
||||
#: templates/tasks.php:8
|
||||
msgid "Order Priority"
|
||||
msgstr ""
|
||||
msgstr "Priorité"
|
||||
|
||||
#: templates/tasks.php:9
|
||||
msgid "Order Label"
|
||||
msgstr ""
|
||||
msgstr "Etiquette tâche"
|
||||
|
||||
#: templates/tasks.php:16
|
||||
msgid "Loading tasks..."
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -21,7 +21,7 @@ msgstr ""
|
|||
|
||||
#: ajax/apps/ocs.php:23
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
msgstr "Non se puido cargar a lista desde a App Store"
|
||||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Email saved"
|
||||
|
@ -41,7 +41,7 @@ msgstr "Petición incorrecta"
|
|||
|
||||
#: ajax/removeuser.php:13 ajax/setquota.php:18 ajax/togglegroups.php:18
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
msgstr "Erro na autenticación"
|
||||
|
||||
#: ajax/setlanguage.php:18
|
||||
msgid "Language changed"
|
||||
|
@ -49,7 +49,7 @@ msgstr "O idioma mudou"
|
|||
|
||||
#: js/apps.js:18
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "Erro"
|
||||
|
||||
#: js/apps.js:39 js/apps.js:73
|
||||
msgid "Disable"
|
||||
|
@ -69,23 +69,23 @@ msgstr "Galego"
|
|||
|
||||
#: templates/admin.php:14
|
||||
msgid "Security Warning"
|
||||
msgstr ""
|
||||
msgstr "Aviso de seguridade"
|
||||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
msgstr ""
|
||||
msgstr "executar unha tarefa con cada páxina cargada"
|
||||
|
||||
#: templates/admin.php:33
|
||||
msgid "cron.php is registered at a webcron service"
|
||||
msgstr ""
|
||||
msgstr "cron.php está rexistrada como un servizo webcron"
|
||||
|
||||
#: templates/admin.php:35
|
||||
msgid "use systems cron service"
|
||||
msgstr ""
|
||||
msgstr "utilice o servizo cron do sistema"
|
||||
|
||||
#: templates/admin.php:39
|
||||
msgid "Log"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,7 +229,7 @@ msgid "Other"
|
|||
msgstr "אחר"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "ostali"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,8 +228,8 @@ msgid "Other"
|
|||
msgstr "Egyéb"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "al-Admin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Altere"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Lain-lain"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Indonesian (Indonesia) (http://www.transifex.com/projects/p/owncloud/language/id_ID/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -14,9 +14,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 14:56+0000\n"
|
||||
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -233,8 +233,8 @@ msgid "Other"
|
|||
msgstr "Altro"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-16 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-08-15 01:55+0000\n"
|
||||
"Last-Translator: ttyn <tetuyano+transi@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,8 +228,8 @@ msgid "Other"
|
|||
msgstr "その他"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "サブ管理者"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "다른"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr "Aner"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr "Kita"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr "Cits"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Останато"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -230,8 +230,8 @@ msgid "Other"
|
|||
msgstr "Lain"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -231,7 +231,7 @@ msgid "Other"
|
|||
msgstr "Annet"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -232,7 +232,7 @@ msgid "Other"
|
|||
msgstr "Andere"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -14,9 +14,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -26,7 +26,7 @@ msgstr ""
|
|||
|
||||
#: ajax/apps/ocs.php:23
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
msgstr "Nie mogę załadować listy aplikacji"
|
||||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Email saved"
|
||||
|
@ -54,7 +54,7 @@ msgstr "Język zmieniony"
|
|||
|
||||
#: js/apps.js:18
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
msgstr "Błąd"
|
||||
|
||||
#: js/apps.js:39 js/apps.js:73
|
||||
msgid "Disable"
|
||||
|
@ -78,7 +78,7 @@ msgstr "Ostrzeżenia bezpieczeństwa"
|
|||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
|
@ -233,8 +233,8 @@ msgid "Other"
|
|||
msgstr "Inne"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -231,7 +231,7 @@ msgid "Other"
|
|||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Outro"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -11,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -230,7 +230,7 @@ msgid "Other"
|
|||
msgstr "Altele"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -14,9 +14,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -233,7 +233,7 @@ msgid "Other"
|
|||
msgstr "Другое"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,7 +229,7 @@ msgid "Other"
|
|||
msgstr "Iné"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 13:09+0000\n"
|
||||
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,8 +229,8 @@ msgid "Other"
|
|||
msgstr "Drugo"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "PodSkrbnik"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-16 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-08-15 15:42+0000\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 19:31+0000\n"
|
||||
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -56,7 +56,7 @@ msgstr "Za anonimni dostop pustite polji za DN in geslo prazni."
|
|||
|
||||
#: templates/settings.php:12
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
msgstr "Filter prijav uporabnikov"
|
||||
|
||||
#: templates/settings.php:12
|
||||
#, php-format
|
||||
|
@ -68,11 +68,11 @@ msgstr ""
|
|||
#: templates/settings.php:12
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
msgstr "uporabite ogrado %%uid, npr. \"uid=%%uid\""
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
msgstr "Filter seznama uporabnikov"
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
|
@ -84,7 +84,7 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:14
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
msgstr "Filter skupin"
|
||||
|
||||
#: templates/settings.php:14
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
|
@ -134,7 +134,7 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:23
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
msgstr "Odsvetovano, uporabite le v namene preizkušanja."
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "User Display Name Field"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Somali (http://www.transifex.com/projects/p/owncloud/language/so/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-16 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-08-16 00:05+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-17 07:25+0000\n"
|
||||
"Last-Translator: Magnus Höglund <magnus@linux.com>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -294,7 +294,7 @@ msgstr "Vissa kontakter är markerade för radering, men är inte raderade än.
|
|||
|
||||
#: js/contacts.js:1461
|
||||
msgid "Do you want to merge these address books?"
|
||||
msgstr ""
|
||||
msgstr "Vill du slå samman dessa adressböcker?"
|
||||
|
||||
#: js/loader.js:49
|
||||
msgid "Result: "
|
||||
|
|
|
@ -14,9 +14,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -78,19 +78,19 @@ msgstr "Säkerhetsvarning"
|
|||
|
||||
#: templates/admin.php:29
|
||||
msgid "Cron"
|
||||
msgstr ""
|
||||
msgstr "Cron"
|
||||
|
||||
#: templates/admin.php:31
|
||||
msgid "execute one task with each page loaded"
|
||||
msgstr ""
|
||||
msgstr "utför en uppgift vid varje sidladdning"
|
||||
|
||||
#: templates/admin.php:33
|
||||
msgid "cron.php is registered at a webcron service"
|
||||
msgstr ""
|
||||
msgstr "cron.php är registrerad på en webcron-tjänst"
|
||||
|
||||
#: templates/admin.php:35
|
||||
msgid "use systems cron service"
|
||||
msgstr ""
|
||||
msgstr "använd systemets cron-tjänst"
|
||||
|
||||
#: templates/admin.php:39
|
||||
msgid "Log"
|
||||
|
@ -233,8 +233,8 @@ msgid "Other"
|
|||
msgstr "Annat"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "Underadministratör"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -37,51 +37,51 @@ msgstr ""
|
|||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "January"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "February"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "March"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "April"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:574
|
||||
#: js/js.js:575
|
||||
msgid "June"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "July"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "August"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "September"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "October"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "November"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:575
|
||||
#: js/js.js:576
|
||||
msgid "December"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -226,7 +226,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2012-08-17 02:01+0200\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-15 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-08-14 12:49+0000\n"
|
||||
"Last-Translator: AriesAnywhere Anywhere <ariesanywhere@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,8 +229,8 @@ msgid "Other"
|
|||
msgstr "อื่นๆ"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "ผู้ดูแลย่อย"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,8 +229,8 @@ msgid "Other"
|
|||
msgstr "Diğer"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "Alt Yönetici"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr ""
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -228,7 +228,7 @@ msgid "Other"
|
|||
msgstr "Khác"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -227,8 +227,8 @@ msgid "Other"
|
|||
msgstr "其他的"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgstr "子专辑"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
msgid "Quota"
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -229,7 +229,7 @@ msgid "Other"
|
|||
msgstr "其它"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-08-12 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-08-12 00:03+0000\n"
|
||||
"Last-Translator: owncloud_robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-08-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-08-18 00:02+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@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"
|
||||
|
@ -227,7 +227,7 @@ msgid "Other"
|
|||
msgstr "其他"
|
||||
|
||||
#: templates/users.php:80 templates/users.php:112
|
||||
msgid "SubAdmin"
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:82
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"Create" => "Crea",
|
||||
"Default Quota" => "Quota per defecte",
|
||||
"Other" => "Altre",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Quota",
|
||||
"Delete" => "Suprimeix"
|
||||
);
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"Create" => "Vytvořit",
|
||||
"Default Quota" => "Výchozí kvóta",
|
||||
"Other" => "Jiné",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Kvóta",
|
||||
"Delete" => "Vymazat"
|
||||
);
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"Create" => "Ny",
|
||||
"Default Quota" => "Standard kvote",
|
||||
"Other" => "Andet",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Kvote",
|
||||
"Delete" => "Slet"
|
||||
);
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"Create" => "Anlegen",
|
||||
"Default Quota" => "Standard Quota",
|
||||
"Other" => "Andere",
|
||||
"SubAdmin" => "Unteradministrator",
|
||||
"Quota" => "Quota",
|
||||
"Delete" => "Löschen"
|
||||
);
|
||||
|
|
|
@ -1,15 +1,21 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Unable to load list from App Store" => "Σφάλμα στην φόρτωση της λίστας από το App Store",
|
||||
"Email saved" => "Το Email αποθηκεύτηκε ",
|
||||
"Invalid email" => "Μη έγκυρο email",
|
||||
"OpenID Changed" => "Το OpenID άλλαξε",
|
||||
"Invalid request" => "Μη έγκυρο αίτημα",
|
||||
"Authentication error" => "Σφάλμα πιστοποίησης",
|
||||
"Language changed" => "Η γλώσσα άλλαξε",
|
||||
"Error" => "Σφάλμα",
|
||||
"Disable" => "Απενεργοποίηση",
|
||||
"Enable" => "Ενεργοποίηση",
|
||||
"Saving..." => "Αποθήκευση...",
|
||||
"__language_name__" => "__όνομα_γλώσσας__",
|
||||
"Security Warning" => "Προειδοποίηση Ασφαλείας",
|
||||
"Cron" => "Cron",
|
||||
"execute one task with each page loaded" => "Εκτέλεση μίας εργασίας με κάθε σελίδα που φορτώνεται",
|
||||
"cron.php is registered at a webcron service" => "Το cron.php έχει καταχωρηθεί σε μια webcron υπηρεσία",
|
||||
"use systems cron service" => "Χρήση της υπηρεσίας cron του συστήματος",
|
||||
"Log" => "Αρχείο καταγραφής",
|
||||
"More" => "Περισσότερο",
|
||||
"Add your App" => "Πρόσθεσε τη δικιά σου εφαρμογή ",
|
||||
|
@ -45,7 +51,6 @@
|
|||
"Create" => "Δημιουργία",
|
||||
"Default Quota" => "Προεπιλεγμένο όριο",
|
||||
"Other" => "Άλλα",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Σύνολο χώρου",
|
||||
"Delete" => "Διαγραφή"
|
||||
);
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"Create" => "Krei",
|
||||
"Default Quota" => "Defaŭlta kvoto",
|
||||
"Other" => "Alia",
|
||||
"SubAdmin" => "Subadministranto",
|
||||
"Quota" => "Kvoto",
|
||||
"Delete" => "Forigi"
|
||||
);
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"Saving..." => "Salvando..",
|
||||
"__language_name__" => "Castellano",
|
||||
"Security Warning" => "Advertencia de seguridad",
|
||||
"Cron" => "Cron",
|
||||
"execute one task with each page loaded" => "ejecutar una tarea con cada página cargada",
|
||||
"cron.php is registered at a webcron service" => "cron.php se registra en un servicio webcron",
|
||||
"use systems cron service" => "usar servicio cron del sistema",
|
||||
"Log" => "Registro",
|
||||
"More" => "Más",
|
||||
"Add your App" => "Añade tu aplicación",
|
||||
|
@ -47,7 +51,6 @@
|
|||
"Create" => "Crear",
|
||||
"Default Quota" => "Cuota predeterminada",
|
||||
"Other" => "Otro",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Cuota",
|
||||
"Delete" => "Eliminar"
|
||||
);
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
"Create" => "Sortu",
|
||||
"Default Quota" => "Kuota lehentsia",
|
||||
"Other" => "Besteak",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Kuota",
|
||||
"Delete" => "Ezabatu"
|
||||
);
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
"Saving..." => "Sauvegarde...",
|
||||
"__language_name__" => "Français",
|
||||
"Security Warning" => "Alertes de sécurité",
|
||||
"Cron" => "Cron",
|
||||
"execute one task with each page loaded" => "exécuter une tâche pour chaque page chargée",
|
||||
"cron.php is registered at a webcron service" => "cron.php est enregistré comme un service webcron",
|
||||
"use systems cron service" => "utiliser le service cron du système ",
|
||||
"Log" => "Journaux",
|
||||
"More" => "Plus",
|
||||
"Add your App" => "Ajoutez votre application",
|
||||
|
@ -47,7 +51,6 @@
|
|||
"Create" => "Créer",
|
||||
"Default Quota" => "Quota par défaut",
|
||||
"Other" => "Autre",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Quota",
|
||||
"Delete" => "Supprimer"
|
||||
);
|
||||
|
|
|
@ -1,13 +1,21 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Unable to load list from App Store" => "Non se puido cargar a lista desde a App Store",
|
||||
"Email saved" => "Correo electrónico gardado",
|
||||
"Invalid email" => "correo electrónico non válido",
|
||||
"OpenID Changed" => "Mudou o OpenID",
|
||||
"Invalid request" => "Petición incorrecta",
|
||||
"Authentication error" => "Erro na autenticación",
|
||||
"Language changed" => "O idioma mudou",
|
||||
"Error" => "Erro",
|
||||
"Disable" => "Deshabilitar",
|
||||
"Enable" => "Habilitar",
|
||||
"Saving..." => "Gardando...",
|
||||
"__language_name__" => "Galego",
|
||||
"Security Warning" => "Aviso de seguridade",
|
||||
"Cron" => "Cron",
|
||||
"execute one task with each page loaded" => "executar unha tarefa con cada páxina cargada",
|
||||
"cron.php is registered at a webcron service" => "cron.php está rexistrada como un servizo webcron",
|
||||
"use systems cron service" => "utilice o servizo cron do sistema",
|
||||
"Log" => "Conectar",
|
||||
"More" => "Máis",
|
||||
"Add your App" => "Engade o teu aplicativo",
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"Create" => "Létrehozás",
|
||||
"Default Quota" => "Alapértelmezett kvóta",
|
||||
"Other" => "Egyéb",
|
||||
"SubAdmin" => "al-Admin",
|
||||
"Quota" => "Kvóta",
|
||||
"Delete" => "Törlés"
|
||||
);
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"Create" => "Crea",
|
||||
"Default Quota" => "Quota predefinita",
|
||||
"Other" => "Altro",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Quote",
|
||||
"Delete" => "Elimina"
|
||||
);
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"Create" => "作成",
|
||||
"Default Quota" => "デフォルトのクォータサイズ",
|
||||
"Other" => "その他",
|
||||
"SubAdmin" => "サブ管理者",
|
||||
"Quota" => "クオータ",
|
||||
"Delete" => "削除"
|
||||
);
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
"Create" => "Buat",
|
||||
"Default Quota" => "Kuota Lalai",
|
||||
"Other" => "Lain",
|
||||
"SubAdmin" => "SubAdmin",
|
||||
"Quota" => "Kuota",
|
||||
"Delete" => "Padam"
|
||||
);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue