Merge branch 'master' into oc_preview

This commit is contained in:
Georg Ehrke 2013-07-30 13:52:53 +02:00
commit 93cdfc3e8a
120 changed files with 1585 additions and 1179 deletions

@ -1 +1 @@
Subproject commit 8ead0714bc63872e737dec3a80da935bd9c0d266 Subproject commit bd366f82084718903c8a7b85fbc9ad0595d29c5a

View File

@ -7,14 +7,28 @@
"Could not change the password. Maybe the old password was not correct." => "Nelze změnit heslo. Pravděpodobně nebylo stávající heslo zadáno správně.", "Could not change the password. Maybe the old password was not correct." => "Nelze změnit heslo. Pravděpodobně nebylo stávající heslo zadáno správně.",
"Private key password successfully updated." => "Heslo soukromého klíče úspěšně aktualizováno.", "Private key password successfully updated." => "Heslo soukromého klíče úspěšně aktualizováno.",
"Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.", "Could not update the private key password. Maybe the old password was not correct." => "Nelze aktualizovat heslo soukromého klíče. Možná nebylo staré heslo správně.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno zvně systému ownCloud (např. ve vašem firemním adresáři). Můžete opravit vaše heslo soukromého klíče ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.",
"Missing requirements." => "Nesplněné závislosti.",
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Ujistěte se prosím, že máte nainstalované PHP verze PHP 5.3.3 s nainstalovaným a správně nastaveným rozšířením OpenSSL. Prozatím byla šifrovací aplikace zablokována.",
"Saving..." => "Ukládám...", "Saving..." => "Ukládám...",
"Your private key is not valid! Maybe the your password was changed from outside." => "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno zvenčí.",
"You can unlock your private key in your " => "Můžete odemknout váš soukromý klíč ve vašem",
"personal settings" => "osobní nastavení", "personal settings" => "osobní nastavení",
"Encryption" => "Šifrování", "Encryption" => "Šifrování",
"Enable recovery key (allow to recover users files in case of password loss):" => "Povolit klíč pro obnovu (dovoluje obnovu uživatelských souborů v případě ztráty hesla)",
"Recovery key password" => "Heslo klíče pro obnovu",
"Enabled" => "Povoleno", "Enabled" => "Povoleno",
"Disabled" => "Zakázáno", "Disabled" => "Zakázáno",
"Change recovery key password:" => "Změna hesla klíče pro obnovu:",
"Old Recovery key password" => "Původní heslo klíče pro obnovu",
"New Recovery key password" => "Nové heslo klíče pro obnovu",
"Change Password" => "Změnit heslo", "Change Password" => "Změnit heslo",
"Your private key password no longer match your log-in password:" => "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem:",
"Set your old private key password to your current log-in password." => "Jako původní heslo soukromého klíče použít stávající přihlašovací heslo.",
" If you don't remember your old password you can ask your administrator to recover your files." => "Pokud si nevzpomínáte vaše původní heslo, můžete požádat správce o obnovu vašich souborů.",
"Old log-in password" => "Staré přihlašovací heslo", "Old log-in password" => "Staré přihlašovací heslo",
"Current log-in password" => "Aktuální přihlašovací heslo", "Current log-in password" => "Aktuální přihlašovací heslo",
"Update Private Key Password" => "Změnit heslo soukromého klíče",
"Enable password recovery:" => "Povolit obnovu hesla:", "Enable password recovery:" => "Povolit obnovu hesla:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Povolení vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo", "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Povolení vám umožní znovu získat přístup k vašim zašifrovaným souborům pokud ztratíte heslo",
"File recovery settings updated" => "Možnosti obnovy souborů aktualizovány", "File recovery settings updated" => "Možnosti obnovy souborů aktualizovány",

View File

@ -1,8 +1,36 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Recovery key successfully enabled" => "Gendannelsesnøgle aktiveret med succes",
"Could not enable recovery key. Please check your recovery key password!" => "Kunne ikke aktivere gendannelsesnøgle. Kontroller venligst dit gendannelsesnøgle kodeord!",
"Recovery key successfully disabled" => "Gendannelsesnøgle deaktiveret succesfuldt",
"Could not disable recovery key. Please check your recovery key password!" => "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!",
"Password successfully changed." => "Kodeordet blev ændret succesfuldt",
"Could not change the password. Maybe the old password was not correct." => "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt.",
"Private key password successfully updated." => "Privat nøgle kodeord succesfuldt opdateret.",
"Could not update the private key password. Maybe the old password was not correct." => "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert.",
"Your private key is not valid! Likely your password was changed outside the ownCloud system (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Din private nøgle er gyldig! Sandsynligvis blev dit kodeord ændre uden for ownCloud systemet (f.eks. dit firmas register). Du kan opdatere dit private nøgle kodeord under personlige indstillinger, for at generhverve adgang til dine krypterede filer.",
"Missing requirements." => "Manglende betingelser.",
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "Sikker dig venligst at PHP 5.3.3 eller nyere er installeret og at OpenSSL PHP udvidelsen er aktiveret og konfigureret korrekt. Indtil videre er krypterings app'en deaktiveret. ",
"Saving..." => "Gemmer...", "Saving..." => "Gemmer...",
"Your private key is not valid! Maybe the your password was changed from outside." => "Din private nøgle er ikke gyldig. Måske blev dit kodeord ændre udefra.",
"You can unlock your private key in your " => "Du kan låse din private nøgle op i din ",
"personal settings" => "Personlige indstillinger", "personal settings" => "Personlige indstillinger",
"Encryption" => "Kryptering", "Encryption" => "Kryptering",
"Enable recovery key (allow to recover users files in case of password loss):" => "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):",
"Recovery key password" => "Gendannelsesnøgle kodeord",
"Enabled" => "Aktiveret", "Enabled" => "Aktiveret",
"Disabled" => "Deaktiveret", "Disabled" => "Deaktiveret",
"Change Password" => "Skift Kodeord" "Change recovery key password:" => "Skift gendannelsesnøgle kodeord:",
"Old Recovery key password" => "Gammel Gendannelsesnøgle kodeord",
"New Recovery key password" => "Ny Gendannelsesnøgle kodeord",
"Change Password" => "Skift Kodeord",
"Your private key password no longer match your log-in password:" => "Dit private nøgle kodeord stemmer ikke længere overens med dit login kodeord:",
"Set your old private key password to your current log-in password." => "Sæt dit gamle private nøgle kodeord til at være dit nuværende login kodeord. ",
" If you don't remember your old password you can ask your administrator to recover your files." => "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer.",
"Old log-in password" => "Gammelt login kodeord",
"Current log-in password" => "Nuvrende login kodeord",
"Update Private Key Password" => "Opdater Privat Nøgle Kodeord",
"Enable password recovery:" => "Aktiver kodeord gendannelse:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord",
"File recovery settings updated" => "Filgendannelsesindstillinger opdateret",
"Could not update file recovery" => "Kunne ikke opdatere filgendannelse"
); );

View File

@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
"Password" => "Heslo", "Password" => "Heslo",
"Submit" => "Odeslat", "Submit" => "Odeslat",
"%s shared the folder %s with you" => "%s s Vámi sdílí složku %s", "%s shared the folder %s with you" => "%s s Vámi sdílí složku %s",

View File

@ -1,5 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Could not revert: %s" => "Nelze navrátit: %s", "Could not revert: %s" => "Nelze navrátit: %s",
"Versions" => "Verze", "Versions" => "Verze",
"Failed to revert {file} to revision {timestamp}." => "Selhalo navrácení souboru {file} na verzi {timestamp}.",
"More versions..." => "Více verzí...",
"No other versions available" => "Žádné další verze nejsou dostupné",
"Restore" => "Obnovit" "Restore" => "Obnovit"
); );

View File

@ -1,5 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Could not revert: %s" => "Não foi possível reverter: %s", "Could not revert: %s" => "Não foi possível reverter: %s",
"Versions" => "Versões", "Versions" => "Versões",
"Failed to revert {file} to revision {timestamp}." => "Falhou a recuperação do ficheiro {file} para a revisão {timestamp}.",
"More versions..." => "Mais versões...",
"No other versions available" => "Não existem versões mais antigas",
"Restore" => "Restaurar" "Restore" => "Restaurar"
); );

View File

@ -1,5 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Could not revert: %s" => "Не может быть возвращён: %s", "Could not revert: %s" => "Не может быть возвращён: %s",
"Versions" => "Версии", "Versions" => "Версии",
"Failed to revert {file} to revision {timestamp}." => "Не удалось возвратить {file} к ревизии {timestamp}.",
"More versions..." => "Ещё версии...",
"No other versions available" => "Других версий не доступно",
"Restore" => "Восстановить" "Restore" => "Восстановить"
); );

View File

@ -15,6 +15,7 @@
"Connection test failed" => "Test spojení selhal", "Connection test failed" => "Test spojení selhal",
"Do you really want to delete the current Server Configuration?" => "Opravdu si přejete smazat současné nastavení serveru?", "Do you really want to delete the current Server Configuration?" => "Opravdu si přejete smazat současné nastavení serveru?",
"Confirm Deletion" => "Potvrdit smazání", "Confirm Deletion" => "Potvrdit smazání",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Varování:</b> Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému aby jej nainstaloval.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému aby jej nainstaloval.",
"Server configuration" => "Nastavení serveru", "Server configuration" => "Nastavení serveru",
"Add Server Configuration" => "Přidat nastavení serveru", "Add Server Configuration" => "Přidat nastavení serveru",
@ -44,20 +45,24 @@
"Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Zadejte volitelného záložního hostitele. Musí to být kopie hlavního serveru LDAP/AD.", "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Zadejte volitelného záložního hostitele. Musí to být kopie hlavního serveru LDAP/AD.",
"Backup (Replica) Port" => "Záložní (kopie) port", "Backup (Replica) Port" => "Záložní (kopie) port",
"Disable Main Server" => "Zakázat hlavní serveru", "Disable Main Server" => "Zakázat hlavní serveru",
"Only connect to the replica server." => "Připojit jen k replikujícímu serveru.",
"Use TLS" => "Použít TLS", "Use TLS" => "Použít TLS",
"Do not use it additionally for LDAPS connections, it will fail." => "Nepoužívejte pro spojení LDAP, selže.", "Do not use it additionally for LDAPS connections, it will fail." => "Nepoužívejte pro spojení LDAP, selže.",
"Case insensitve LDAP server (Windows)" => "LDAP server nerozlišující velikost znaků (Windows)", "Case insensitve LDAP server (Windows)" => "LDAP server nerozlišující velikost znaků (Windows)",
"Turn off SSL certificate validation." => "Vypnout ověřování SSL certifikátu.", "Turn off SSL certificate validation." => "Vypnout ověřování SSL certifikátu.",
"If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "Pokud spojení funguje jen s touto volbou, importujte SSL certifikát vašeho LDAP serveru na server %s.",
"Not recommended, use for testing only." => "Není doporučeno, pouze pro testovací účely.", "Not recommended, use for testing only." => "Není doporučeno, pouze pro testovací účely.",
"Cache Time-To-Live" => "TTL vyrovnávací paměti", "Cache Time-To-Live" => "TTL vyrovnávací paměti",
"in seconds. A change empties the cache." => "ve vteřinách. Změna vyprázdní vyrovnávací paměť.", "in seconds. A change empties the cache." => "ve vteřinách. Změna vyprázdní vyrovnávací paměť.",
"Directory Settings" => "Nastavení adresáře", "Directory Settings" => "Nastavení adresáře",
"User Display Name Field" => "Pole pro zobrazované jméno uživatele", "User Display Name Field" => "Pole zobrazovaného jména uživatele",
"The LDAP attribute to use to generate the user's display name." => "LDAP atribut použitý k vytvoření zobrazovaného jména uživatele.",
"Base User Tree" => "Základní uživatelský strom", "Base User Tree" => "Základní uživatelský strom",
"One User Base DN per line" => "Jedna uživatelská základní DN na řádku", "One User Base DN per line" => "Jedna uživatelská základní DN na řádku",
"User Search Attributes" => "Atributy vyhledávání uživatelů", "User Search Attributes" => "Atributy vyhledávání uživatelů",
"Optional; one attribute per line" => "Volitelné, atribut na řádku", "Optional; one attribute per line" => "Volitelné, atribut na řádku",
"Group Display Name Field" => "Pole pro zobrazení jména skupiny", "Group Display Name Field" => "Pole zobrazovaného jména skupiny",
"The LDAP attribute to use to generate the groups's display name." => "LDAP atribut použitý k vytvoření zobrazovaného jména skupiny.",
"Base Group Tree" => "Základní skupinový strom", "Base Group Tree" => "Základní skupinový strom",
"One Group Base DN per line" => "Jedna skupinová základní DN na řádku", "One Group Base DN per line" => "Jedna skupinová základní DN na řádku",
"Group Search Attributes" => "Atributy vyhledávání skupin", "Group Search Attributes" => "Atributy vyhledávání skupin",
@ -70,10 +75,13 @@
"User Home Folder Naming Rule" => "Pravidlo pojmenování domovské složky uživatele", "User Home Folder Naming Rule" => "Pravidlo pojmenování domovské složky uživatele",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr.",
"Internal Username" => "Interní uživatelské jméno", "Internal Username" => "Interní uživatelské jméno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." => "Ve výchozím nastavení bude uživatelské jméno vytvořeno z UUID atributu. To zajistí unikátnost uživatelského jména bez potřeby konverze znaků. Interní uživatelské jméno je omezena na znaky: [ a-zA-Z0-9_.@- ]. Ostatní znaky jsou nahrazeny jejich ASCII ekvivalentem nebo jednoduše vynechány. V případě kolize uživatelských jmen bude přidáno/navýšeno číslo. Interní uživatelské jméno je používáno k interní identifikaci uživatele. Je také výchozím názvem uživatelského domovského adresáře. Je také součástí URL pro vzdálený přístup, například všech *DAV služeb. S tímto nastavením bude výchozí chování přepsáno. Pro dosažení podobného chování jako před ownCloudem 5 uveďte atribut zobrazovaného jména do pole níže. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele z LDAP.",
"Internal Username Attribute:" => "Atribut interního uživatelského jména:", "Internal Username Attribute:" => "Atribut interního uživatelského jména:",
"Override UUID detection" => "Nastavit ručně UUID atribut", "Override UUID detection" => "Nastavit ručně UUID atribut",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." => "Ve výchozím nastavení je UUID atribut nalezen automaticky. UUID atribut je používán pro nezpochybnitelnou identifikaci uživatelů a skupin z LDAP. Navíc je na základě UUID tvořeno také interní uživatelské jméno, pokud není nastaveno jinak. Můžete výchozí nastavení přepsat a použít atribut který sami zvolíte. Musíte se ale ujistit že atribut který vyberete bude uveden jak u uživatelů, tak i u skupin a je unikátní. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele a skupiny z LDAP.",
"UUID Attribute:" => "Atribut UUID:", "UUID Attribute:" => "Atribut UUID:",
"Username-LDAP User Mapping" => "Mapování uživatelských jmen z LDAPu", "Username-LDAP User Mapping" => "Mapování uživatelských jmen z LDAPu",
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." => "Uživatelská jména jsou používány pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý uživatel z LDAP interní uživatelské jméno. To je nezbytné pro mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. Navíc je cachována DN pro reprodukci interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, jen v testovací nebo experimentální fázi.",
"Clear Username-LDAP User Mapping" => "Zrušit mapování uživatelských jmen LDAPu", "Clear Username-LDAP User Mapping" => "Zrušit mapování uživatelských jmen LDAPu",
"Clear Groupname-LDAP Group Mapping" => "Zrušit mapování názvů skupin LDAPu", "Clear Groupname-LDAP Group Mapping" => "Zrušit mapování názvů skupin LDAPu",
"Test Configuration" => "Vyzkoušet nastavení", "Test Configuration" => "Vyzkoušet nastavení",

