[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-11-09 01:45:32 -05:00
parent deafac9273
commit 3428c03b80
145 changed files with 3976 additions and 361 deletions

View File

@ -60,6 +60,7 @@ $TRANSLATIONS = array(
"Name" => "Nome", "Name" => "Nome",
"Size" => "Tamanho", "Size" => "Tamanho",
"Modified" => "Modificado", "Modified" => "Modificado",
"Invalid folder name. Usage of 'Shared' is reserved." => "Nome da pasta inválido. Uso de 'Shared' é reservado.",
"%s could not be renamed" => "%s não pode ser renomeado", "%s could not be renamed" => "%s não pode ser renomeado",
"Upload" => "Upload", "Upload" => "Upload",
"File handling" => "Tratamento de Arquivo", "File handling" => "Tratamento de Arquivo",

7
apps/files/l10n/uz.php Normal file
View File

@ -0,0 +1,7 @@
<?php
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array(""),
"_%n file_::_%n files_" => array(""),
"_Uploading %n file_::_Uploading %n files_" => array("")
);
$PLURAL_FORMS = "nplurals=1; plural=0;";

View File

@ -9,6 +9,7 @@ $TRANSLATIONS = array(
"Private key password successfully updated." => "Senha de chave privada atualizada com sucesso.", "Private key password successfully updated." => "Senha de chave privada atualizada com sucesso.",
"Could not update the private key password. Maybe the old password was not correct." => "Não foi possível atualizar a senha de chave privada. Talvez a senha antiga esteja incorreta.", "Could not update the private key password. Maybe the old password was not correct." => "Não foi possível atualizar a senha de chave privada. Talvez a senha antiga esteja incorreta.",
"Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Aplicativo de criptografia não foi inicializado! Talvez o aplicativo de criptografia tenha sido reativado durante essa sessão. Por favor, tente fazer logoff e login novamente para inicializar o aplicativo de criptografia.",
"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados.",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Este arquivo não pode ser decriptado, provavelmente este é um arquivo compartilhado. Poe favoe peça ao dono do arquivo para compartilha-lo com você.",
"Unknown error please check your system settings or contact your administrator" => "Erro desconhecido, por favor verifique suas configurações ou faça contato com o administrador", "Unknown error please check your system settings or contact your administrator" => "Erro desconhecido, por favor verifique suas configurações ou faça contato com o administrador",
"Missing requirements." => "Requisitos não encontrados.", "Missing requirements." => "Requisitos não encontrados.",

View File

@ -1,12 +1,18 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Deletion failed" => "Бришењето е неуспешно", "Deletion failed" => "Бришењето е неуспешно",
"Keep settings?" => "Да ги сочувам нагодувањата?",
"Cannot add server configuration" => "Не можам да ја додадам конфигурацијата на серверот",
"Error" => "Грешка", "Error" => "Грешка",
"Connection test succeeded" => "Тестот за поврзување е успешен",
"Connection test failed" => "Тестот за поврзување не е успешен",
"Confirm Deletion" => "Потврдете го бришењето",
"_%s group found_::_%s groups found_" => array("",""), "_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""), "_%s user found_::_%s users found_" => array("",""),
"Help" => "Помош", "Help" => "Помош",
"Host" => "Домаќин", "Host" => "Домаќин",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://",
"Port" => "Порта",
"Password" => "Лозинка", "Password" => "Лозинка",
"Back" => "Назад", "Back" => "Назад",
"Continue" => "Продолжи" "Continue" => "Продолжи"

View File

@ -4,6 +4,7 @@ $TRANSLATIONS = array(
"Failed to delete the server configuration" => "Falha ao deletar a configuração do servidor", "Failed to delete the server configuration" => "Falha ao deletar a configuração do servidor",
"The configuration is valid and the connection could be established!" => "A configuração é válida e a conexão foi estabelecida!", "The configuration is valid and the connection could be established!" => "A configuração é válida e a conexão foi estabelecida!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuração é válida, mas o Bind falhou. Confira as configurações do servidor e as credenciais.", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "A configuração é válida, mas o Bind falhou. Confira as configurações do servidor e as credenciais.",
"The configuration is invalid. Please have a look at the logs for further details." => "Configuração inválida. Por favor, dê uma olhada nos logs para mais detalhes.",
"No action specified" => "Nenhuma ação especificada", "No action specified" => "Nenhuma ação especificada",
"No configuration specified" => "Nenhuma configuração especificada", "No configuration specified" => "Nenhuma configuração especificada",
"No data specified" => "Não há dados especificados", "No data specified" => "Não há dados especificados",

View File

@ -0,0 +1,6 @@
<?php
$TRANSLATIONS = array(
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array("")
);
$PLURAL_FORMS = "nplurals=1; plural=0;";

9
core/l10n/uz.php Normal file
View File

@ -0,0 +1,9 @@
<?php
$TRANSLATIONS = array(
"_%n minute ago_::_%n minutes ago_" => array(""),
"_%n hour ago_::_%n hours ago_" => array(""),
"_%n day ago_::_%n days ago_" => array(""),
"_%n month ago_::_%n months ago_" => array(""),
"_{count} file conflict_::_{count} file conflicts_" => array("")
);
$PLURAL_FORMS = "nplurals=1; plural=0;";

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -144,6 +144,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -140,6 +140,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 09:10+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: rogerc\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -30,11 +30,11 @@ msgstr "Error d'autenticació"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "El vostre nom complet ha canviat."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "No s'ha pogut canviar el nom complet"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -507,7 +507,7 @@ msgstr "Canvia la contrasenya"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nom complet"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -628,7 +628,7 @@ msgstr "Emmagatzemament"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "canvia el nom complet"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-04 10:10+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: rogerc\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -137,6 +137,10 @@ msgstr "Ordinador central no vàlid"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "La característica desitjada no s'ha trobat" msgstr "La característica desitjada no s'ha trobat"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Comprovació de la configuració" msgstr "Comprovació de la configuració"

View File

@ -11,8 +11,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -142,6 +142,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Vyzkoušet nastavení" msgstr "Vyzkoušet nastavení"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -140,6 +140,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Test Konfiguration" msgstr "Test Konfiguration"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 09:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -34,11 +34,11 @@ msgstr "Fehler bei der Anmeldung"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Dein vollständiger Name ist geändert worden."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Der vollständige Name konnte nicht geändert werden"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -511,7 +511,7 @@ msgstr "Passwort ändern"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Vollständiger Name"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -632,7 +632,7 @@ msgstr "Speicher"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Vollständigen Namen ändern"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-05 09:59+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -140,6 +140,10 @@ msgstr "Ungültiger Host"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Konnte die gewünschte Funktion nicht finden" msgstr "Konnte die gewünschte Funktion nicht finden"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testkonfiguration" msgstr "Testkonfiguration"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -15,8 +15,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -144,6 +144,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testkonfiguration" msgstr "Testkonfiguration"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 09:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -35,11 +35,11 @@ msgstr "Authentifizierungs-Fehler"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Ihr vollständiger Name ist geändert worden."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Der vollständige Name konnte nicht geändert werden"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -512,7 +512,7 @@ msgstr "Passwort ändern"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Vollständiger Name"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -633,7 +633,7 @@ msgstr "Speicher"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Vollständigen Namen ändern"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -13,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-05 09:59+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Mario Siegmann <mario_siegmann@web.de>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -142,6 +142,10 @@ msgstr "Ungültiger Host"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Konnte die gewünschte Funktion nicht finden" msgstr "Konnte die gewünschte Funktion nicht finden"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testkonfiguration" msgstr "Testkonfiguration"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Δοκιμαστικες ρυθμισεις" msgstr "Δοκιμαστικες ρυθμισεις"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-04 17:40+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: mnestis <transifex@mnestis.net>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -137,6 +137,10 @@ msgstr "Invalid Host"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Could not find the desired feature" msgstr "Could not find the desired feature"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Test Configuration" msgstr "Test Configuration"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 20:21+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Mariano <mstreet@kde.org.ar>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -137,6 +137,10 @@ msgstr "Nevalida gastigo"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Provi agordon" msgstr "Provi agordon"

View File

@ -19,9 +19,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 03:10+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Art O. Pal <artopal@fastmail.fm>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -40,11 +40,11 @@ msgstr "Error de autenticación"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Se ha cambiado su nombre completo."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "No se puede cambiar el nombre completo"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -517,7 +517,7 @@ msgstr "Cambiar contraseña"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nombre completo"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -638,7 +638,7 @@ msgstr "Almacenamiento"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "cambiar el nombre completo"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -14,9 +14,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 20:01+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Raul Fernandez Garcia <raulfg3@gmail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -143,6 +143,10 @@ msgstr "Host inválido"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "No se puede encontrar la función deseada." msgstr "No se puede encontrar la función deseada."
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Configuración de prueba" msgstr "Configuración de prueba"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Probar configuración" msgstr "Probar configuración"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 08:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Rivo Zängov <eraser@eraser.ee>\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -30,11 +30,11 @@ msgstr "Autentimise viga"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Sinu täispikk nimi on muudetud."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Täispika nime muutmine ebaõnnestus"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -507,7 +507,7 @@ msgstr "Muuda parooli"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Täispikk nimi"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -628,7 +628,7 @@ msgstr "Maht"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Muuda täispikka nime"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-04 09:50+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -138,6 +138,10 @@ msgstr "Vigane server"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Ei suuda leida soovitud funktsioonaalsust" msgstr "Ei suuda leida soovitud funktsioonaalsust"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testi seadistust" msgstr "Testi seadistust"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Egiaztatu Konfigurazioa" msgstr "Egiaztatu Konfigurazioa"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -135,6 +135,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "امتحان پیکربندی" msgstr "امتحان پیکربندی"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 07:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -29,11 +29,11 @@ msgstr "Tunnistautumisvirhe"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Koko nimesi on muutettu."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Koko nimen muuttaminen epäonnistui"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -237,7 +237,7 @@ msgstr "Virheet ja vakavat ongelmat"
#: templates/admin.php:12 #: templates/admin.php:12
msgid "Fatal issues only" msgid "Fatal issues only"
msgstr "" msgstr "Vain vakavat ongelmat"
#: templates/admin.php:22 #: templates/admin.php:22
msgid "Security Warning" msgid "Security Warning"
@ -506,7 +506,7 @@ msgstr "Vaihda salasana"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Koko nimi"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -627,7 +627,7 @@ msgstr "Tallennustila"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "muuta koko nimi"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -14,9 +14,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-08 14:14+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: etiess <etiess@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -35,11 +35,11 @@ msgstr "Erreur d'authentification"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Votre nom complet a été modifié."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Impossible de changer le nom complet"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -512,7 +512,7 @@ msgstr "Changer de mot de passe"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nom complet"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -633,7 +633,7 @@ msgstr "Support de stockage"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Modifier le nom complet"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 20:40+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -139,6 +139,10 @@ msgstr "Hôte invalide"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Impossible de trouver la fonction souhaitée" msgstr "Impossible de trouver la fonction souhaitée"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Tester la configuration" msgstr "Tester la configuration"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-08 18:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: mbouzada <mbouzada@gmail.com>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -29,11 +29,11 @@ msgstr "Produciuse un erro de autenticación"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "O seu nome completo foi cambiado"
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Non é posíbel cambiar o nome completo"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -506,7 +506,7 @@ msgstr "Cambiar o contrasinal"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nome completo"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -627,7 +627,7 @@ msgstr "Almacenamento"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Cambiar o nome completo"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-05 09:59+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -137,6 +137,10 @@ msgstr "Máquina incorrecta"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Non foi posíbel atopar a función desexada" msgstr "Non foi posíbel atopar a función desexada"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Probar a configuración" msgstr "Probar a configuración"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr "Érvénytelen gépnév"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "A kívánt funkció nem található" msgstr "A kívánt funkció nem található"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "A beállítások tesztelése" msgstr "A beállítások tesztelése"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Uji Konfigurasi" msgstr "Uji Konfigurasi"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -137,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Prúfa uppsetningu" msgstr "Prúfa uppsetningu"

View File

@ -11,9 +11,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-08 14:16+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: polxmod <paolo.velati@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -32,11 +32,11 @@ msgstr "Errore di autenticazione"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Il tuo nome completo è stato cambiato."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Impossibile cambiare il nome completo"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -509,7 +509,7 @@ msgstr "Modifica password"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nome Completo"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -630,7 +630,7 @@ msgstr "Archiviazione"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "Modica nome completo"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 14:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:51+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -138,6 +138,10 @@ msgstr "Host non valido"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Impossibile trovare la funzionalità desiderata" msgstr "Impossibile trovare la funzionalità desiderata"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Prova configurazione" msgstr "Prova configurazione"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr "無効なホスト"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "望ましい機能は見つかりませんでした" msgstr "望ましい機能は見つかりませんでした"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "設定をテスト" msgstr "設定をテスト"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "კავშირის ტესტირება" msgstr "კავშირის ტესტირება"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 22:20+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -140,6 +140,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Bandyti konfigūraciją" msgstr "Bandyti konfigūraciją"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testa konfigurācija" msgstr "Testa konfigurācija"

View File

@ -3,12 +3,13 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Translators: # Translators:
# miroj <jmiroslav@softhome.net>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -68,11 +69,11 @@ msgstr ""
#: js/settings.js:84 #: js/settings.js:84
msgid "Keep settings?" msgid "Keep settings?"
msgstr "" msgstr "Да ги сочувам нагодувањата?"
#: js/settings.js:99 #: js/settings.js:99
msgid "Cannot add server configuration" msgid "Cannot add server configuration"
msgstr "" msgstr "Не можам да ја додадам конфигурацијата на серверот"
#: js/settings.js:113 #: js/settings.js:113
msgid "mappings cleared" msgid "mappings cleared"
@ -100,11 +101,11 @@ msgstr ""
#: js/settings.js:694 #: js/settings.js:694
msgid "Connection test succeeded" msgid "Connection test succeeded"
msgstr "" msgstr "Тестот за поврзување е успешен"
#: js/settings.js:699 #: js/settings.js:699
msgid "Connection test failed" msgid "Connection test failed"
msgstr "" msgstr "Тестот за поврзување не е успешен"
#: js/settings.js:709 #: js/settings.js:709
msgid "Do you really want to delete the current Server Configuration?" msgid "Do you really want to delete the current Server Configuration?"
@ -112,7 +113,7 @@ msgstr ""
#: js/settings.js:710 #: js/settings.js:710
msgid "Confirm Deletion" msgid "Confirm Deletion"
msgstr "" msgstr "Потврдете го бришењето"
#: lib/wizard.php:78 lib/wizard.php:92 #: lib/wizard.php:78 lib/wizard.php:92
#, php-format #, php-format
@ -136,6 +137,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""
@ -210,7 +215,7 @@ msgstr "Може да го скокнете протколот освен ако
#: templates/part.wizard-server.php:36 #: templates/part.wizard-server.php:36
msgid "Port" msgid "Port"
msgstr "" msgstr "Порта"
#: templates/part.wizard-server.php:44 #: templates/part.wizard-server.php:44
msgid "User DN" msgid "User DN"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-04 18:30+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: André Koot <meneer@tken.net>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -139,6 +139,10 @@ msgstr "Ongeldige server"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Kon de gewenste functie niet vinden" msgstr "Kon de gewenste functie niet vinden"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Test configuratie" msgstr "Test configuratie"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -134,6 +134,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -140,6 +140,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Konfiguracja testowa" msgstr "Konfiguracja testowa"

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:38+0000\n" "PO-Revision-Date: 2013-11-07 09:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -30,7 +30,7 @@ msgstr "Impossível mover %s - Um arquivo com este nome já existe"
msgid "Could not move %s" msgid "Could not move %s"
msgstr "Impossível mover %s" msgstr "Impossível mover %s"
#: ajax/newfile.php:56 js/files.js:27 #: ajax/newfile.php:56 js/files.js:74
msgid "File name cannot be empty." msgid "File name cannot be empty."
msgstr "O nome do arquivo não pode estar vazio." msgstr "O nome do arquivo não pode estar vazio."
@ -54,7 +54,7 @@ msgstr "Não é uma fonte válida"
msgid "Error while downloading %s to %s" msgid "Error while downloading %s to %s"
msgstr "Erro ao baixar %s para %s" msgstr "Erro ao baixar %s para %s"
#: ajax/newfile.php:127 #: ajax/newfile.php:128
msgid "Error when creating the file" msgid "Error when creating the file"
msgstr "Erro ao criar o arquivo" msgstr "Erro ao criar o arquivo"
@ -117,15 +117,15 @@ msgstr "Falha ao escrever no disco"
msgid "Not enough storage available" msgid "Not enough storage available"
msgstr "Espaço de armazenamento insuficiente" msgstr "Espaço de armazenamento insuficiente"
#: ajax/upload.php:127 ajax/upload.php:153 #: ajax/upload.php:127 ajax/upload.php:154
msgid "Upload failed. Could not get file info." msgid "Upload failed. Could not get file info."
msgstr "Falha no envio. Não foi possível obter informações do arquivo." msgstr "Falha no envio. Não foi possível obter informações do arquivo."
#: ajax/upload.php:143 #: ajax/upload.php:144
msgid "Upload failed. Could not find uploaded file" msgid "Upload failed. Could not find uploaded file"
msgstr "Falha no envio. Não foi possível encontrar o arquivo enviado" msgstr "Falha no envio. Não foi possível encontrar o arquivo enviado"
#: ajax/upload.php:170 #: ajax/upload.php:172
msgid "Invalid directory." msgid "Invalid directory."
msgstr "Diretório inválido." msgstr "Diretório inválido."
@ -145,24 +145,24 @@ msgstr "Espaço de armazenamento insuficiente"
msgid "Upload cancelled." msgid "Upload cancelled."
msgstr "Envio cancelado." msgstr "Envio cancelado."
#: js/file-upload.js:345 #: js/file-upload.js:344
msgid "Could not get result from server." msgid "Could not get result from server."
msgstr "Não foi possível obter o resultado do servidor." msgstr "Não foi possível obter o resultado do servidor."
#: js/file-upload.js:437 #: js/file-upload.js:436
msgid "" msgid ""
"File upload is in progress. Leaving the page now will cancel the upload." "File upload is in progress. Leaving the page now will cancel the upload."
msgstr "Upload em andamento. Sair da página agora resultará no cancelamento do envio." msgstr "Upload em andamento. Sair da página agora resultará no cancelamento do envio."
#: js/file-upload.js:520 #: js/file-upload.js:519
msgid "URL cannot be empty" msgid "URL cannot be empty"
msgstr "URL não pode estar vazia" msgstr "URL não pode estar vazia"
#: js/file-upload.js:524 js/filelist.js:364 #: js/file-upload.js:523 js/filelist.js:371
msgid "In the home folder 'Shared' is a reserved filename" msgid "In the home folder 'Shared' is a reserved filename"
msgstr "Na pasta home 'Shared- Compartilhada' é um nome reservado" msgstr "Na pasta home 'Shared- Compartilhada' é um nome reservado"
#: js/file-upload.js:526 js/filelist.js:366 #: js/file-upload.js:525 js/filelist.js:373
msgid "{new_name} already exists" msgid "{new_name} already exists"
msgstr "{new_name} já existe" msgstr "{new_name} já existe"
@ -186,110 +186,110 @@ msgstr "Excluir permanentemente"
msgid "Rename" msgid "Rename"
msgstr "Renomear" msgstr "Renomear"
#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:854 #: js/filelist.js:69 js/filelist.js:72 js/filelist.js:857
msgid "Pending" msgid "Pending"
msgstr "Pendente" msgstr "Pendente"
#: js/filelist.js:392 #: js/filelist.js:399
msgid "Could not rename file" msgid "Could not rename file"
msgstr "Não foi possível renomear o arquivo" msgstr "Não foi possível renomear o arquivo"
#: js/filelist.js:511 #: js/filelist.js:518
msgid "replaced {new_name} with {old_name}" msgid "replaced {new_name} with {old_name}"
msgstr "Substituído {old_name} por {new_name} " msgstr "Substituído {old_name} por {new_name} "
#: js/filelist.js:511 #: js/filelist.js:518
msgid "undo" msgid "undo"
msgstr "desfazer" msgstr "desfazer"
#: js/filelist.js:582 js/filelist.js:649 js/files.js:587 #: js/filelist.js:578 js/filelist.js:652 js/files.js:631
msgid "%n folder" msgid "%n folder"
msgid_plural "%n folders" msgid_plural "%n folders"
msgstr[0] "%n pasta" msgstr[0] "%n pasta"
msgstr[1] "%n pastas" msgstr[1] "%n pastas"
#: js/filelist.js:583 js/filelist.js:650 js/files.js:593 #: js/filelist.js:579 js/filelist.js:653 js/files.js:637
msgid "%n file" msgid "%n file"
msgid_plural "%n files" msgid_plural "%n files"
msgstr[0] "%n arquivo" msgstr[0] "%n arquivo"
msgstr[1] "%n arquivos" msgstr[1] "%n arquivos"
#: js/filelist.js:590 #: js/filelist.js:586
msgid "{dirs} and {files}" msgid "{dirs} and {files}"
msgstr "{dirs} e {files}" msgstr "{dirs} e {files}"
#: js/filelist.js:793 js/filelist.js:831 #: js/filelist.js:796 js/filelist.js:834
msgid "Uploading %n file" msgid "Uploading %n file"
msgid_plural "Uploading %n files" msgid_plural "Uploading %n files"
msgstr[0] "Enviando %n arquivo" msgstr[0] "Enviando %n arquivo"
msgstr[1] "Enviando %n arquivos" msgstr[1] "Enviando %n arquivos"
#: js/files.js:25 #: js/files.js:72
msgid "'.' is an invalid file name." msgid "'.' is an invalid file name."
msgstr "'.' é um nome de arquivo inválido." msgstr "'.' é um nome de arquivo inválido."
#: js/files.js:34 #: js/files.js:81
msgid "" msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not " "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed." "allowed."
msgstr "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos." msgstr "Nome inválido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' não são permitidos."
#: js/files.js:46 #: js/files.js:93
msgid "Your storage is full, files can not be updated or synced anymore!" msgid "Your storage is full, files can not be updated or synced anymore!"
msgstr "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!" msgstr "Seu armazenamento está cheio, arquivos não podem mais ser atualizados ou sincronizados!"
#: js/files.js:50 #: js/files.js:97
msgid "Your storage is almost full ({usedSpacePercent}%)" msgid "Your storage is almost full ({usedSpacePercent}%)"
msgstr "Seu armazenamento está quase cheio ({usedSpacePercent}%)" msgstr "Seu armazenamento está quase cheio ({usedSpacePercent}%)"
#: js/files.js:63 #: js/files.js:110
msgid "" msgid ""
"Encryption App is enabled but your keys are not initialized, please log-out " "Encryption App is enabled but your keys are not initialized, please log-out "
"and log-in again" "and log-in again"
msgstr "App de encriptação está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente" msgstr "App de encriptação está ativado, mas as chaves não estão inicializadas, por favor log-out e faça login novamente"
#: js/files.js:67 #: js/files.js:114
msgid "" msgid ""
"Invalid private key for Encryption App. Please update your private key " "Invalid private key for Encryption App. Please update your private key "
"password in your personal settings to recover access to your encrypted " "password in your personal settings to recover access to your encrypted "
"files." "files."
msgstr "Chave do App de Encriptação é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados." msgstr "Chave do App de Encriptação é inválida. Por favor, atualize sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados."
#: js/files.js:71 #: js/files.js:118
msgid "" msgid ""
"Encryption was disabled but your files are still encrypted. Please go to " "Encryption was disabled but your files are still encrypted. Please go to "
"your personal settings to decrypt your files." "your personal settings to decrypt your files."
msgstr "Encriptação foi desabilitada mas seus arquivos continuam encriptados. Por favor vá a suas configurações pessoais para descriptar seus arquivos." msgstr "Encriptação foi desabilitada mas seus arquivos continuam encriptados. Por favor vá a suas configurações pessoais para descriptar seus arquivos."
#: js/files.js:302 #: js/files.js:349
msgid "" msgid ""
"Your download is being prepared. This might take some time if the files are " "Your download is being prepared. This might take some time if the files are "
"big." "big."
msgstr "Seu download está sendo preparado. Isto pode levar algum tempo se os arquivos forem grandes." msgstr "Seu download está sendo preparado. Isto pode levar algum tempo se os arquivos forem grandes."
#: js/files.js:514 js/files.js:552 #: js/files.js:558 js/files.js:596
msgid "Error moving file" msgid "Error moving file"
msgstr "Erro movendo o arquivo" msgstr "Erro movendo o arquivo"
#: js/files.js:514 js/files.js:552 #: js/files.js:558 js/files.js:596
msgid "Error" msgid "Error"
msgstr "Erro" msgstr "Erro"
#: js/files.js:569 templates/index.php:56 #: js/files.js:613 templates/index.php:56
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: js/files.js:570 templates/index.php:68 #: js/files.js:614 templates/index.php:68
msgid "Size" msgid "Size"
msgstr "Tamanho" msgstr "Tamanho"
#: js/files.js:571 templates/index.php:70 #: js/files.js:615 templates/index.php:70
msgid "Modified" msgid "Modified"
msgstr "Modificado" msgstr "Modificado"
#: lib/app.php:60 #: lib/app.php:60
msgid "Invalid folder name. Usage of 'Shared' is reserved." msgid "Invalid folder name. Usage of 'Shared' is reserved."
msgstr "" msgstr "Nome da pasta inválido. Uso de 'Shared' é reservado."
#: lib/app.php:88 #: lib/app.php:88
#, php-format #, php-format

View File

@ -10,9 +10,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:38+0000\n" "PO-Revision-Date: 2013-11-07 09:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -69,7 +69,7 @@ msgid ""
"Your private key is not valid! Likely your password was changed outside of " "Your private key is not valid! Likely your password was changed outside of "
"%s (e.g. your corporate directory). You can update your private key password" "%s (e.g. your corporate directory). You can update your private key password"
" in your personal settings to recover access to your encrypted files." " in your personal settings to recover access to your encrypted files."
msgstr "" msgstr "Sua chave privada não é válida! Provavelmente sua senha foi alterada fora de %s (por exemplo, seu diretório corporativo). Você pode atualizar sua senha de chave privada em suas configurações pessoais para recuperar o acesso a seus arquivos criptografados."
#: files/error.php:19 #: files/error.php:19
msgid "" msgid ""

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-07 09:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Flávio Veras <flaviove@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -30,11 +30,11 @@ msgstr "Erro de autenticação"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Seu nome completo foi alterado."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Não é possível alterar o nome completo"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -222,23 +222,23 @@ msgstr "Português (Brasil)"
#: templates/admin.php:8 #: templates/admin.php:8
msgid "Everything (fatal issues, errors, warnings, info, debug)" msgid "Everything (fatal issues, errors, warnings, info, debug)"
msgstr "" msgstr "Tudo (questões fatais, erros, avisos, informações, depuração)"
#: templates/admin.php:9 #: templates/admin.php:9
msgid "Info, warnings, errors and fatal issues" msgid "Info, warnings, errors and fatal issues"
msgstr "" msgstr "Informações, avisos, erros e problemas fatais"
#: templates/admin.php:10 #: templates/admin.php:10
msgid "Warnings, errors and fatal issues" msgid "Warnings, errors and fatal issues"
msgstr "" msgstr "Avisos, erros e problemas fatais"
#: templates/admin.php:11 #: templates/admin.php:11
msgid "Errors and fatal issues" msgid "Errors and fatal issues"
msgstr "" msgstr "Erros e problemas fatais"
#: templates/admin.php:12 #: templates/admin.php:12
msgid "Fatal issues only" msgid "Fatal issues only"
msgstr "" msgstr "Somente questões fatais"
#: templates/admin.php:22 #: templates/admin.php:22
msgid "Security Warning" msgid "Security Warning"
@ -507,7 +507,7 @@ msgstr "Alterar senha"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Nome Completo"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -608,7 +608,7 @@ msgstr "Armazenamento Padrão"
#: templates/users.php:44 templates/users.php:139 #: templates/users.php:44 templates/users.php:139
msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")"
msgstr "" msgstr "Por favor insira cota de armazenamento (ex: \"512\" ou \"12 GB\")"
#: templates/users.php:48 templates/users.php:148 #: templates/users.php:48 templates/users.php:148
msgid "Unlimited" msgid "Unlimited"
@ -628,7 +628,7 @@ msgstr "Armazenamento"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "alterar nome completo"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -41,7 +41,7 @@ msgstr "A configuração é válida, mas o Bind falhou. Confira as configuraçõ
msgid "" msgid ""
"The configuration is invalid. Please have a look at the logs for further " "The configuration is invalid. Please have a look at the logs for further "
"details." "details."
msgstr "" msgstr "Configuração inválida. Por favor, dê uma olhada nos logs para mais detalhes."
#: ajax/wizard.php:32 #: ajax/wizard.php:32
msgid "No action specified" msgid "No action specified"
@ -138,6 +138,10 @@ msgstr "Host inválido"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Não foi possível encontrar a função desejada" msgstr "Não foi possível encontrar a função desejada"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Teste de Configuração" msgstr "Teste de Configuração"

View File

@ -10,8 +10,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -139,6 +139,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testar a configuração" msgstr "Testar a configuração"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,18 +9,20 @@
# lord93 <lordakryl@gmail.com>, 2013 # lord93 <lordakryl@gmail.com>, 2013
# jekader <jekader@gmail.com>, 2013 # jekader <jekader@gmail.com>, 2013
# eurekafag <rkfg@rkfg.me>, 2013 # eurekafag <rkfg@rkfg.me>, 2013
# unixoid <victor.ashirov@gmail.com>, 2013
# vsapronov <vladimir.sapronov@gmail.com>, 2013 # vsapronov <vladimir.sapronov@gmail.com>, 2013
# not_your_conscience <hex.void@gmail.com>, 2013 # not_your_conscience <hex.void@gmail.com>, 2013
# navigator666 <yuriy.malyovaniy@gmail.com>, 2013 # navigator666 <yuriy.malyovaniy@gmail.com>, 2013
# hackproof <hackproof.ai@gmail.com>, 2013 # hackproof <hackproof.ai@gmail.com>, 2013
# Friktor <antonshramko@yandex.ru>, 2013 # Friktor <antonshramko@yandex.ru>, 2013
# Иван Тюрин <wen89@inbox.ru>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-07 02:43+0000\n" "PO-Revision-Date: 2013-11-08 09:50+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: unixoid <victor.ashirov@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -39,11 +41,11 @@ msgstr "Ошибка аутентификации"
#: ajax/changedisplayname.php:31 #: ajax/changedisplayname.php:31
msgid "Your full name has been changed." msgid "Your full name has been changed."
msgstr "" msgstr "Ваше полное имя было изменено."
#: ajax/changedisplayname.php:34 #: ajax/changedisplayname.php:34
msgid "Unable to change full name" msgid "Unable to change full name"
msgstr "" msgstr "Невозможно изменить полное имя"
#: ajax/creategroup.php:10 #: ajax/creategroup.php:10
msgid "Group already exists" msgid "Group already exists"
@ -199,7 +201,7 @@ msgstr "Группы"
#: js/users.js:100 templates/users.php:92 templates/users.php:130 #: js/users.js:100 templates/users.php:92 templates/users.php:130
msgid "Group Admin" msgid "Group Admin"
msgstr "Группа Администраторы" msgstr "Администратор группы"
#: js/users.js:123 templates/users.php:170 #: js/users.js:123 templates/users.php:170
msgid "Delete" msgid "Delete"
@ -285,7 +287,7 @@ msgstr "Модуль 'fileinfo' отсутствует"
msgid "" msgid ""
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this " "The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
"module to get best results with mime-type detection." "module to get best results with mime-type detection."
msgstr "PHP модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов." msgstr "PHP-модуль 'fileinfo' отсутствует. Мы настоятельно рекомендуем включить этот модуль для улучшения определения типов (mime-type) файлов."
#: templates/admin.php:65 #: templates/admin.php:65
msgid "Locale not working" msgid "Locale not working"
@ -405,11 +407,11 @@ msgstr "Пожалуйста, подключитесь к %s используя
#: templates/admin.php:218 #: templates/admin.php:218
msgid "Log" msgid "Log"
msgstr "Лог" msgstr "Журнал"
#: templates/admin.php:219 #: templates/admin.php:219
msgid "Log level" msgid "Log level"
msgstr "Уровень лога" msgstr "Уровень детализации журнала"
#: templates/admin.php:251 #: templates/admin.php:251
msgid "More" msgid "More"
@ -516,7 +518,7 @@ msgstr "Сменить пароль"
#: templates/personal.php:58 templates/users.php:88 #: templates/personal.php:58 templates/users.php:88
msgid "Full Name" msgid "Full Name"
msgstr "" msgstr "Полное имя"
#: templates/personal.php:73 #: templates/personal.php:73
msgid "Email" msgid "Email"
@ -528,7 +530,7 @@ msgstr "Ваш адрес электронной почты"
#: templates/personal.php:76 #: templates/personal.php:76
msgid "Fill in an email address to enable password recovery" msgid "Fill in an email address to enable password recovery"
msgstr "Введите адрес электронной почты чтобы появилась возможность восстановления пароля" msgstr "Введите адрес электронной почты, чтобы появилась возможность восстановления пароля"
#: templates/personal.php:86 #: templates/personal.php:86
msgid "Profile picture" msgid "Profile picture"
@ -536,7 +538,7 @@ msgstr "Фото профиля"
#: templates/personal.php:90 #: templates/personal.php:90
msgid "Upload new" msgid "Upload new"
msgstr "Закачать новую" msgstr "Загрузить новую"
#: templates/personal.php:92 #: templates/personal.php:92
msgid "Select new from Files" msgid "Select new from Files"
@ -603,7 +605,7 @@ msgstr "Создать"
#: templates/users.php:36 #: templates/users.php:36
msgid "Admin Recovery Password" msgid "Admin Recovery Password"
msgstr "Восстановление Пароля Администратора" msgstr "Восстановление пароля администратора"
#: templates/users.php:37 templates/users.php:38 #: templates/users.php:37 templates/users.php:38
msgid "" msgid ""
@ -613,7 +615,7 @@ msgstr "Введите пароль для того, чтобы восстано
#: templates/users.php:42 #: templates/users.php:42
msgid "Default Storage" msgid "Default Storage"
msgstr "Хранилище по-умолчанию" msgstr "Хранилище по умолчанию"
#: templates/users.php:44 templates/users.php:139 #: templates/users.php:44 templates/users.php:139
msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")"
@ -637,7 +639,7 @@ msgstr "Хранилище"
#: templates/users.php:108 #: templates/users.php:108
msgid "change full name" msgid "change full name"
msgstr "" msgstr "изменить полное имя"
#: templates/users.php:112 #: templates/users.php:112
msgid "set new password" msgid "set new password"

View File

@ -15,9 +15,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 20:50+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: Евгений Белоусов <kvantor12@gmail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -146,6 +146,10 @@ msgstr "Неверный сервер"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Не могу найти требуемой функциональности" msgstr "Не могу найти требуемой функциональности"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Тестовая конфигурация" msgstr "Тестовая конфигурация"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -140,6 +140,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Test nastavenia" msgstr "Test nastavenia"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -141,6 +141,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Preizkusne nastavitve" msgstr "Preizkusne nastavitve"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Provoni konfigurimet" msgstr "Provoni konfigurimet"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -138,6 +138,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -14,8 +14,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -143,6 +143,10 @@ msgstr "Felaktig Host"
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "Det gick inte hitta den önskade funktionen" msgstr "Det gick inte hitta den önskade funktionen"
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "Testa konfigurationen" msgstr "Testa konfigurationen"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-03 12:38-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: 2013-11-03 17:39+0000\n" "PO-Revision-Date: 2013-11-09 06:44+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "Could not find the desired feature" msgid "Could not find the desired feature"
msgstr "" msgstr ""
#: templates/part.settingcontrols.php:2
msgid "Save"
msgstr ""
#: templates/part.settingcontrols.php:4 #: templates/part.settingcontrols.php:4
msgid "Test Configuration" msgid "Test Configuration"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 6.0.0\n" "Project-Id-Version: ownCloud Core 6.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-11-06 21:43-0500\n" "POT-Creation-Date: 2013-11-09 01:44-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -142,32 +142,32 @@ msgstr ""
msgid "Upload cancelled." msgid "Upload cancelled."
msgstr "" msgstr ""
#: js/file-upload.js:345 #: js/file-upload.js:344
msgid "Could not get result from server." msgid "Could not get result from server."
msgstr "" msgstr ""
#: js/file-upload.js:437 #: js/file-upload.js:436
msgid "" msgid ""
"File upload is in progress. Leaving the page now will cancel the upload." "File upload is in progress. Leaving the page now will cancel the upload."
msgstr "" msgstr ""
#: js/file-upload.js:520 #: js/file-upload.js:519
msgid "URL cannot be empty" msgid "URL cannot be empty"
msgstr "" msgstr ""
#: js/file-upload.js:524 js/filelist.js:371 #: js/file-upload.js:523 js/filelist.js:371
msgid "In the home folder 'Shared' is a reserved filename" msgid "In the home folder 'Shared' is a reserved filename"
msgstr "" msgstr ""
#: js/file-upload.js:526 js/filelist.js:373 #: js/file-upload.js:525 js/filelist.js:373
msgid "{new_name} already exists" msgid "{new_name} already exists"
msgstr "" msgstr ""
#: js/file-upload.js:586 #: js/file-upload.js:585
msgid "Could not create file" msgid "Could not create file"
msgstr "" msgstr ""
#: js/file-upload.js:602 #: js/file-upload.js:601
msgid "Could not create folder" msgid "Could not create folder"
msgstr "" msgstr ""

Some files were not shown because too many files have changed in this diff Show More