View File

@ -15,6 +15,7 @@
"Connection test failed" => "Проверка соединения не удалась", "Connection test failed" => "Проверка соединения не удалась",
"Do you really want to delete the current Server Configuration?" => "Вы действительно хотите удалить существующую конфигурацию сервера?", "Do you really want to delete the current Server Configuration?" => "Вы действительно хотите удалить существующую конфигурацию сервера?",
"Confirm Deletion" => "Подтверждение удаления", "Confirm Deletion" => "Подтверждение удаления",
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Предупреждение:</b> Приложения user_ldap и user_webdavauth не совместимы. Вы можете наблюдать некорректное поведение. Пожалуйста попросите Вашего системного администратора отключить одно из них.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Внимание:</b> Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Внимание:</b> Модуль LDAP для PHP не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ",
"Server configuration" => "Конфигурация сервера", "Server configuration" => "Конфигурация сервера",
"Add Server Configuration" => "Добавить конфигурацию сервера", "Add Server Configuration" => "Добавить конфигурацию сервера",

View File

@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Autenticação WebDAV" "WebDAV Authentication" => "Autenticação WebDAV",
"Address: " => "Endereço:",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas."
); );

View File

@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Идентификация WebDAV" "WebDAV Authentication" => "Идентификация WebDAV",
"Address: " => "Адрес:",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
); );

View File

@ -110,9 +110,11 @@
"Add" => "Přidat", "Add" => "Přidat",
"Security Warning" => "Bezpečnostní upozornění", "Security Warning" => "Bezpečnostní upozornění",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." => "Aktualizujte prosím vaši instanci PHP pro bezpečné používání %s.",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Není dostupný žádný bezpečný generátor náhodných čísel. Povolte, prosím, rozšíření OpenSSL v PHP.", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Není dostupný žádný bezpečný generátor náhodných čísel. Povolte, prosím, rozšíření OpenSSL v PHP.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez bezpečného generátoru náhodných čísel může útočník předpovědět token pro obnovu hesla a převzít kontrolu nad Vaším účtem.", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez bezpečného generátoru náhodných čísel může útočník předpovědět token pro obnovu hesla a převzít kontrolu nad Vaším účtem.",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Váš adresář s daty a soubory jsou dostupné z internetu, protože soubor .htaccess nefunguje.", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Váš adresář s daty a soubory jsou dostupné z internetu, protože soubor .htaccess nefunguje.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Pro informace jak správně nastavit váš server se podívejte do <a href=\"%s\" target=\"_blank\">dokumentace</a>.",
"Create an <strong>admin account</strong>" => "Vytvořit <strong>účet správce</strong>", "Create an <strong>admin account</strong>" => "Vytvořit <strong>účet správce</strong>",
"Advanced" => "Pokročilé", "Advanced" => "Pokročilé",
"Data folder" => "Složka s daty", "Data folder" => "Složka s daty",

View File

@ -3,11 +3,11 @@
"Category type not provided." => "Tipul de categorie nu a fost specificat.", "Category type not provided." => "Tipul de categorie nu a fost specificat.",
"No category to add?" => "Nici o categorie de adăugat?", "No category to add?" => "Nici o categorie de adăugat?",
"This category already exists: %s" => "Această categorie deja există: %s", "This category already exists: %s" => "Această categorie deja există: %s",
"Object type not provided." => "Tipul obiectului nu este prevazut", "Object type not provided." => "Tipul obiectului nu este prevăzut",
"%s ID not provided." => "ID-ul %s nu a fost introdus", "%s ID not provided." => "ID-ul %s nu a fost introdus",
"Error adding %s to favorites." => "Eroare la adăugarea %s la favorite", "Error adding %s to favorites." => "Eroare la adăugarea %s la favorite.",
"No categories selected for deletion." => "Nici o categorie selectată pentru ștergere.", "No categories selected for deletion." => "Nicio categorie selectată pentru ștergere.",
"Error removing %s from favorites." => "Eroare la ștergerea %s din favorite", "Error removing %s from favorites." => "Eroare la ștergerea %s din favorite.",
"Sunday" => "Duminică", "Sunday" => "Duminică",
"Monday" => "Luni", "Monday" => "Luni",
"Tuesday" => "Marți", "Tuesday" => "Marți",
@ -30,12 +30,12 @@
"Settings" => "Setări", "Settings" => "Setări",
"seconds ago" => "secunde în urmă", "seconds ago" => "secunde în urmă",
"1 minute ago" => "1 minut în urmă", "1 minute ago" => "1 minut în urmă",
"{minutes} minutes ago" => "{minutes} minute in urma", "{minutes} minutes ago" => "{minutes} minute in urmă",
"1 hour ago" => "Acum o ora", "1 hour ago" => "Acum o oră",
"{hours} hours ago" => "{hours} ore în urmă", "{hours} hours ago" => "{hours} ore în urmă",
"today" => "astăzi", "today" => "astăzi",
"yesterday" => "ieri", "yesterday" => "ieri",
"{days} days ago" => "{days} zile in urma", "{days} days ago" => "{days} zile in urmă",
"last month" => "ultima lună", "last month" => "ultima lună",
"{months} months ago" => "{months} luni în urmă", "{months} months ago" => "{months} luni în urmă",
"months ago" => "luni în urmă", "months ago" => "luni în urmă",
@ -47,9 +47,9 @@
"Yes" => "Da", "Yes" => "Da",
"No" => "Nu", "No" => "Nu",
"Ok" => "Ok", "Ok" => "Ok",
"The object type is not specified." => "Tipul obiectului nu a fost specificat", "The object type is not specified." => "Tipul obiectului nu este specificat.",
"Error" => "Eroare", "Error" => "Eroare",
"The app name is not specified." => "Numele aplicației nu a fost specificat", "The app name is not specified." => "Numele aplicației nu este specificat.",
"The required file {file} is not installed!" => "Fișierul obligatoriu {file} nu este instalat!", "The required file {file} is not installed!" => "Fișierul obligatoriu {file} nu este instalat!",
"Shared" => "Partajat", "Shared" => "Partajat",
"Share" => "Partajează", "Share" => "Partajează",
@ -83,13 +83,13 @@
"Error setting expiration date" => "Eroare la specificarea datei de expirare", "Error setting expiration date" => "Eroare la specificarea datei de expirare",
"Sending ..." => "Se expediază...", "Sending ..." => "Se expediază...",
"Email sent" => "Mesajul a fost expediat", "Email sent" => "Mesajul a fost expediat",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Modernizarea a eșuat! <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">Te rugam sa raportezi problema aici.</a>.", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Actualizarea a eșuat! Raportați problema către <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunitatea ownCloud</a>.",
"The update was successful. Redirecting you to ownCloud now." => "Modernizare reusita! Vei fii redirectionat!", "The update was successful. Redirecting you to ownCloud now." => "Actualizare reușită. Ești redirecționat către ownCloud.",
"ownCloud password reset" => "Resetarea parolei ownCloud ", "ownCloud password reset" => "Resetarea parolei ownCloud ",
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}", "Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "Linkul pentru resetarea parolei tale a fost trimis pe email. <br>Daca nu ai primit email-ul intr-un timp rezonabil, verifica folderul spam/junk. <br>Daca nu sunt acolo intreaba administratorul local.", "The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "Linkul pentru resetarea parolei tale a fost trimis pe email. <br>Daca nu ai primit email-ul intr-un timp rezonabil, verifica folderul spam/junk. <br>Daca nu sunt acolo intreaba administratorul local.",
"Request failed!<br>Did you make sure your email/username was right?" => "Cerere esuata!<br>Esti sigur ca email-ul/numele de utilizator sunt corecte?", "Request failed!<br>Did you make sure your email/username was right?" => "Cerere esuata!<br>Esti sigur ca email-ul/numele de utilizator sunt corecte?",
"You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email", "You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email.",
"Username" => "Nume utilizator", "Username" => "Nume utilizator",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Fișierele tale sunt criptate. Dacă nu ai activat o cheie de recuperare, nu va mai exista nici o metodă prin care să îți recuperezi datele după resetarea parole. Dacă nu ești sigur în privința la ce ai de făcut, contactează un administrator înainte să continuii. Chiar vrei să continui?", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Fișierele tale sunt criptate. Dacă nu ai activat o cheie de recuperare, nu va mai exista nici o metodă prin care să îți recuperezi datele după resetarea parole. Dacă nu ești sigur în privința la ce ai de făcut, contactează un administrator înainte să continuii. Chiar vrei să continui?",
"Yes, I really want to reset my password now" => "Da, eu chiar doresc să îmi resetez parola acum", "Yes, I really want to reset my password now" => "Da, eu chiar doresc să îmi resetez parola acum",
@ -101,18 +101,20 @@
"Personal" => "Personal", "Personal" => "Personal",
"Users" => "Utilizatori", "Users" => "Utilizatori",
"Apps" => "Aplicații", "Apps" => "Aplicații",
"Admin" => "Admin", "Admin" => "Administrator",
"Help" => "Ajutor", "Help" => "Ajutor",
"Access forbidden" => "Acces interzis", "Access forbidden" => "Acces restricționat",
"Cloud not found" => "Nu s-a găsit", "Cloud not found" => "Nu s-a găsit",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Salutare,\n\nVă aduc la cunoștință că %s a partajat %s cu tine.\nAccesează la: %s\n\nNumai bine!", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!" => "Salutare,\n\nVă aduc la cunoștință că %s a partajat %s cu tine.\nAccesează la: %s\n\nNumai bine!",
"Edit categories" => "Editează categorii", "Edit categories" => "Editează categorii",
"Add" => "Adaugă", "Add" => "Adaugă",
"Security Warning" => "Avertisment de securitate", "Security Warning" => "Avertisment de securitate",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versiunea dvs. PHP este vulnerabil la acest atac un octet null (CVE-2006-7243)", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)",
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Generatorul de numere pentru securitate nu este disponibil, va rog activati extensia PHP OpenSSL", "Please update your PHP installation to use %s securely." => "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Fara generatorul pentru numere de securitate , un atacator poate afla parola si reseta contul tau", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Nu este disponibil niciun generator securizat de numere aleatoare, vă rog activați extensia PHP OpenSSL.",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Directorul de date și fișiere sunt, probabil, accesibile de pe Internet, deoarece .htaccess nu funcționează.", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Fără generatorul securizat de numere aleatoare , un atacator poate anticipa simbolurile de resetare a parolei și poate prelua controlul asupra contului tău.",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Pentru informații despre cum să configurezi serverul, vezi <a href=\"%s\" target=\"_blank\">documentația</a>.",
"Create an <strong>admin account</strong>" => "Crează un <strong>cont de administrator</strong>", "Create an <strong>admin account</strong>" => "Crează un <strong>cont de administrator</strong>",
"Advanced" => "Avansat", "Advanced" => "Avansat",
"Data folder" => "Director date", "Data folder" => "Director date",
@ -126,9 +128,9 @@
"Finish setup" => "Finalizează instalarea", "Finish setup" => "Finalizează instalarea",
"%s is available. Get more information on how to update." => "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.", "%s is available. Get more information on how to update." => "%s este disponibil. Vezi mai multe informații despre procesul de actualizare.",
"Log out" => "Ieșire", "Log out" => "Ieșire",
"Automatic logon rejected!" => "Logare automata respinsa", "Automatic logon rejected!" => "Autentificare automată respinsă!",
"If you did not change your password recently, your account may be compromised!" => "Daca nu schimbi parola cand de curand , contul tau poate fi conpromis", "If you did not change your password recently, your account may be compromised!" => "Dacă nu ți-ai schimbat parola recent, contul tău ar putea fi compromis!",
"Please change your password to secure your account again." => "Te rog schimba parola pentru ca, contul tau sa fie securizat din nou.", "Please change your password to secure your account again." => "Te rog schimbă-ți parola pentru a-ți securiza din nou contul.",
"Lost your password?" => "Ai uitat parola?", "Lost your password?" => "Ai uitat parola?",
"remember" => "amintește", "remember" => "amintește",
"Log in" => "Autentificare", "Log in" => "Autentificare",

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "تعذّر حذف%s بشكل دائم"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "تعذّر استرجاع %s " msgstr "تعذّر استرجاع %s "
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "إبدء عملية الإستعادة" msgstr "إبدء عملية الإستعادة"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "خطأ" msgstr "خطأ"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "حذف بشكل دائم" msgstr "حذف بشكل دائم"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "حذف بشكل دائم" msgstr "حذف بشكل دائم"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "اسم" msgstr "اسم"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "تم الحذف" msgstr "تم الحذف"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "مجلد عدد 1" msgstr "مجلد عدد 1"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} مجلدات" msgstr "{count} مجلدات"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "ملف واحد" msgstr "ملف واحد"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ملفات" msgstr "{count} ملفات"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Димитър Кръстев <dimitar.t.krastev@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,46 +28,50 @@ msgstr "Невъзможно перманентното изтриване на
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Невъзможно възтановяване на %s" msgstr "Невъзможно възтановяване на %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "извършване на действие по възстановяване" msgstr "извършване на действие по възстановяване"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Грешка" msgstr "Грешка"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "изтриване на файла завинаги" msgstr "изтриване на файла завинаги"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Изтриване завинаги" msgstr "Изтриване завинаги"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Име" msgstr "Име"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Изтрито" msgstr "Изтрито"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 папка" msgstr "1 папка"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} папки" msgstr "{count} папки"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 файл" msgstr "1 файл"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} файла" msgstr "{count} файла"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "সমস্যা" msgstr "সমস্যা"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "রাম" msgstr "রাম"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "১টি ফোল্ডার" msgstr "১টি ফোল্ডার"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} টি ফোল্ডার" msgstr "{count} টি ফোল্ডার"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "১টি ফাইল" msgstr "১টি ফাইল"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} টি ফাইল" msgstr "{count} টি ফাইল"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Ime" msgstr "Ime"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr "No s'ha pogut esborrar permanentment %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "No s'ha pogut restaurar %s" msgstr "No s'ha pogut restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "executa l'operació de restauració" msgstr "executa l'operació de restauració"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Error" msgstr "Error"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "esborra el fitxer permanentment" msgstr "esborra el fitxer permanentment"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Esborra permanentment" msgstr "Esborra permanentment"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Eliminat" msgstr "Eliminat"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 carpeta" msgstr "1 carpeta"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} carpetes" msgstr "{count} carpetes"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fitxer" msgstr "1 fitxer"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} fitxers" msgstr "{count} fitxers"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "La paperera està buida!" msgstr "La paperera està buida!"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-25 05:56+0000\n" "PO-Revision-Date: 2013-07-29 18:10+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -498,7 +498,7 @@ msgstr "Verze vašeho PHP je napadnutelná pomocí techniky \"NULL Byte\" (CVE-2
#: templates/installation.php:26 #: templates/installation.php:26
#, php-format #, php-format
msgid "Please update your PHP installation to use %s securely." msgid "Please update your PHP installation to use %s securely."
msgstr "" msgstr "Aktualizujte prosím vaši instanci PHP pro bezpečné používání %s."
#: templates/installation.php:32 #: templates/installation.php:32
msgid "" msgid ""
@ -523,7 +523,7 @@ msgstr "Váš adresář s daty a soubory jsou dostupné z internetu, protože so
msgid "" msgid ""
"For information how to properly configure your server, please see the <a " "For information how to properly configure your server, please see the <a "
"href=\"%s\" target=\"_blank\">documentation</a>." "href=\"%s\" target=\"_blank\">documentation</a>."
msgstr "" msgstr "Pro informace jak správně nastavit váš server se podívejte do <a href=\"%s\" target=\"_blank\">dokumentace</a>."
#: templates/installation.php:47 #: templates/installation.php:47
msgid "Create an <strong>admin account</strong>" msgid "Create an <strong>admin account</strong>"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:04+0000\n" "PO-Revision-Date: 2013-07-29 13:20+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"
@ -122,7 +122,7 @@ msgstr "Sdílet"
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Trvale odstranit" msgstr "Trvale odstranit"
#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94 #: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete" msgid "Delete"
msgstr "Smazat" msgstr "Smazat"
@ -130,7 +130,7 @@ msgstr "Smazat"
msgid "Rename" msgid "Rename"
msgstr "Přejmenovat" msgstr "Přejmenovat"
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 #: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending" msgid "Pending"
msgstr "Nevyřízené" msgstr "Nevyřízené"
@ -162,11 +162,11 @@ msgstr "zpět"
msgid "perform delete operation" msgid "perform delete operation"
msgstr "provést smazání" msgstr "provést smazání"
#: js/filelist.js:457 #: js/filelist.js:458
msgid "1 file uploading" msgid "1 file uploading"
msgstr "odesílá se 1 soubor" msgstr "odesílá se 1 soubor"
#: js/filelist.js:460 js/filelist.js:518 #: js/filelist.js:461 js/filelist.js:519
msgid "files uploading" msgid "files uploading"
msgstr "soubory se odesílají" msgstr "soubory se odesílají"
@ -202,15 +202,15 @@ msgstr "Vaše soubory ke stažení se připravují. Pokud jsou velké může to
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "Neplatný název složky. Použití 'Shared' je rezervováno pro vnitřní potřeby Owncloud" msgstr "Neplatný název složky. Použití 'Shared' je rezervováno pro vnitřní potřeby Owncloud"
#: js/files.js:744 templates/index.php:69 #: js/files.js:744 templates/index.php:67
msgid "Name" msgid "Name"
msgstr "Název" msgstr "Název"
#: js/files.js:745 templates/index.php:80 #: js/files.js:745 templates/index.php:78
msgid "Size" msgid "Size"
msgstr "Velikost" msgstr "Velikost"
#: js/files.js:746 templates/index.php:82 #: js/files.js:746 templates/index.php:80
msgid "Modified" msgid "Modified"
msgstr "Upraveno" msgstr "Upraveno"
@ -287,45 +287,45 @@ msgstr "Složka"
msgid "From link" msgid "From link"
msgstr "Z odkazu" msgstr "Z odkazu"
#: templates/index.php:42 #: templates/index.php:41
msgid "Deleted files" msgid "Deleted files"
msgstr "Odstraněné soubory" msgstr "Odstraněné soubory"
#: templates/index.php:48 #: templates/index.php:46
msgid "Cancel upload" msgid "Cancel upload"
msgstr "Zrušit odesílání" msgstr "Zrušit odesílání"
#: templates/index.php:54 #: templates/index.php:52
msgid "You dont have write permissions here." msgid "You dont have write permissions here."
msgstr "Nemáte zde práva zápisu." msgstr "Nemáte zde práva zápisu."
#: templates/index.php:61 #: templates/index.php:59
msgid "Nothing in here. Upload something!" msgid "Nothing in here. Upload something!"
msgstr "Žádný obsah. Nahrajte něco." msgstr "Žádný obsah. Nahrajte něco."
#: templates/index.php:75 #: templates/index.php:73
msgid "Download" msgid "Download"
msgstr "Stáhnout" msgstr "Stáhnout"
#: templates/index.php:87 templates/index.php:88 #: templates/index.php:85 templates/index.php:86
msgid "Unshare" msgid "Unshare"
msgstr "Zrušit sdílení" msgstr "Zrušit sdílení"
#: templates/index.php:107 #: templates/index.php:105
msgid "Upload too large" msgid "Upload too large"
msgstr "Odesílaný soubor je příliš velký" msgstr "Odesílaný soubor je příliš velký"
#: templates/index.php:109 #: templates/index.php:107
msgid "" msgid ""
"The files you are trying to upload exceed the maximum size for file uploads " "The files you are trying to upload exceed the maximum size for file uploads "
"on this server." "on this server."
msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru." msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru."
#: templates/index.php:114 #: templates/index.php:112
msgid "Files are being scanned, please wait." msgid "Files are being scanned, please wait."
msgstr "Soubory se prohledávají, prosím čekejte." msgstr "Soubory se prohledávají, prosím čekejte."
#: templates/index.php:117 #: templates/index.php:115
msgid "Current scanning" msgid "Current scanning"
msgstr "Aktuální prohledávání" msgstr "Aktuální prohledávání"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-14 02:02+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-13 21:40+0000\n" "PO-Revision-Date: 2013-07-29 18:40+0000\n"
"Last-Translator: Honza K. <honza889@gmail.com>\n" "Last-Translator: Honza K. <honza889@gmail.com>\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"
@ -61,18 +61,18 @@ msgid ""
"ownCloud system (e.g. your corporate directory). You can update your private" "ownCloud system (e.g. your corporate directory). You can update your private"
" key password in your personal settings to recover access to your encrypted " " key password in your personal settings to recover access to your encrypted "
"files." "files."
msgstr "" msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno zvně systému ownCloud (např. ve vašem firemním adresáři). Můžete opravit vaše heslo soukromého klíče ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům."
#: hooks/hooks.php:44 #: hooks/hooks.php:44
msgid "Missing requirements." msgid "Missing requirements."
msgstr "" msgstr "Nesplněné závislosti."
#: hooks/hooks.php:45 #: hooks/hooks.php:45
msgid "" msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL " "Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL "
"PHP extension is enabled and configured properly. For now, the encryption " "PHP extension is enabled and configured properly. For now, the encryption "
"app has been disabled." "app has been disabled."
msgstr "" msgstr "Ujistěte se prosím, že máte nainstalované PHP verze PHP 5.3.3 s nainstalovaným a správně nastaveným rozšířením OpenSSL. Prozatím byla šifrovací aplikace zablokována."
#: js/settings-admin.js:11 #: js/settings-admin.js:11
msgid "Saving..." msgid "Saving..."
@ -82,11 +82,11 @@ msgstr "Ukládám..."
msgid "" msgid ""
"Your private key is not valid! Maybe the your password was changed from " "Your private key is not valid! Maybe the your password was changed from "
"outside." "outside."
msgstr "" msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno zvenčí."
#: templates/invalid_private_key.php:7 #: templates/invalid_private_key.php:7
msgid "You can unlock your private key in your " msgid "You can unlock your private key in your "
msgstr "" msgstr "Můžete odemknout váš soukromý klíč ve vašem"
#: templates/invalid_private_key.php:7 #: templates/invalid_private_key.php:7
msgid "personal settings" msgid "personal settings"
@ -99,11 +99,11 @@ msgstr "Šifrování"
#: templates/settings-admin.php:10 #: templates/settings-admin.php:10
msgid "" msgid ""
"Enable recovery key (allow to recover users files in case of password loss):" "Enable recovery key (allow to recover users files in case of password loss):"
msgstr "" msgstr "Povolit klíč pro obnovu (dovoluje obnovu uživatelských souborů v případě ztráty hesla)"
#: templates/settings-admin.php:14 #: templates/settings-admin.php:14
msgid "Recovery key password" msgid "Recovery key password"
msgstr "" msgstr "Heslo klíče pro obnovu"
#: templates/settings-admin.php:21 templates/settings-personal.php:54 #: templates/settings-admin.php:21 templates/settings-personal.php:54
msgid "Enabled" msgid "Enabled"
@ -115,15 +115,15 @@ msgstr "Zakázáno"
#: templates/settings-admin.php:34 #: templates/settings-admin.php:34
msgid "Change recovery key password:" msgid "Change recovery key password:"
msgstr "" msgstr "Změna hesla klíče pro obnovu:"
#: templates/settings-admin.php:41 #: templates/settings-admin.php:41
msgid "Old Recovery key password" msgid "Old Recovery key password"
msgstr "" msgstr "Původní heslo klíče pro obnovu"
#: templates/settings-admin.php:48 #: templates/settings-admin.php:48
msgid "New Recovery key password" msgid "New Recovery key password"
msgstr "" msgstr "Nové heslo klíče pro obnovu"
#: templates/settings-admin.php:53 #: templates/settings-admin.php:53
msgid "Change Password" msgid "Change Password"
@ -131,17 +131,17 @@ msgstr "Změnit heslo"
#: templates/settings-personal.php:11 #: templates/settings-personal.php:11
msgid "Your private key password no longer match your log-in password:" msgid "Your private key password no longer match your log-in password:"
msgstr "" msgstr "Heslo vašeho soukromého klíče se již neshoduje s vaším přihlašovacím heslem:"
#: templates/settings-personal.php:14 #: templates/settings-personal.php:14
msgid "Set your old private key password to your current log-in password." msgid "Set your old private key password to your current log-in password."
msgstr "" msgstr "Jako původní heslo soukromého klíče použít stávající přihlašovací heslo."
#: templates/settings-personal.php:16 #: templates/settings-personal.php:16
msgid "" msgid ""
" If you don't remember your old password you can ask your administrator to " " If you don't remember your old password you can ask your administrator to "
"recover your files." "recover your files."
msgstr "" msgstr "Pokud si nevzpomínáte vaše původní heslo, můžete požádat správce o obnovu vašich souborů."
#: templates/settings-personal.php:24 #: templates/settings-personal.php:24
msgid "Old log-in password" msgid "Old log-in password"
@ -153,7 +153,7 @@ msgstr "Aktuální přihlašovací heslo"
#: templates/settings-personal.php:35 #: templates/settings-personal.php:35
msgid "Update Private Key Password" msgid "Update Private Key Password"
msgstr "" msgstr "Změnit heslo soukromého klíče"
#: templates/settings-personal.php:45 #: templates/settings-personal.php:45
msgid "Enable password recovery:" msgid "Enable password recovery:"

View File

@ -3,13 +3,14 @@
# 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:
# pstast <petr@stastny.eu>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-29 14:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: pstast <petr@stastny.eu>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,7 +20,7 @@ msgstr ""
#: templates/authenticate.php:4 #: templates/authenticate.php:4
msgid "The password is wrong. Try again." msgid "The password is wrong. Try again."
msgstr "" msgstr "Heslo není správné. Zkuste to znovu."
#: templates/authenticate.php:7 #: templates/authenticate.php:7
msgid "Password" msgid "Password"
@ -29,28 +30,28 @@ msgstr "Heslo"
msgid "Submit" msgid "Submit"
msgstr "Odeslat" msgstr "Odeslat"
#: templates/public.php:17 #: templates/public.php:15
#, php-format #, php-format
msgid "%s shared the folder %s with you" msgid "%s shared the folder %s with you"
msgstr "%s s Vámi sdílí složku %s" msgstr "%s s Vámi sdílí složku %s"
#: templates/public.php:20 #: templates/public.php:18
#, php-format #, php-format
msgid "%s shared the file %s with you" msgid "%s shared the file %s with you"
msgstr "%s s Vámi sdílí soubor %s" msgstr "%s s Vámi sdílí soubor %s"
#: templates/public.php:28 templates/public.php:90 #: templates/public.php:26 templates/public.php:88
msgid "Download" msgid "Download"
msgstr "Stáhnout" msgstr "Stáhnout"
#: templates/public.php:45 templates/public.php:48 #: templates/public.php:43 templates/public.php:46
msgid "Upload" msgid "Upload"
msgstr "Odeslat" msgstr "Odeslat"
#: templates/public.php:58 #: templates/public.php:56
msgid "Cancel upload" msgid "Cancel upload"
msgstr "Zrušit odesílání" msgstr "Zrušit odesílání"
#: templates/public.php:87 #: templates/public.php:85
msgid "No preview available for" msgid "No preview available for"
msgstr "Náhled není dostupný pro" msgstr "Náhled není dostupný pro"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nelze trvale odstranit %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nelze obnovit %s" msgstr "Nelze obnovit %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "provést obnovu" msgstr "provést obnovu"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Chyba" msgstr "Chyba"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "trvale odstranit soubor" msgstr "trvale odstranit soubor"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Trvale odstranit" msgstr "Trvale odstranit"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Název" msgstr "Název"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Smazáno" msgstr "Smazáno"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 složka" msgstr "1 složka"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} složky" msgstr "{count} složky"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 soubor" msgstr "1 soubor"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} soubory" msgstr "{count} soubory"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Žádný obsah. Váš koš je prázdný." msgstr "Žádný obsah. Váš koš je prázdný."

View File

@ -3,13 +3,14 @@
# 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:
# Honza K. <honza889@gmail.com>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-29 18:50+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,15 +29,15 @@ msgstr "Verze"
#: js/versions.js:53 #: js/versions.js:53
msgid "Failed to revert {file} to revision {timestamp}." msgid "Failed to revert {file} to revision {timestamp}."
msgstr "" msgstr "Selhalo navrácení souboru {file} na verzi {timestamp}."
#: js/versions.js:79 #: js/versions.js:79
msgid "More versions..." msgid "More versions..."
msgstr "" msgstr "Více verzí..."
#: js/versions.js:116 #: js/versions.js:116
msgid "No other versions available" msgid "No other versions available"
msgstr "" msgstr "Žádné další verze nejsou dostupné"
#: js/versions.js:149 #: js/versions.js:149
msgid "Restore" msgid "Restore"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-25 05:57+0000\n" "PO-Revision-Date: 2013-07-29 19:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -197,7 +197,7 @@ msgstr "Váš webový server není správně nastaven pro umožnění synchroniz
#: templates/admin.php:33 #: templates/admin.php:33
#, php-format #, php-format
msgid "Please double check the <a href=\"%s\">installation guides</a>." msgid "Please double check the <a href=\"%s\">installation guides</a>."
msgstr "" msgstr "Zkontrolujte prosím znovu <a href=\"%s\">instalační příručku</a>."
#: templates/admin.php:44 #: templates/admin.php:44
msgid "Module 'fileinfo' missing" msgid "Module 'fileinfo' missing"
@ -250,7 +250,7 @@ msgstr ""
#: templates/admin.php:121 #: templates/admin.php:121
msgid "Use systems cron service to call the cron.php file once a minute." msgid "Use systems cron service to call the cron.php file once a minute."
msgstr "" msgstr "Použijte systémovou službu cron pro spouštění souboru cron.php jednou za minutu."
#: templates/admin.php:128 #: templates/admin.php:128
msgid "Sharing" msgid "Sharing"
@ -274,12 +274,12 @@ msgstr "Povolit uživatelům sdílet položky s veřejností pomocí odkazů"
#: templates/admin.php:151 #: templates/admin.php:151
msgid "Allow public uploads" msgid "Allow public uploads"
msgstr "" msgstr "Povolit veřejné soubory"
#: templates/admin.php:152 #: templates/admin.php:152
msgid "" msgid ""
"Allow users to enable others to upload into their publicly shared folders" "Allow users to enable others to upload into their publicly shared folders"
msgstr "" msgstr "Povolit uživatelům umožnit ostatním nahrávat do jejich veřejně sdílené složky"
#: templates/admin.php:160 #: templates/admin.php:160
msgid "Allow resharing" msgid "Allow resharing"
@ -308,14 +308,14 @@ msgstr "Vynutit HTTPS"
#: templates/admin.php:193 #: templates/admin.php:193
#, php-format #, php-format
msgid "Forces the clients to connect to %s via an encrypted connection." msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "" msgstr "Vynutí připojování klientů k %s šifrovaným spojením."
#: templates/admin.php:199 #: templates/admin.php:199
#, php-format #, php-format
msgid "" msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL " "Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement." "enforcement."
msgstr "" msgstr "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL."
#: templates/admin.php:211 #: templates/admin.php:211
msgid "Log" msgid "Log"

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 05:56+0000\n" "PO-Revision-Date: 2013-07-29 19:20+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Honza K. <honza889@gmail.com>\n"
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -92,7 +92,7 @@ msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may" "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behavior. Please ask your system administrator to " " experience unexpected behavior. Please ask your system administrator to "
"disable one of them." "disable one of them."
msgstr "" msgstr "<b>Varování:</b> Aplikace user_ldap a user_webdavauth jsou vzájemně nekompatibilní. Můžete zaznamenat neočekávané chování. Požádejte prosím vašeho systémového administrátora o zakázání jednoho z nich."
#: templates/settings.php:12 #: templates/settings.php:12
msgid "" msgid ""
@ -224,7 +224,7 @@ msgstr "Zakázat hlavní serveru"
#: templates/settings.php:75 #: templates/settings.php:75
msgid "Only connect to the replica server." msgid "Only connect to the replica server."
msgstr "" msgstr "Připojit jen k replikujícímu serveru."
#: templates/settings.php:76 #: templates/settings.php:76
msgid "Use TLS" msgid "Use TLS"
@ -247,7 +247,7 @@ msgstr "Vypnout ověřování SSL certifikátu."
msgid "" msgid ""
"If connection only works with this option, import the LDAP server's SSL " "If connection only works with this option, import the LDAP server's SSL "
"certificate in your %s server." "certificate in your %s server."
msgstr "" msgstr "Pokud spojení funguje jen s touto volbou, importujte SSL certifikát vašeho LDAP serveru na server %s."
#: templates/settings.php:78 #: templates/settings.php:78
msgid "Not recommended, use for testing only." msgid "Not recommended, use for testing only."
@ -267,11 +267,11 @@ msgstr "Nastavení adresáře"
#: templates/settings.php:83 #: templates/settings.php:83
msgid "User Display Name Field" msgid "User Display Name Field"
msgstr "Pole pro zobrazované jméno uživatele" msgstr "Pole zobrazovaného jména uživatele"
#: templates/settings.php:83 #: templates/settings.php:83
msgid "The LDAP attribute to use to generate the user's display name." msgid "The LDAP attribute to use to generate the user's display name."
msgstr "" msgstr "LDAP atribut použitý k vytvoření zobrazovaného jména uživatele."
#: templates/settings.php:84 #: templates/settings.php:84
msgid "Base User Tree" msgid "Base User Tree"
@ -291,11 +291,11 @@ msgstr "Volitelné, atribut na řádku"
#: templates/settings.php:86 #: templates/settings.php:86
msgid "Group Display Name Field" msgid "Group Display Name Field"
msgstr "Pole pro zobrazení jména skupiny" msgstr "Pole zobrazovaného jména skupiny"
#: templates/settings.php:86 #: templates/settings.php:86
msgid "The LDAP attribute to use to generate the groups's display name." msgid "The LDAP attribute to use to generate the groups's display name."
msgstr "" msgstr "LDAP atribut použitý k vytvoření zobrazovaného jména skupiny."
#: templates/settings.php:87 #: templates/settings.php:87
msgid "Base Group Tree" msgid "Base Group Tree"
@ -361,7 +361,7 @@ msgid ""
"behavior as before ownCloud 5 enter the user display name attribute in the " "behavior as before ownCloud 5 enter the user display name attribute in the "
"following field. Leave it empty for default behavior. Changes will have " "following field. Leave it empty for default behavior. Changes will have "
"effect only on newly mapped (added) LDAP users." "effect only on newly mapped (added) LDAP users."
msgstr "" msgstr "Ve výchozím nastavení bude uživatelské jméno vytvořeno z UUID atributu. To zajistí unikátnost uživatelského jména bez potřeby konverze znaků. Interní uživatelské jméno je omezena na znaky: [ a-zA-Z0-9_.@- ]. Ostatní znaky jsou nahrazeny jejich ASCII ekvivalentem nebo jednoduše vynechány. V případě kolize uživatelských jmen bude přidáno/navýšeno číslo. Interní uživatelské jméno je používáno k interní identifikaci uživatele. Je také výchozím názvem uživatelského domovského adresáře. Je také součástí URL pro vzdálený přístup, například všech *DAV služeb. S tímto nastavením bude výchozí chování přepsáno. Pro dosažení podobného chování jako před ownCloudem 5 uveďte atribut zobrazovaného jména do pole níže. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele z LDAP."
#: templates/settings.php:103 #: templates/settings.php:103
msgid "Internal Username Attribute:" msgid "Internal Username Attribute:"
@ -380,7 +380,7 @@ msgid ""
"You must make sure that the attribute of your choice can be fetched for both" "You must make sure that the attribute of your choice can be fetched for both"
" users and groups and it is unique. Leave it empty for default behavior. " " users and groups and it is unique. Leave it empty for default behavior. "
"Changes will have effect only on newly mapped (added) LDAP users and groups." "Changes will have effect only on newly mapped (added) LDAP users and groups."
msgstr "" msgstr "Ve výchozím nastavení je UUID atribut nalezen automaticky. UUID atribut je používán pro nezpochybnitelnou identifikaci uživatelů a skupin z LDAP. Navíc je na základě UUID tvořeno také interní uživatelské jméno, pokud není nastaveno jinak. Můžete výchozí nastavení přepsat a použít atribut který sami zvolíte. Musíte se ale ujistit že atribut který vyberete bude uveden jak u uživatelů, tak i u skupin a je unikátní. Ponechte prázdné pro výchozí chování. Změna bude mít vliv jen na nově namapované (přidané) uživatele a skupiny z LDAP."
#: templates/settings.php:106 #: templates/settings.php:106
msgid "UUID Attribute:" msgid "UUID Attribute:"
@ -402,7 +402,7 @@ msgid ""
" is not configuration sensitive, it affects all LDAP configurations! Never " " is not configuration sensitive, it affects all LDAP configurations! Never "
"clear the mappings in a production environment, only in a testing or " "clear the mappings in a production environment, only in a testing or "
"experimental stage." "experimental stage."
msgstr "" msgstr "Uživatelská jména jsou používány pro uchovávání a přiřazování (meta)dat. Pro správnou identifikaci a rozpoznání uživatelů bude mít každý uživatel z LDAP interní uživatelské jméno. To je nezbytné pro mapování uživatelských jmen na uživatele LDAP. Vytvořené uživatelské jméno je mapováno na UUID uživatele v LDAP. Navíc je cachována DN pro reprodukci interakce s LDAP, ale není používána pro identifikaci. Pokud se DN změní, bude to správně rozpoznáno. Vyčištění mapování zanechá zbytky všude. Vyčištění navíc není specifické konfiguraci, bude mít vliv na všechny LDAP konfigurace! Nikdy nečistěte mapování v produkčním prostředí, jen v testovací nebo experimentální fázi."
#: templates/settings.php:109 #: templates/settings.php:109
msgid "Clear Username-LDAP User Mapping" msgid "Clear Username-LDAP User Mapping"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -27,46 +27,50 @@ msgstr "Methwyd dileu %s yn barhaol"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Methwyd adfer %s" msgstr "Methwyd adfer %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "gweithrediad adfer" msgstr "gweithrediad adfer"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Gwall" msgstr "Gwall"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "dileu ffeil yn barhaol" msgstr "dileu ffeil yn barhaol"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Dileu'n barhaol" msgstr "Dileu'n barhaol"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Enw" msgstr "Enw"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Wedi dileu" msgstr "Wedi dileu"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 blygell" msgstr "1 blygell"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} plygell" msgstr "{count} plygell"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ffeil" msgstr "1 ffeil"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ffeil" msgstr "{count} ffeil"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Does dim byd yma. Mae eich bin sbwriel yn wag!" msgstr "Does dim byd yma. Mae eich bin sbwriel yn wag!"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 18:30+0000\n" "PO-Revision-Date: 2013-07-29 16:20+0000\n"
"Last-Translator: Sappe\n" "Last-Translator: Sappe\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -20,39 +20,39 @@ msgstr ""
#: ajax/adminrecovery.php:29 #: ajax/adminrecovery.php:29
msgid "Recovery key successfully enabled" msgid "Recovery key successfully enabled"
msgstr "" msgstr "Gendannelsesnøgle aktiveret med succes"
#: ajax/adminrecovery.php:34 #: ajax/adminrecovery.php:34
msgid "" msgid ""
"Could not enable recovery key. Please check your recovery key password!" "Could not enable recovery key. Please check your recovery key password!"
msgstr "" msgstr "Kunne ikke aktivere gendannelsesnøgle. Kontroller venligst dit gendannelsesnøgle kodeord!"
#: ajax/adminrecovery.php:48 #: ajax/adminrecovery.php:48
msgid "Recovery key successfully disabled" msgid "Recovery key successfully disabled"
msgstr "" msgstr "Gendannelsesnøgle deaktiveret succesfuldt"
#: ajax/adminrecovery.php:53 #: ajax/adminrecovery.php:53
msgid "" msgid ""
"Could not disable recovery key. Please check your recovery key password!" "Could not disable recovery key. Please check your recovery key password!"
msgstr "" msgstr "Kunne ikke deaktivere gendannelsesnøgle. Kontroller din gendannelsesnøgle kodeord!"
#: ajax/changeRecoveryPassword.php:49 #: ajax/changeRecoveryPassword.php:49
msgid "Password successfully changed." msgid "Password successfully changed."
msgstr "" msgstr "Kodeordet blev ændret succesfuldt"
#: ajax/changeRecoveryPassword.php:51 #: ajax/changeRecoveryPassword.php:51
msgid "Could not change the password. Maybe the old password was not correct." msgid "Could not change the password. Maybe the old password was not correct."
msgstr "" msgstr "Kunne ikke ændre kodeordet. Måske var det gamle kodeord ikke korrekt."
#: ajax/updatePrivateKeyPassword.php:51 #: ajax/updatePrivateKeyPassword.php:51
msgid "Private key password successfully updated." msgid "Private key password successfully updated."
msgstr "" msgstr "Privat nøgle kodeord succesfuldt opdateret."
#: ajax/updatePrivateKeyPassword.php:53 #: ajax/updatePrivateKeyPassword.php:53
msgid "" msgid ""
"Could not update the private key password. Maybe the old password was not " "Could not update the private key password. Maybe the old password was not "
"correct." "correct."
msgstr "" msgstr "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert."
#: files/error.php:7 #: files/error.php:7
msgid "" msgid ""
@ -60,18 +60,18 @@ msgid ""
"ownCloud system (e.g. your corporate directory). You can update your private" "ownCloud system (e.g. your corporate directory). You can update your private"
" key password in your personal settings to recover access to your encrypted " " key password in your personal settings to recover access to your encrypted "
"files." "files."
msgstr "" msgstr "Din private nøgle er gyldig! Sandsynligvis blev dit kodeord ændre uden for ownCloud systemet (f.eks. dit firmas register). Du kan opdatere dit private nøgle kodeord under personlige indstillinger, for at generhverve adgang til dine krypterede filer."
#: hooks/hooks.php:44 #: hooks/hooks.php:44
msgid "Missing requirements." msgid "Missing requirements."
msgstr "" msgstr "Manglende betingelser."
#: hooks/hooks.php:45 #: hooks/hooks.php:45
msgid "" msgid ""
"Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL " "Please make sure that PHP 5.3.3 or newer is installed and that the OpenSSL "
"PHP extension is enabled and configured properly. For now, the encryption " "PHP extension is enabled and configured properly. For now, the encryption "
"app has been disabled." "app has been disabled."
msgstr "" msgstr "Sikker dig venligst at PHP 5.3.3 eller nyere er installeret og at OpenSSL PHP udvidelsen er aktiveret og konfigureret korrekt. Indtil videre er krypterings app'en deaktiveret. "
#: js/settings-admin.js:11 #: js/settings-admin.js:11
msgid "Saving..." msgid "Saving..."
@ -81,11 +81,11 @@ msgstr "Gemmer..."
msgid "" msgid ""
"Your private key is not valid! Maybe the your password was changed from " "Your private key is not valid! Maybe the your password was changed from "
"outside." "outside."
msgstr "" msgstr "Din private nøgle er ikke gyldig. Måske blev dit kodeord ændre udefra."
#: templates/invalid_private_key.php:7 #: templates/invalid_private_key.php:7
msgid "You can unlock your private key in your " msgid "You can unlock your private key in your "
msgstr "" msgstr "Du kan låse din private nøgle op i din "
#: templates/invalid_private_key.php:7 #: templates/invalid_private_key.php:7
msgid "personal settings" msgid "personal settings"
@ -98,11 +98,11 @@ msgstr "Kryptering"
#: templates/settings-admin.php:10 #: templates/settings-admin.php:10
msgid "" msgid ""
"Enable recovery key (allow to recover users files in case of password loss):" "Enable recovery key (allow to recover users files in case of password loss):"
msgstr "" msgstr "Aktiver gendannelsesnøgle (Tillad gendannelse af brugerfiler i tilfælde af tab af kodeord):"
#: templates/settings-admin.php:14 #: templates/settings-admin.php:14
msgid "Recovery key password" msgid "Recovery key password"
msgstr "" msgstr "Gendannelsesnøgle kodeord"
#: templates/settings-admin.php:21 templates/settings-personal.php:54 #: templates/settings-admin.php:21 templates/settings-personal.php:54
msgid "Enabled" msgid "Enabled"
@ -114,15 +114,15 @@ msgstr "Deaktiveret"
#: templates/settings-admin.php:34 #: templates/settings-admin.php:34
msgid "Change recovery key password:" msgid "Change recovery key password:"
msgstr "" msgstr "Skift gendannelsesnøgle kodeord:"
#: templates/settings-admin.php:41 #: templates/settings-admin.php:41
msgid "Old Recovery key password" msgid "Old Recovery key password"
msgstr "" msgstr "Gammel Gendannelsesnøgle kodeord"
#: templates/settings-admin.php:48 #: templates/settings-admin.php:48
msgid "New Recovery key password" msgid "New Recovery key password"
msgstr "" msgstr "Ny Gendannelsesnøgle kodeord"
#: templates/settings-admin.php:53 #: templates/settings-admin.php:53
msgid "Change Password" msgid "Change Password"
@ -130,44 +130,44 @@ msgstr "Skift Kodeord"
#: templates/settings-personal.php:11 #: templates/settings-personal.php:11
msgid "Your private key password no longer match your log-in password:" msgid "Your private key password no longer match your log-in password:"
msgstr "" msgstr "Dit private nøgle kodeord stemmer ikke længere overens med dit login kodeord:"
#: templates/settings-personal.php:14 #: templates/settings-personal.php:14
msgid "Set your old private key password to your current log-in password." msgid "Set your old private key password to your current log-in password."
msgstr "" msgstr "Sæt dit gamle private nøgle kodeord til at være dit nuværende login kodeord. "
#: templates/settings-personal.php:16 #: templates/settings-personal.php:16
msgid "" msgid ""
" If you don't remember your old password you can ask your administrator to " " If you don't remember your old password you can ask your administrator to "
"recover your files." "recover your files."
msgstr "" msgstr "Hvis du ikke kan huske dit gamle kodeord kan du bede din administrator om at gendanne dine filer."
#: templates/settings-personal.php:24 #: templates/settings-personal.php:24
msgid "Old log-in password" msgid "Old log-in password"
msgstr "" msgstr "Gammelt login kodeord"
#: templates/settings-personal.php:30 #: templates/settings-personal.php:30
msgid "Current log-in password" msgid "Current log-in password"
msgstr "" msgstr "Nuvrende login kodeord"
#: templates/settings-personal.php:35 #: templates/settings-personal.php:35
msgid "Update Private Key Password" msgid "Update Private Key Password"
msgstr "" msgstr "Opdater Privat Nøgle Kodeord"
#: templates/settings-personal.php:45 #: templates/settings-personal.php:45
msgid "Enable password recovery:" msgid "Enable password recovery:"
msgstr "" msgstr "Aktiver kodeord gendannelse:"
#: templates/settings-personal.php:47 #: templates/settings-personal.php:47
msgid "" msgid ""
"Enabling this option will allow you to reobtain access to your encrypted " "Enabling this option will allow you to reobtain access to your encrypted "
"files in case of password loss" "files in case of password loss"
msgstr "" msgstr "Aktivering af denne valgmulighed tillader dig at generhverve adgang til dine krypterede filer i tilfælde af tab af kodeord"
#: templates/settings-personal.php:63 #: templates/settings-personal.php:63
msgid "File recovery settings updated" msgid "File recovery settings updated"
msgstr "" msgstr "Filgendannelsesindstillinger opdateret"
#: templates/settings-personal.php:64 #: templates/settings-personal.php:64
msgid "Could not update file recovery" msgid "Could not update file recovery"
msgstr "" msgstr "Kunne ikke opdatere filgendannelse"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Kunne ikke slette %s permanent"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Kunne ikke gendanne %s" msgstr "Kunne ikke gendanne %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "udfør gendannelsesoperation" msgstr "udfør gendannelsesoperation"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fejl" msgstr "Fejl"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "slet fil permanent" msgstr "slet fil permanent"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Slet permanent" msgstr "Slet permanent"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Navn" msgstr "Navn"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Slettet" msgstr "Slettet"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mappe" msgstr "1 mappe"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mapper" msgstr "{count} mapper"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fil" msgstr "1 fil"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} filer" msgstr "{count} filer"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Intet at se her. Din papirkurv er tom!" msgstr "Intet at se her. Din papirkurv er tom!"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German <translations@owncloud.org>\n" "Language-Team: German <translations@owncloud.org>\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"
@ -27,46 +27,50 @@ msgstr "Konnte %s nicht dauerhaft löschen"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Konnte %s nicht wiederherstellen" msgstr "Konnte %s nicht wiederherstellen"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "Wiederherstellung ausführen" msgstr "Wiederherstellung ausführen"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fehler" msgstr "Fehler"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "Datei dauerhaft löschen" msgstr "Datei dauerhaft löschen"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Endgültig löschen" msgstr "Endgültig löschen"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "gelöscht" msgstr "gelöscht"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 Ordner" msgstr "1 Ordner"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} Ordner" msgstr "{count} Ordner"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 Datei" msgstr "1 Datei"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} Dateien" msgstr "{count} Dateien"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nichts zu löschen, der Papierkorb ist leer!" msgstr "Nichts zu löschen, der Papierkorb ist leer!"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"Language-Team: German (Germany) <translations@owncloud.org>\n" "Language-Team: German (Germany) <translations@owncloud.org>\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"
@ -27,46 +27,50 @@ msgstr "Konnte %s nicht dauerhaft löschen"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Konnte %s nicht wiederherstellen" msgstr "Konnte %s nicht wiederherstellen"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "Wiederherstellung ausführen" msgstr "Wiederherstellung ausführen"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fehler" msgstr "Fehler"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "Datei dauerhaft löschen" msgstr "Datei dauerhaft löschen"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Endgültig löschen" msgstr "Endgültig löschen"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Gelöscht" msgstr "Gelöscht"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 Ordner" msgstr "1 Ordner"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} Ordner" msgstr "{count} Ordner"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 Datei" msgstr "1 Datei"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} Dateien" msgstr "{count} Dateien"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nichts zu löschen, Ihr Papierkorb ist leer!" msgstr "Nichts zu löschen, Ihr Papierkorb ist leer!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Αδύνατη η μόνιμη διαγραφή του %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Αδυναμία επαναφοράς %s" msgstr "Αδυναμία επαναφοράς %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "εκτέλεση λειτουργία επαναφοράς" msgstr "εκτέλεση λειτουργία επαναφοράς"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Σφάλμα" msgstr "Σφάλμα"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "μόνιμη διαγραφή αρχείου" msgstr "μόνιμη διαγραφή αρχείου"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Μόνιμη διαγραφή" msgstr "Μόνιμη διαγραφή"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Όνομα" msgstr "Όνομα"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Διαγράφηκε" msgstr "Διαγράφηκε"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 φάκελος" msgstr "1 φάκελος"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} φάκελοι" msgstr "{count} φάκελοι"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 αρχείο" msgstr "1 αρχείο"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} αρχεία" msgstr "{count} αρχεία"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!" msgstr "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-04-26 08:01+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Eraro" msgstr "Eraro"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Forigi por ĉiam" msgstr "Forigi por ĉiam"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nomo" msgstr "Nomo"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 dosierujo" msgstr "1 dosierujo"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} dosierujoj" msgstr "{count} dosierujoj"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 dosiero" msgstr "1 dosiero"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} dosierujoj" msgstr "{count} dosierujoj"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Korrosivo <yo@rubendelcampo.es>\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"
@ -28,46 +28,50 @@ msgstr "No se puede eliminar %s permanentemente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "No se puede restaurar %s" msgstr "No se puede restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "restaurar" msgstr "restaurar"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Error" msgstr "Error"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "eliminar archivo permanentemente" msgstr "eliminar archivo permanentemente"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Eliminar permanentemente" msgstr "Eliminar permanentemente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Eliminado" msgstr "Eliminado"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 carpeta" msgstr "1 carpeta"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} carpetas" msgstr "{count} carpetas"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 archivo" msgstr "1 archivo"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} archivos" msgstr "{count} archivos"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "No hay nada aquí. ¡Tu papelera esta vacía!" msgstr "No hay nada aquí. ¡Tu papelera esta vacía!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "No fue posible borrar %s de manera permanente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "No se pudo restaurar %s" msgstr "No se pudo restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "Restaurar" msgstr "Restaurar"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Error" msgstr "Error"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "Borrar archivo de manera permanente" msgstr "Borrar archivo de manera permanente"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Borrar de manera permanente" msgstr "Borrar de manera permanente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Borrado" msgstr "Borrado"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 directorio" msgstr "1 directorio"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} directorios" msgstr "{count} directorios"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 archivo" msgstr "1 archivo"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} archivos" msgstr "{count} archivos"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "No hay nada acá. ¡La papelera está vacía!" msgstr "No hay nada acá. ¡La papelera está vacía!"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "%s jäädavalt kustutamine ebaõnnestus"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "%s ei saa taastada" msgstr "%s ei saa taastada"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "soorita taastamine" msgstr "soorita taastamine"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Viga" msgstr "Viga"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "kustuta fail jäädavalt" msgstr "kustuta fail jäädavalt"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Kustuta jäädavalt" msgstr "Kustuta jäädavalt"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nimi" msgstr "Nimi"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Kustutatud" msgstr "Kustutatud"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 kaust" msgstr "1 kaust"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} kausta" msgstr "{count} kausta"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fail" msgstr "1 fail"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} faili" msgstr "{count} faili"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Siin pole midagi. Sinu prügikast on tühi!" msgstr "Siin pole midagi. Sinu prügikast on tühi!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Ezin izan da %s betirako ezabatu"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Ezin izan da %s berreskuratu" msgstr "Ezin izan da %s berreskuratu"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "berreskuratu" msgstr "berreskuratu"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Errorea" msgstr "Errorea"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "ezabatu fitxategia betirako" msgstr "ezabatu fitxategia betirako"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Ezabatu betirako" msgstr "Ezabatu betirako"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Izena" msgstr "Izena"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Ezabatuta" msgstr "Ezabatuta"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "karpeta bat" msgstr "karpeta bat"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} karpeta" msgstr "{count} karpeta"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "fitxategi bat" msgstr "fitxategi bat"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} fitxategi" msgstr "{count} fitxategi"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ez dago ezer ez. Zure zakarrontzia hutsik dago!" msgstr "Ez dago ezer ez. Zure zakarrontzia hutsik dago!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "%s را نمی توان برای همیشه حذف کرد"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "%s را نمی توان بازگرداند" msgstr "%s را نمی توان بازگرداند"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "انجام عمل بازگرداندن" msgstr "انجام عمل بازگرداندن"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "خطا" msgstr "خطا"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "حذف فایل برای همیشه" msgstr "حذف فایل برای همیشه"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "حذف قطعی" msgstr "حذف قطعی"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "نام" msgstr "نام"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "حذف شده" msgstr "حذف شده"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 پوشه" msgstr "1 پوشه"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{ شمار} پوشه ها" msgstr "{ شمار} پوشه ها"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 پرونده" msgstr "1 پرونده"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{ شمار } فایل ها" msgstr "{ شمار } فایل ها"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:00+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Kohdetta %s ei voitu poistaa pysyvästi"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Kohteen %s palautus epäonnistui" msgstr "Kohteen %s palautus epäonnistui"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "suorita palautustoiminto" msgstr "suorita palautustoiminto"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Virhe" msgstr "Virhe"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "poista tiedosto pysyvästi" msgstr "poista tiedosto pysyvästi"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Poista pysyvästi" msgstr "Poista pysyvästi"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nimi" msgstr "Nimi"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Poistettu" msgstr "Poistettu"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 kansio" msgstr "1 kansio"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} kansiota" msgstr "{count} kansiota"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 tiedosto" msgstr "1 tiedosto"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} tiedostoa" msgstr "{count} tiedostoa"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Tyhjää täynnä! Roskakorissa ei ole mitään." msgstr "Tyhjää täynnä! Roskakorissa ei ole mitään."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr "Impossible d'effacer %s de façon permanente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Impossible de restaurer %s" msgstr "Impossible de restaurer %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "effectuer l'opération de restauration" msgstr "effectuer l'opération de restauration"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Erreur" msgstr "Erreur"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "effacer définitivement le fichier" msgstr "effacer définitivement le fichier"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Supprimer de façon définitive" msgstr "Supprimer de façon définitive"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Effacé" msgstr "Effacé"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 dossier" msgstr "1 dossier"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} dossiers" msgstr "{count} dossiers"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fichier" msgstr "1 fichier"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} fichiers" msgstr "{count} fichiers"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Il n'y a rien ici. Votre corbeille est vide !" msgstr "Il n'y a rien ici. Votre corbeille est vide !"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr "Non foi posíbel eliminar %s permanente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Non foi posíbel restaurar %s" msgstr "Non foi posíbel restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "realizar a operación de restauración" msgstr "realizar a operación de restauración"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Erro" msgstr "Erro"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "eliminar o ficheiro permanentemente" msgstr "eliminar o ficheiro permanentemente"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Eliminar permanentemente" msgstr "Eliminar permanentemente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Eliminado" msgstr "Eliminado"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 cartafol" msgstr "1 cartafol"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} cartafoles" msgstr "{count} cartafoles"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ficheiro" msgstr "1 ficheiro"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ficheiros" msgstr "{count} ficheiros"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Aquí non hai nada. O cesto do lixo está baleiro!" msgstr "Aquí non hai nada. O cesto do lixo está baleiro!"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,46 +28,50 @@ msgstr "לא ניתן למחוק את %s לצמיתות"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "לא ניתן לשחזר את %s" msgstr "לא ניתן לשחזר את %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "ביצוע פעולת שחזור" msgstr "ביצוע פעולת שחזור"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "שגיאה" msgstr "שגיאה"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "מחיקת קובץ לצמיתות" msgstr "מחיקת קובץ לצמיתות"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "מחיקה לצמיתות" msgstr "מחיקה לצמיתות"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "שם" msgstr "שם"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "נמחק" msgstr "נמחק"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "תיקייה אחת" msgstr "תיקייה אחת"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} תיקיות" msgstr "{count} תיקיות"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "קובץ אחד" msgstr "קובץ אחד"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} קבצים" msgstr "{count} קבצים"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "त्रुटि" msgstr "त्रुटि"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Greška" msgstr "Greška"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Ime" msgstr "Ime"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nem sikerült %s végleges törlése"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nem sikerült %s visszaállítása" msgstr "Nem sikerült %s visszaállítása"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "a visszaállítás végrehajtása" msgstr "a visszaállítás végrehajtása"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Hiba" msgstr "Hiba"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "az állomány végleges törlése" msgstr "az állomány végleges törlése"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Végleges törlés" msgstr "Végleges törlés"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Név" msgstr "Név"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Törölve" msgstr "Törölve"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mappa" msgstr "1 mappa"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mappa" msgstr "{count} mappa"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fájl" msgstr "1 fájl"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} fájl" msgstr "{count} fájl"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Itt nincs semmi. Az Ön szemetes mappája üres!" msgstr "Itt nincs semmi. Az Ön szemetes mappája üres!"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-04-26 08:01+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Error" msgstr "Error"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nomine" msgstr "Nomine"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Tidak dapat menghapus permanen %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Tidak dapat memulihkan %s" msgstr "Tidak dapat memulihkan %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "jalankan operasi pemulihan" msgstr "jalankan operasi pemulihan"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Galat" msgstr "Galat"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "hapus berkas secara permanen" msgstr "hapus berkas secara permanen"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Hapus secara permanen" msgstr "Hapus secara permanen"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nama" msgstr "Nama"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Dihapus" msgstr "Dihapus"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 folder" msgstr "1 folder"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} folder" msgstr "{count} folder"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 berkas" msgstr "1 berkas"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} berkas" msgstr "{count} berkas"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Tempat sampah anda kosong!" msgstr "Tempat sampah anda kosong!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Villa" msgstr "Villa"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nafn" msgstr "Nafn"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mappa" msgstr "1 mappa"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} möppur" msgstr "{count} möppur"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 skrá" msgstr "1 skrá"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} skrár" msgstr "{count} skrár"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "" msgstr ""

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Impossibile eliminare %s definitivamente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Impossibile ripristinare %s" msgstr "Impossibile ripristinare %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "esegui operazione di ripristino" msgstr "esegui operazione di ripristino"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Errore" msgstr "Errore"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "elimina il file definitivamente" msgstr "elimina il file definitivamente"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Elimina definitivamente" msgstr "Elimina definitivamente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Eliminati" msgstr "Eliminati"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 cartella" msgstr "1 cartella"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} cartelle" msgstr "{count} cartelle"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 file" msgstr "1 file"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} file" msgstr "{count} file"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Qui non c'è niente. Il tuo cestino è vuoto." msgstr "Qui non c'è niente. Il tuo cestino è vuoto."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "%s を完全に削除出来ませんでした"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "%s を復元出来ませんでした" msgstr "%s を復元出来ませんでした"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "復元操作を実行する" msgstr "復元操作を実行する"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "エラー" msgstr "エラー"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "ファイルを完全に削除する" msgstr "ファイルを完全に削除する"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "完全に削除する" msgstr "完全に削除する"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "名前" msgstr "名前"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "削除済み" msgstr "削除済み"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 フォルダ" msgstr "1 フォルダ"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} フォルダ" msgstr "{count} フォルダ"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ファイル" msgstr "1 ファイル"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ファイル" msgstr "{count} ファイル"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "" msgstr ""

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: drlinux64 <romeo@energo-pro.ge>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -27,46 +27,50 @@ msgstr "ფაილი %sის სრულად წაშლა ვერ
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "%sის აღდგენა ვერ მოხერხდა" msgstr "%sის აღდგენა ვერ მოხერხდა"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "მიმდინარეობს აღდგენის ოპერაცია" msgstr "მიმდინარეობს აღდგენის ოპერაცია"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "შეცდომა" msgstr "შეცდომა"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "ფაილის სრულად წაშლა" msgstr "ფაილის სრულად წაშლა"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "სრულად წაშლა" msgstr "სრულად წაშლა"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "სახელი" msgstr "სახელი"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "წაშლილი" msgstr "წაშლილი"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 საქაღალდე" msgstr "1 საქაღალდე"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} საქაღალდე" msgstr "{count} საქაღალდე"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ფაილი" msgstr "1 ფაილი"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ფაილი" msgstr "{count} ფაილი"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "오류" msgstr "오류"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "영원히 삭제" msgstr "영원히 삭제"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "이름" msgstr "이름"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "폴더 1개" msgstr "폴더 1개"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "폴더 {count}개" msgstr "폴더 {count}개"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "파일 1개" msgstr "파일 1개"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "파일 {count}개" msgstr "파일 {count}개"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "هه‌ڵه" msgstr "هه‌ڵه"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "ناو" msgstr "ناو"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fehler" msgstr "Fehler"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Numm" msgstr "Numm"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: fizikiukas <fizikiukas@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,46 +28,50 @@ msgstr "Nepavyko negrįžtamai ištrinti %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nepavyko atkurti %s" msgstr "Nepavyko atkurti %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "atkurti" msgstr "atkurti"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Klaida" msgstr "Klaida"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "failą ištrinti negrįžtamai" msgstr "failą ištrinti negrįžtamai"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Ištrinti negrįžtamai" msgstr "Ištrinti negrįžtamai"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Pavadinimas" msgstr "Pavadinimas"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Ištrinti" msgstr "Ištrinti"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 aplankalas" msgstr "1 aplankalas"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} aplankalai" msgstr "{count} aplankalai"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 failas" msgstr "1 failas"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} failai" msgstr "{count} failai"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nieko nėra. Jūsų šiukšliadėžė tuščia!" msgstr "Nieko nėra. Jūsų šiukšliadėžė tuščia!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nevarēja pilnībā izdzēst %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nevarēja atjaunot %s" msgstr "Nevarēja atjaunot %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "veikt atjaunošanu" msgstr "veikt atjaunošanu"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Kļūda" msgstr "Kļūda"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "dzēst datni pavisam" msgstr "dzēst datni pavisam"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Dzēst pavisam" msgstr "Dzēst pavisam"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nosaukums" msgstr "Nosaukums"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Dzēsts" msgstr "Dzēsts"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mape" msgstr "1 mape"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mapes" msgstr "{count} mapes"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 datne" msgstr "1 datne"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} datnes" msgstr "{count} datnes"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Šeit nekā nav. Jūsu miskaste ir tukša!" msgstr "Šeit nekā nav. Jūsu miskaste ir tukša!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Грешка" msgstr "Грешка"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Име" msgstr "Име"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 папка" msgstr "1 папка"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} папки" msgstr "{count} папки"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 датотека" msgstr "1 датотека"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} датотеки" msgstr "{count} датотеки"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-06 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-05 08:25+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Ralat" msgstr "Ralat"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nama" msgstr "Nama"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: Hans Nesse <>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,46 +28,50 @@ msgstr "Kunne ikke slette %s fullstendig"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Kunne ikke gjenopprette %s" msgstr "Kunne ikke gjenopprette %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "utfør gjenopprettings operasjon" msgstr "utfør gjenopprettings operasjon"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Feil" msgstr "Feil"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "slett filer permanent" msgstr "slett filer permanent"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Slett permanent" msgstr "Slett permanent"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Navn" msgstr "Navn"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Slettet" msgstr "Slettet"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mappe" msgstr "1 mappe"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mapper" msgstr "{count} mapper"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fil" msgstr "1 fil"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} filer" msgstr "{count} filer"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ingenting her. Søppelkassen din er tom!" msgstr "Ingenting her. Søppelkassen din er tom!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr "Kon %s niet permanent verwijderen"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Kon %s niet herstellen" msgstr "Kon %s niet herstellen"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "uitvoeren restore operatie" msgstr "uitvoeren restore operatie"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fout" msgstr "Fout"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "verwijder bestanden definitief" msgstr "verwijder bestanden definitief"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Verwijder definitief" msgstr "Verwijder definitief"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Naam" msgstr "Naam"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Verwijderd" msgstr "Verwijderd"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 map" msgstr "1 map"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mappen" msgstr "{count} mappen"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 bestand" msgstr "1 bestand"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} bestanden" msgstr "{count} bestanden"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Niets te vinden. Uw prullenbak is leeg!" msgstr "Niets te vinden. Uw prullenbak is leeg!"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: unhammer <unhammer+dill@mm.st>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,46 +28,50 @@ msgstr "Klarte ikkje sletta %s for godt"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Klarte ikkje gjenoppretta %s" msgstr "Klarte ikkje gjenoppretta %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "utfør gjenoppretting" msgstr "utfør gjenoppretting"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Feil" msgstr "Feil"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "slett fila for godt" msgstr "slett fila for godt"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Slett for godt" msgstr "Slett for godt"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Namn" msgstr "Namn"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Sletta" msgstr "Sletta"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mappe" msgstr "1 mappe"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mapper" msgstr "{count} mapper"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fil" msgstr "1 fil"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} filer" msgstr "{count} filer"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ingenting her. Papirkorga di er tom!" msgstr "Ingenting her. Papirkorga di er tom!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Error" msgstr "Error"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nie można trwale usunąć %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nie można przywrócić %s" msgstr "Nie można przywrócić %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "wykonywanie operacji przywracania" msgstr "wykonywanie operacji przywracania"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Błąd" msgstr "Błąd"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "trwale usuń plik" msgstr "trwale usuń plik"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Trwale usuń" msgstr "Trwale usuń"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nazwa" msgstr "Nazwa"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Usunięte" msgstr "Usunięte"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 folder" msgstr "1 folder"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "Ilość folderów: {count}" msgstr "Ilość folderów: {count}"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 plik" msgstr "1 plik"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "Ilość plików: {count}" msgstr "Ilość plików: {count}"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nic tu nie ma. Twój kosz jest pusty!" msgstr "Nic tu nie ma. Twój kosz jest pusty!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Não foi possível excluir %s permanentemente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Não foi possível restaurar %s" msgstr "Não foi possível restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "realizar operação de restauração" msgstr "realizar operação de restauração"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Erro" msgstr "Erro"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "excluir arquivo permanentemente" msgstr "excluir arquivo permanentemente"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Excluir permanentemente" msgstr "Excluir permanentemente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Excluído" msgstr "Excluído"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 pasta" msgstr "1 pasta"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} pastas" msgstr "{count} pastas"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 arquivo" msgstr "1 arquivo"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} arquivos" msgstr "{count} arquivos"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Nada aqui. Sua lixeira está vazia!" msgstr "Nada aqui. Sua lixeira está vazia!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Não foi possível eliminar %s de forma permanente"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Não foi possível restaurar %s" msgstr "Não foi possível restaurar %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "executar a operação de restauro" msgstr "executar a operação de restauro"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Erro" msgstr "Erro"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "Eliminar permanentemente o(s) ficheiro(s)" msgstr "Eliminar permanentemente o(s) ficheiro(s)"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Eliminar permanentemente" msgstr "Eliminar permanentemente"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Apagado" msgstr "Apagado"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 pasta" msgstr "1 pasta"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} pastas" msgstr "{count} pastas"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ficheiro" msgstr "1 ficheiro"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} ficheiros" msgstr "{count} ficheiros"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Não hà ficheiros. O lixo está vazio!" msgstr "Não hà ficheiros. O lixo está vazio!"

View File

@ -3,13 +3,14 @@
# 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:
# Helder Meneses <helder.meneses@gmail.com>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-29 15:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Helder Meneses <helder.meneses@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -28,15 +29,15 @@ msgstr "Versões"
#: js/versions.js:53 #: js/versions.js:53
msgid "Failed to revert {file} to revision {timestamp}." msgid "Failed to revert {file} to revision {timestamp}."
msgstr "" msgstr "Falhou a recuperação do ficheiro {file} para a revisão {timestamp}."
#: js/versions.js:79 #: js/versions.js:79
msgid "More versions..." msgid "More versions..."
msgstr "" msgstr "Mais versões..."
#: js/versions.js:116 #: js/versions.js:116
msgid "No other versions available" msgid "No other versions available"
msgstr "" msgstr "Não existem versões mais antigas"
#: js/versions.js:149 #: js/versions.js:149
msgid "Restore" msgid "Restore"

View File

@ -4,14 +4,14 @@
# #
# Translators: # Translators:
# Mouxy <daniel@mouxy.net>, 2012-2013 # Mouxy <daniel@mouxy.net>, 2012-2013
# Helder Meneses <helder.meneses@gmail.com>, 2012 # Helder Meneses <helder.meneses@gmail.com>, 2012-2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 05:57+0000\n" "PO-Revision-Date: 2013-07-29 15:30+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Helder Meneses <helder.meneses@gmail.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -25,11 +25,11 @@ msgstr "Autenticação WebDAV"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Address: " msgid "Address: "
msgstr "" msgstr "Endereço:"
#: templates/settings.php:7 #: templates/settings.php:7
msgid "" msgid ""
"The user credentials will be sent to this address. This plugin checks the " "The user credentials will be sent to this address. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid " "response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials." "credentials, and all other responses as valid credentials."
msgstr "" msgstr "As credenciais do utilizador vão ser enviadas para endereço URL. Este plugin verifica a resposta e vai interpretar os códigos de estado HTTP 401 e 403 como credenciais inválidas, e todas as outras respostas como válidas."

View File

@ -3,6 +3,7 @@
# 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:
# corneliu.e <corneliueva@yahoo.com>, 2013
# dimaursu16 <dima@ceata.org>, 2013 # dimaursu16 <dima@ceata.org>, 2013
# ripkid666 <ripkid666@gmail.com>, 2013 # ripkid666 <ripkid666@gmail.com>, 2013
# sergiu_sechel <sergiu.sechel@gmail.com>, 2013 # sergiu_sechel <sergiu.sechel@gmail.com>, 2013
@ -10,9 +11,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-25 05:56+0000\n" "PO-Revision-Date: 2013-07-29 08:10+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: corneliu.e <corneliueva@yahoo.com>\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"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -42,7 +43,7 @@ msgstr "Această categorie deja există: %s"
#: ajax/vcategories/favorites.php:24 #: ajax/vcategories/favorites.php:24
#: ajax/vcategories/removeFromFavorites.php:26 #: ajax/vcategories/removeFromFavorites.php:26
msgid "Object type not provided." msgid "Object type not provided."
msgstr "Tipul obiectului nu este prevazut" msgstr "Tipul obiectului nu este prevăzut"
#: ajax/vcategories/addToFavorites.php:30 #: ajax/vcategories/addToFavorites.php:30
#: ajax/vcategories/removeFromFavorites.php:30 #: ajax/vcategories/removeFromFavorites.php:30
@ -53,16 +54,16 @@ msgstr "ID-ul %s nu a fost introdus"
#: ajax/vcategories/addToFavorites.php:35 #: ajax/vcategories/addToFavorites.php:35
#, php-format #, php-format
msgid "Error adding %s to favorites." msgid "Error adding %s to favorites."
msgstr "Eroare la adăugarea %s la favorite" msgstr "Eroare la adăugarea %s la favorite."
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136 #: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
msgid "No categories selected for deletion." msgid "No categories selected for deletion."
msgstr "Nici o categorie selectată pentru ștergere." msgstr "Nicio categorie selectată pentru ștergere."
#: ajax/vcategories/removeFromFavorites.php:35 #: ajax/vcategories/removeFromFavorites.php:35
#, php-format #, php-format
msgid "Error removing %s from favorites." msgid "Error removing %s from favorites."
msgstr "Eroare la ștergerea %s din favorite" msgstr "Eroare la ștergerea %s din favorite."
#: js/config.php:32 #: js/config.php:32
msgid "Sunday" msgid "Sunday"
@ -154,11 +155,11 @@ msgstr "1 minut în urmă"
#: js/js.js:717 #: js/js.js:717
msgid "{minutes} minutes ago" msgid "{minutes} minutes ago"
msgstr "{minutes} minute in urma" msgstr "{minutes} minute in urmă"
#: js/js.js:718 #: js/js.js:718
msgid "1 hour ago" msgid "1 hour ago"
msgstr "Acum o ora" msgstr "Acum o oră"
#: js/js.js:719 #: js/js.js:719
msgid "{hours} hours ago" msgid "{hours} hours ago"
@ -174,7 +175,7 @@ msgstr "ieri"
#: js/js.js:722 #: js/js.js:722
msgid "{days} days ago" msgid "{days} days ago"
msgstr "{days} zile in urma" msgstr "{days} zile in urmă"
#: js/js.js:723 #: js/js.js:723
msgid "last month" msgid "last month"
@ -223,7 +224,7 @@ msgstr "Ok"
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102 #: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162 #: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
msgid "The object type is not specified." msgid "The object type is not specified."
msgstr "Tipul obiectului nu a fost specificat" msgstr "Tipul obiectului nu este specificat."
#: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95 #: js/oc-vcategories.js:14 js/oc-vcategories.js:80 js/oc-vcategories.js:95
#: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136 #: js/oc-vcategories.js:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
@ -235,7 +236,7 @@ msgstr "Eroare"
#: js/oc-vcategories.js:179 #: js/oc-vcategories.js:179
msgid "The app name is not specified." msgid "The app name is not specified."
msgstr "Numele aplicației nu a fost specificat" msgstr "Numele aplicației nu este specificat."
#: js/oc-vcategories.js:194 #: js/oc-vcategories.js:194
msgid "The required file {file} is not installed!" msgid "The required file {file} is not installed!"
@ -374,11 +375,11 @@ msgid ""
"The update was unsuccessful. Please report this issue to the <a " "The update was unsuccessful. Please report this issue to the <a "
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud " "href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
"community</a>." "community</a>."
msgstr "Modernizarea a eșuat! <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">Te rugam sa raportezi problema aici.</a>." msgstr "Actualizarea a eșuat! Raportați problema către <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">comunitatea ownCloud</a>."
#: js/update.js:21 #: js/update.js:21
msgid "The update was successful. Redirecting you to ownCloud now." msgid "The update was successful. Redirecting you to ownCloud now."
msgstr "Modernizare reusita! Vei fii redirectionat!" msgstr "Actualizare reușită. Ești redirecționat către ownCloud."
#: lostpassword/controller.php:60 #: lostpassword/controller.php:60
msgid "ownCloud password reset" msgid "ownCloud password reset"
@ -401,7 +402,7 @@ msgstr "Cerere esuata!<br>Esti sigur ca email-ul/numele de utilizator sunt corec
#: lostpassword/templates/lostpassword.php:15 #: lostpassword/templates/lostpassword.php:15
msgid "You will receive a link to reset your password via Email." msgid "You will receive a link to reset your password via Email."
msgstr "Vei primi un mesaj prin care vei putea reseta parola via email" msgstr "Vei primi un mesaj prin care vei putea reseta parola via email."
#: lostpassword/templates/lostpassword.php:18 templates/installation.php:51 #: lostpassword/templates/lostpassword.php:18 templates/installation.php:51
#: templates/login.php:19 #: templates/login.php:19
@ -454,7 +455,7 @@ msgstr "Aplicații"
#: strings.php:8 #: strings.php:8
msgid "Admin" msgid "Admin"
msgstr "Admin" msgstr "Administrator"
#: strings.php:9 #: strings.php:9
msgid "Help" msgid "Help"
@ -462,7 +463,7 @@ msgstr "Ajutor"
#: templates/403.php:12 #: templates/403.php:12
msgid "Access forbidden" msgid "Access forbidden"
msgstr "Acces interzis" msgstr "Acces restricționat"
#: templates/404.php:12 #: templates/404.php:12
msgid "Cloud not found" msgid "Cloud not found"
@ -494,37 +495,37 @@ msgstr "Avertisment de securitate"
#: templates/installation.php:25 #: templates/installation.php:25
msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)"
msgstr "Versiunea dvs. PHP este vulnerabil la acest atac un octet null (CVE-2006-7243)" msgstr "Versiunea dvs. PHP este vulnerabilă la un atac cu un octet NULL (CVE-2006-7243)"
#: templates/installation.php:26 #: templates/installation.php:26
#, php-format #, php-format
msgid "Please update your PHP installation to use %s securely." msgid "Please update your PHP installation to use %s securely."
msgstr "" msgstr "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat."
#: templates/installation.php:32 #: templates/installation.php:32
msgid "" msgid ""
"No secure random number generator is available, please enable the PHP " "No secure random number generator is available, please enable the PHP "
"OpenSSL extension." "OpenSSL extension."
msgstr "Generatorul de numere pentru securitate nu este disponibil, va rog activati extensia PHP OpenSSL" msgstr "Nu este disponibil niciun generator securizat de numere aleatoare, vă rog activați extensia PHP OpenSSL."
#: templates/installation.php:33 #: templates/installation.php:33
msgid "" msgid ""
"Without a secure random number generator an attacker may be able to predict " "Without a secure random number generator an attacker may be able to predict "
"password reset tokens and take over your account." "password reset tokens and take over your account."
msgstr "Fara generatorul pentru numere de securitate , un atacator poate afla parola si reseta contul tau" msgstr "Fără generatorul securizat de numere aleatoare , un atacator poate anticipa simbolurile de resetare a parolei și poate prelua controlul asupra contului tău."
#: templates/installation.php:39 #: templates/installation.php:39
msgid "" msgid ""
"Your data directory and files are probably accessible from the internet " "Your data directory and files are probably accessible from the internet "
"because the .htaccess file does not work." "because the .htaccess file does not work."
msgstr "Directorul de date și fișiere sunt, probabil, accesibile de pe Internet, deoarece .htaccess nu funcționează." msgstr "Directorul tău de date și fișiere sunt probabil accesibile de pe Internet, deoarece fișierul .htaccess nu funcționează."
#: templates/installation.php:41 #: templates/installation.php:41
#, php-format #, php-format
msgid "" msgid ""
"For information how to properly configure your server, please see the <a " "For information how to properly configure your server, please see the <a "
"href=\"%s\" target=\"_blank\">documentation</a>." "href=\"%s\" target=\"_blank\">documentation</a>."
msgstr "" msgstr "Pentru informații despre cum să configurezi serverul, vezi <a href=\"%s\" target=\"_blank\">documentația</a>."
#: templates/installation.php:47 #: templates/installation.php:47
msgid "Create an <strong>admin account</strong>" msgid "Create an <strong>admin account</strong>"
@ -583,17 +584,17 @@ msgstr "Ieșire"
#: templates/login.php:9 #: templates/login.php:9
msgid "Automatic logon rejected!" msgid "Automatic logon rejected!"
msgstr "Logare automata respinsa" msgstr "Autentificare automată respinsă!"
#: templates/login.php:10 #: templates/login.php:10
msgid "" msgid ""
"If you did not change your password recently, your account may be " "If you did not change your password recently, your account may be "
"compromised!" "compromised!"
msgstr "Daca nu schimbi parola cand de curand , contul tau poate fi conpromis" msgstr "Dacă nu ți-ai schimbat parola recent, contul tău ar putea fi compromis!"
#: templates/login.php:12 #: templates/login.php:12
msgid "Please change your password to secure your account again." msgid "Please change your password to secure your account again."
msgstr "Te rog schimba parola pentru ca, contul tau sa fie securizat din nou." msgstr "Te rog schimbă-ți parola pentru a-ți securiza din nou contul."
#: templates/login.php:34 #: templates/login.php:34
msgid "Lost your password?" msgid "Lost your password?"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Eroare" msgstr "Eroare"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Stergere permanenta" msgstr "Stergere permanenta"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Nume" msgstr "Nume"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 folder" msgstr "1 folder"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} foldare" msgstr "{count} foldare"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fisier" msgstr "1 fisier"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} fisiere" msgstr "{count} fisiere"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-24 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-24 05:55+0000\n" "PO-Revision-Date: 2013-07-29 08:00+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"
@ -46,7 +46,7 @@ msgstr "Admin"
msgid "Failed to upgrade \"%s\"." msgid "Failed to upgrade \"%s\"."
msgstr "" msgstr ""
#: defaults.php:33 #: defaults.php:35
msgid "web services under your control" msgid "web services under your control"
msgstr "servicii web controlate de tine" msgstr "servicii web controlate de tine"
@ -257,7 +257,7 @@ msgstr "ultimul an"
msgid "years ago" msgid "years ago"
msgstr "ani în urmă" msgstr "ani în urmă"
#: template.php:296 #: template.php:297
msgid "Caused by:" msgid "Caused by:"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\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"
@ -27,46 +27,50 @@ msgstr "%s не может быть удалён навсегда"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "%s не может быть восстановлен" msgstr "%s не может быть восстановлен"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "выполнить операцию восстановления" msgstr "выполнить операцию восстановления"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Ошибка" msgstr "Ошибка"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "удалить файл навсегда" msgstr "удалить файл навсегда"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Удалено навсегда" msgstr "Удалено навсегда"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Имя" msgstr "Имя"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Удалён" msgstr "Удалён"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 папка" msgstr "1 папка"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} папок" msgstr "{count} папок"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 файл" msgstr "1 файл"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} файлов" msgstr "{count} файлов"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Здесь ничего нет. Ваша корзина пуста!" msgstr "Здесь ничего нет. Ваша корзина пуста!"

View File

@ -3,13 +3,14 @@
# 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:
# Alexander Shashkevych <alex@stunpix.com>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-29 10:50+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Alexander Shashkevych <alex@stunpix.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"
@ -28,15 +29,15 @@ msgstr "Версии"
#: js/versions.js:53 #: js/versions.js:53
msgid "Failed to revert {file} to revision {timestamp}." msgid "Failed to revert {file} to revision {timestamp}."
msgstr "" msgstr "Не удалось возвратить {file} к ревизии {timestamp}."
#: js/versions.js:79 #: js/versions.js:79
msgid "More versions..." msgid "More versions..."
msgstr "" msgstr "Ещё версии..."
#: js/versions.js:116 #: js/versions.js:116
msgid "No other versions available" msgid "No other versions available"
msgstr "" msgstr "Других версий не доступно"
#: js/versions.js:149 #: js/versions.js:149
msgid "Restore" msgid "Restore"

View File

@ -3,14 +3,15 @@
# 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:
# Alexander Shashkevych <alex@stunpix.com>, 2013
# Friktor <antonshramko@yandex.ru>, 2013 # Friktor <antonshramko@yandex.ru>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-24 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-24 05:55+0000\n" "PO-Revision-Date: 2013-07-29 12:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Alexander Shashkevych <alex@stunpix.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"
@ -45,16 +46,16 @@ msgstr "Admin"
#: app.php:844 #: app.php:844
#, php-format #, php-format
msgid "Failed to upgrade \"%s\"." msgid "Failed to upgrade \"%s\"."
msgstr "" msgstr "Не смог обновить \"%s\"."
#: defaults.php:33 #: defaults.php:35
msgid "web services under your control" msgid "web services under your control"
msgstr "веб-сервисы под вашим управлением" msgstr "веб-сервисы под вашим управлением"
#: files.php:66 files.php:98 #: files.php:66 files.php:98
#, php-format #, php-format
msgid "cannot open \"%s\"" msgid "cannot open \"%s\""
msgstr "" msgstr "не могу открыть \"%s\""
#: files.php:226 #: files.php:226
msgid "ZIP download is turned off." msgid "ZIP download is turned off."
@ -76,7 +77,7 @@ msgstr "Выбранные файлы слишком велики, чтобы с
msgid "" msgid ""
"Download the files in smaller chunks, seperately or kindly ask your " "Download the files in smaller chunks, seperately or kindly ask your "
"administrator." "administrator."
msgstr "" msgstr "Загрузите файл маленьшими порциями, раздельно или вежливо попросите Вашего администратора."
#: helper.php:235 #: helper.php:235
msgid "couldn't be determined" msgid "couldn't be determined"
@ -258,9 +259,9 @@ msgstr "в прошлом году"
msgid "years ago" msgid "years ago"
msgstr "несколько лет назад" msgstr "несколько лет назад"
#: template.php:296 #: template.php:297
msgid "Caused by:" msgid "Caused by:"
msgstr "" msgstr "Вызвано:"
#: vcategories.php:188 vcategories.php:249 #: vcategories.php:188 vcategories.php:249
#, php-format #, php-format

View File

@ -3,6 +3,7 @@
# 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:
# Alexander Shashkevych <alex@stunpix.com>, 2013
# alfsoft <alfsoft@gmail.com>, 2013 # alfsoft <alfsoft@gmail.com>, 2013
# lord93 <lordakryl@gmail.com>, 2013 # lord93 <lordakryl@gmail.com>, 2013
# eurekafag <eurekafag@eureka7.ru>, 2013 # eurekafag <eurekafag@eureka7.ru>, 2013
@ -12,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-25 05:57+0000\n" "PO-Revision-Date: 2013-07-29 11:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Alexander Shashkevych <alex@stunpix.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"
@ -185,7 +186,7 @@ msgid ""
"configure your webserver in a way that the data directory is no longer " "configure your webserver in a way that the data directory is no longer "
"accessible or you move the data directory outside the webserver document " "accessible or you move the data directory outside the webserver document "
"root." "root."
msgstr "" msgstr "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера."
#: templates/admin.php:29 #: templates/admin.php:29
msgid "Setup Warning" msgid "Setup Warning"
@ -200,7 +201,7 @@ msgstr "Веб-сервер до сих пор не настроен для во
#: templates/admin.php:33 #: templates/admin.php:33
#, php-format #, php-format
msgid "Please double check the <a href=\"%s\">installation guides</a>." msgid "Please double check the <a href=\"%s\">installation guides</a>."
msgstr "" msgstr "Пожалуйста, дважды просмотрите <a href='%s'>инструкции по установке</a>."
#: templates/admin.php:44 #: templates/admin.php:44
msgid "Module 'fileinfo' missing" msgid "Module 'fileinfo' missing"
@ -222,7 +223,7 @@ msgid ""
"System locale can't be set to %s. This means that there might be problems " "System locale can't be set to %s. This means that there might be problems "
"with certain characters in file names. We strongly suggest to install the " "with certain characters in file names. We strongly suggest to install the "
"required packages on your system to support %s." "required packages on your system to support %s."
msgstr "" msgstr "Системный язык не может быть установлен в %s. Это значит, что могут возникнуть проблемы с некоторыми символами в именах файлов. Мы настойчиво предлагаем установить требуемые пакеты в Вашей системе для поддержки %s."
#: templates/admin.php:75 #: templates/admin.php:75
msgid "Internet connection not working" msgid "Internet connection not working"
@ -235,7 +236,7 @@ msgid ""
"installation of 3rd party apps don´t work. Accessing files from remote and " "installation of 3rd party apps don´t work. Accessing files from remote and "
"sending of notification emails might also not work. We suggest to enable " "sending of notification emails might also not work. We suggest to enable "
"internet connection for this server if you want to have all features." "internet connection for this server if you want to have all features."
msgstr "" msgstr "Этот сервер не имеет подключения к сети интернет. Это значит, что некоторые возможности, такие как подключение внешних дисков, уведомления об обновлениях или установка сторонних приложений не работают. Удалённый доступ к файлам и отправка уведомлений по электронной почте вероятнее всего тоже не будут работать. Предлагаем включить соединение с интернетом для этого сервера, если Вы хотите иметь все возможности."
#: templates/admin.php:92 #: templates/admin.php:92
msgid "Cron" msgid "Cron"
@ -249,11 +250,11 @@ msgstr "Выполнять одно задание с каждой загруж
msgid "" msgid ""
"cron.php is registered at a webcron service to call cron.php once a minute " "cron.php is registered at a webcron service to call cron.php once a minute "
"over http." "over http."
msgstr "" msgstr "cron.php зарегистрирован в сервисе webcron, чтобы cron.php вызывался раз в минуту используя http."
#: templates/admin.php:121 #: templates/admin.php:121
msgid "Use systems cron service to call the cron.php file once a minute." msgid "Use systems cron service to call the cron.php file once a minute."
msgstr "" msgstr "Использовать системный сервис cron для вызова cron.php раз в минуту."
#: templates/admin.php:128 #: templates/admin.php:128
msgid "Sharing" msgid "Sharing"
@ -277,12 +278,12 @@ msgstr "Разрешить пользователям открывать в об
#: templates/admin.php:151 #: templates/admin.php:151
msgid "Allow public uploads" msgid "Allow public uploads"
msgstr "" msgstr "Разрешить открытые загрузки"
#: templates/admin.php:152 #: templates/admin.php:152
msgid "" msgid ""
"Allow users to enable others to upload into their publicly shared folders" "Allow users to enable others to upload into their publicly shared folders"
msgstr "" msgstr "Разрешить пользователям позволять другим загружать в их открытые папки"
#: templates/admin.php:160 #: templates/admin.php:160
msgid "Allow resharing" msgid "Allow resharing"
@ -311,14 +312,14 @@ msgstr "Принудить к HTTPS"
#: templates/admin.php:193 #: templates/admin.php:193
#, php-format #, php-format
msgid "Forces the clients to connect to %s via an encrypted connection." msgid "Forces the clients to connect to %s via an encrypted connection."
msgstr "" msgstr "Принудить клиентов подключаться к %s через шифрованное соединение."
#: templates/admin.php:199 #: templates/admin.php:199
#, php-format #, php-format
msgid "" msgid ""
"Please connect to your %s via HTTPS to enable or disable the SSL " "Please connect to your %s via HTTPS to enable or disable the SSL "
"enforcement." "enforcement."
msgstr "" msgstr "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить принудительное SSL."
#: templates/admin.php:211 #: templates/admin.php:211
msgid "Log" msgid "Log"

View File

@ -3,15 +3,16 @@
# 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:
# Alexander Shashkevych <alex@stunpix.com>, 2013
# Fenuks <fenuksuh@ya.ru>, 2013 # Fenuks <fenuksuh@ya.ru>, 2013
# alfsoft <alfsoft@gmail.com>, 2013 # alfsoft <alfsoft@gmail.com>, 2013
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 05:56+0000\n" "PO-Revision-Date: 2013-07-29 10:50+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Alexander Shashkevych <alex@stunpix.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"
@ -92,7 +93,7 @@ msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may" "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behavior. Please ask your system administrator to " " experience unexpected behavior. Please ask your system administrator to "
"disable one of them." "disable one of them."
msgstr "" msgstr "<b>Предупреждение:</b> Приложения user_ldap и user_webdavauth не совместимы. Вы можете наблюдать некорректное поведение. Пожалуйста попросите Вашего системного администратора отключить одно из них."
#: templates/settings.php:12 #: templates/settings.php:12
msgid "" msgid ""

View File

@ -3,6 +3,7 @@
# 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:
# Alexander Shashkevych <alex@stunpix.com>, 2013
# lord93 <lordakryl@gmail.com>, 2013 # lord93 <lordakryl@gmail.com>, 2013
# Denis <reg.transifex.net@demitel.ru>, 2013 # Denis <reg.transifex.net@demitel.ru>, 2013
# adol <sharov3@gmail.com>, 2012 # adol <sharov3@gmail.com>, 2012
@ -12,9 +13,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-27 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 05:57+0000\n" "PO-Revision-Date: 2013-07-29 12:40+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Last-Translator: Alexander Shashkevych <alex@stunpix.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"
@ -28,11 +29,11 @@ msgstr "Идентификация WebDAV"
#: templates/settings.php:4 #: templates/settings.php:4
msgid "Address: " msgid "Address: "
msgstr "" msgstr "Адрес:"
#: templates/settings.php:7 #: templates/settings.php:7
msgid "" msgid ""
"The user credentials will be sent to this address. This plugin checks the " "The user credentials will be sent to this address. This plugin checks the "
"response and will interpret the HTTP statuscodes 401 and 403 as invalid " "response and will interpret the HTTP statuscodes 401 and 403 as invalid "
"credentials, and all other responses as valid credentials." "credentials, and all other responses as valid credentials."
msgstr "" msgstr "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "දෝෂයක්" msgstr "දෝෂයක්"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "නම" msgstr "නම"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 ෆොල්ඩරයක්" msgstr "1 ෆොල්ඩරයක්"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 ගොනුවක්" msgstr "1 ගොනුවක්"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nemožno zmazať %s navždy"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nemožno obnoviť %s" msgstr "Nemožno obnoviť %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "vykonať obnovu" msgstr "vykonať obnovu"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Chyba" msgstr "Chyba"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "trvalo zmazať súbor" msgstr "trvalo zmazať súbor"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Zmazať trvalo" msgstr "Zmazať trvalo"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Názov" msgstr "Názov"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Zmazané" msgstr "Zmazané"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 priečinok" msgstr "1 priečinok"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} priečinkov" msgstr "{count} priečinkov"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 súbor" msgstr "1 súbor"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} súborov" msgstr "{count} súborov"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Žiadny obsah. Kôš je prázdny!" msgstr "Žiadny obsah. Kôš je prázdny!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Datoteke %s ni mogoče dokončno izbrisati."
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Ni mogoče obnoviti %s" msgstr "Ni mogoče obnoviti %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "izvedi opravilo obnavljanja" msgstr "izvedi opravilo obnavljanja"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Napaka" msgstr "Napaka"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "dokončno izbriši datoteko" msgstr "dokončno izbriši datoteko"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Izbriši dokončno" msgstr "Izbriši dokončno"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Ime" msgstr "Ime"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Izbrisano" msgstr "Izbrisano"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mapa" msgstr "1 mapa"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} map" msgstr "{count} map"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 datoteka" msgstr "1 datoteka"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} datotek" msgstr "{count} datotek"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Mapa smeti je prazna." msgstr "Mapa smeti je prazna."

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Nuk munda ta eliminoj përfundimisht %s"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Nuk munda ta rivendos %s" msgstr "Nuk munda ta rivendos %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "ekzekuto operacionin e rivendosjes" msgstr "ekzekuto operacionin e rivendosjes"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Veprim i gabuar" msgstr "Veprim i gabuar"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "eliminoje përfundimisht skedarin" msgstr "eliminoje përfundimisht skedarin"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Elimino përfundimisht" msgstr "Elimino përfundimisht"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Emri" msgstr "Emri"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Eliminuar" msgstr "Eliminuar"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 dosje" msgstr "1 dosje"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} dosje" msgstr "{count} dosje"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 skedar" msgstr "1 skedar"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} skedarë" msgstr "{count} skedarë"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Këtu nuk ka asgjë. Koshi juaj është bosh!" msgstr "Këtu nuk ka asgjë. Koshi juaj është bosh!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "врати у претходно стање" msgstr "врати у претходно стање"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Грешка" msgstr "Грешка"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Обриши за стално" msgstr "Обриши за стално"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Име" msgstr "Име"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Обрисано" msgstr "Обрисано"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 фасцикла" msgstr "1 фасцикла"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} фасцикле/и" msgstr "{count} фасцикле/и"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 датотека" msgstr "1 датотека"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} датотеке/а" msgstr "{count} датотеке/а"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Ime" msgstr "Ime"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-28 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-27 06:10+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr "Kunde inte radera %s permanent"
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "Kunde inte återställa %s" msgstr "Kunde inte återställa %s"
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "utför återställning" msgstr "utför återställning"
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "Fel" msgstr "Fel"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "radera filen permanent" msgstr "radera filen permanent"
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "Radera permanent" msgstr "Radera permanent"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "Namn" msgstr "Namn"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "Raderad" msgstr "Raderad"
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 mapp" msgstr "1 mapp"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{count} mappar" msgstr "{count} mappar"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 fil" msgstr "1 fil"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{count} filer" msgstr "{count} filer"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "Ingenting här. Din papperskorg är tom!" msgstr "Ingenting här. Din papperskorg är tom!"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-05-25 02:01+0200\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-05-24 13:27+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:96 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:114 js/trash.js:139 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "" msgstr ""
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:121 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:174 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/trash.js:175 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:184 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:194 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "வழு" msgstr "வழு"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "பெயர்" msgstr "பெயர்"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "1 கோப்புறை" msgstr "1 கோப்புறை"
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "{எண்ணிக்கை} கோப்புறைகள்" msgstr "{எண்ணிக்கை} கோப்புறைகள்"
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "1 கோப்பு" msgstr "1 கோப்பு"
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "{எண்ணிக்கை} கோப்புகள்" msgstr "{எண்ணிக்கை} கோப்புகள்"
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
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: http://bugs.owncloud.org/\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2013-07-23 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: 2013-07-23 05:05+0000\n" "PO-Revision-Date: 2013-07-30 05:56+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"
@ -27,46 +27,50 @@ msgstr ""
msgid "Couldn't restore %s" msgid "Couldn't restore %s"
msgstr "" msgstr ""
#: js/trash.js:7 js/trash.js:97 #: js/trash.js:7 js/trash.js:100
msgid "perform restore operation" msgid "perform restore operation"
msgstr "" msgstr ""
#: js/trash.js:19 js/trash.js:46 js/trash.js:115 js/trash.js:141 #: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
msgid "Error" msgid "Error"
msgstr "పొరపాటు" msgstr "పొరపాటు"
#: js/trash.js:34 #: js/trash.js:36
msgid "delete file permanently" msgid "delete file permanently"
msgstr "" msgstr ""
#: js/trash.js:123 #: js/trash.js:127
msgid "Delete permanently" msgid "Delete permanently"
msgstr "శాశ్వతంగా తొలగించు" msgstr "శాశ్వతంగా తొలగించు"
#: js/trash.js:176 templates/index.php:17 #: js/trash.js:182 templates/index.php:17
msgid "Name" msgid "Name"
msgstr "పేరు" msgstr "పేరు"
#: js/trash.js:177 templates/index.php:27 #: js/trash.js:183 templates/index.php:27
msgid "Deleted" msgid "Deleted"
msgstr "" msgstr ""
#: js/trash.js:186 #: js/trash.js:192
msgid "1 folder" msgid "1 folder"
msgstr "" msgstr ""
#: js/trash.js:188 #: js/trash.js:194
msgid "{count} folders" msgid "{count} folders"
msgstr "" msgstr ""
#: js/trash.js:196 #: js/trash.js:202
msgid "1 file" msgid "1 file"
msgstr "" msgstr ""
#: js/trash.js:198 #: js/trash.js:204
msgid "{count} files" msgid "{count} files"
msgstr "" msgstr ""
#: lib/trash.php:819 lib/trash.php:821
msgid "restored"
msgstr ""
#: templates/index.php:9 #: templates/index.php:9
msgid "Nothing in here. Your trash bin is empty!" msgid "Nothing in here. Your trash bin is empty!"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n" "Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-07-29 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n" "Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-07-29 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -120,7 +120,7 @@ msgstr ""
msgid "Delete permanently" msgid "Delete permanently"
msgstr "" msgstr ""
#: js/fileactions.js:128 templates/index.php:93 templates/index.php:94 #: js/fileactions.js:128 templates/index.php:91 templates/index.php:92
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
@ -128,7 +128,7 @@ msgstr ""
msgid "Rename" msgid "Rename"
msgstr "" msgstr ""
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:465 #: js/filelist.js:49 js/filelist.js:52 js/filelist.js:466
msgid "Pending" msgid "Pending"
msgstr "" msgstr ""
@ -160,11 +160,11 @@ msgstr ""
msgid "perform delete operation" msgid "perform delete operation"
msgstr "" msgstr ""
#: js/filelist.js:457 #: js/filelist.js:458
msgid "1 file uploading" msgid "1 file uploading"
msgstr "" msgstr ""
#: js/filelist.js:460 js/filelist.js:518 #: js/filelist.js:461 js/filelist.js:519
msgid "files uploading" msgid "files uploading"
msgstr "" msgstr ""
@ -200,15 +200,15 @@ msgstr ""
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
msgstr "" msgstr ""
#: js/files.js:744 templates/index.php:69 #: js/files.js:744 templates/index.php:67
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: js/files.js:745 templates/index.php:80 #: js/files.js:745 templates/index.php:78
msgid "Size" msgid "Size"
msgstr "" msgstr ""
#: js/files.js:746 templates/index.php:82 #: js/files.js:746 templates/index.php:80
msgid "Modified" msgid "Modified"
msgstr "" msgstr ""
@ -285,45 +285,45 @@ msgstr ""
msgid "From link" msgid "From link"
msgstr "" msgstr ""
#: templates/index.php:42 #: templates/index.php:41
msgid "Deleted files" msgid "Deleted files"
msgstr "" msgstr ""
#: templates/index.php:48 #: templates/index.php:46
msgid "Cancel upload" msgid "Cancel upload"
msgstr "" msgstr ""
#: templates/index.php:54 #: templates/index.php:52
msgid "You dont have write permissions here." msgid "You dont have write permissions here."
msgstr "" msgstr ""
#: templates/index.php:61 #: templates/index.php:59
msgid "Nothing in here. Upload something!" msgid "Nothing in here. Upload something!"
msgstr "" msgstr ""
#: templates/index.php:75 #: templates/index.php:73
msgid "Download" msgid "Download"
msgstr "" msgstr ""
#: templates/index.php:87 templates/index.php:88 #: templates/index.php:85 templates/index.php:86
msgid "Unshare" msgid "Unshare"
msgstr "" msgstr ""
#: templates/index.php:107 #: templates/index.php:105
msgid "Upload too large" msgid "Upload too large"
msgstr "" msgstr ""
#: templates/index.php:109 #: templates/index.php:107
msgid "" msgid ""
"The files you are trying to upload exceed the maximum size for file uploads " "The files you are trying to upload exceed the maximum size for file uploads "
"on this server." "on this server."
msgstr "" msgstr ""
#: templates/index.php:114 #: templates/index.php:112
msgid "Files are being scanned, please wait." msgid "Files are being scanned, please wait."
msgstr "" msgstr ""
#: templates/index.php:117 #: templates/index.php:115
msgid "Current scanning" msgid "Current scanning"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n" "Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-07-29 01:55-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud Core 5.0.0\n" "Project-Id-Version: ownCloud Core 5.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2013-07-29 01:56-0400\n" "POT-Creation-Date: 2013-07-30 01:55-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

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