Merge branch 'master' into oc_preview
This commit is contained in:
commit
93cdfc3e8a
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
|||
Subproject commit 8ead0714bc63872e737dec3a80da935bd9c0d266
|
||||
Subproject commit bd366f82084718903c8a7b85fbc9ad0595d29c5a
|
|
@ -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ě.",
|
||||
"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ě.",
|
||||
"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...",
|
||||
"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í",
|
||||
"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",
|
||||
"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",
|
||||
"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",
|
||||
"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:",
|
||||
"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",
|
||||
|
|
|
@ -1,8 +1,36 @@
|
|||
<?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...",
|
||||
"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",
|
||||
"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",
|
||||
"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"
|
||||
);
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"The password is wrong. Try again." => "Heslo není správné. Zkuste to znovu.",
|
||||
"Password" => "Heslo",
|
||||
"Submit" => "Odeslat",
|
||||
"%s shared the folder %s with you" => "%s s Vámi sdílí složku %s",
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "Nelze navrátit: %s",
|
||||
"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"
|
||||
);
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "Não foi possível reverter: %s",
|
||||
"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"
|
||||
);
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "Не может быть возвращён: %s",
|
||||
"Versions" => "Версии",
|
||||
"Failed to revert {file} to revision {timestamp}." => "Не удалось возвратить {file} к ревизии {timestamp}.",
|
||||
"More versions..." => "Ещё версии...",
|
||||
"No other versions available" => "Других версий не доступно",
|
||||
"Restore" => "Восстановить"
|
||||
);
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"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?",
|
||||
"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.",
|
||||
"Server configuration" => "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.",
|
||||
"Backup (Replica) Port" => "Záložní (kopie) port",
|
||||
"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",
|
||||
"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)",
|
||||
"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.",
|
||||
"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ěť.",
|
||||
"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",
|
||||
"One User Base DN per line" => "Jedna uživatelská základní DN na řádku",
|
||||
"User Search Attributes" => "Atributy vyhledávání uživatelů",
|
||||
"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",
|
||||
"One Group Base DN per line" => "Jedna skupinová základní DN na řádku",
|
||||
"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",
|
||||
"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",
|
||||
"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:",
|
||||
"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:",
|
||||
"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 Groupname-LDAP Group Mapping" => "Zrušit mapování názvů skupin LDAPu",
|
||||
"Test Configuration" => "Vyzkoušet nastavení",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Connection test failed" => "Проверка соединения не удалась",
|
||||
"Do you really want to delete the current Server Configuration?" => "Вы действительно хотите удалить существующую конфигурацию сервера?",
|
||||
"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 не установлен, бэкенд не будет работать. Пожалуйста, попросите вашего системного администратора его установить. ",
|
||||
"Server configuration" => "Конфигурация сервера",
|
||||
"Add Server Configuration" => "Добавить конфигурацию сервера",
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<?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."
|
||||
);
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<?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 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
|
||||
);
|
||||
|
|
|
@ -110,9 +110,11 @@
|
|||
"Add" => "Přidat",
|
||||
"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)",
|
||||
"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.",
|
||||
"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.",
|
||||
"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>",
|
||||
"Advanced" => "Pokročilé",
|
||||
"Data folder" => "Složka s daty",
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
"Category type not provided." => "Tipul de categorie nu a fost specificat.",
|
||||
"No category to add?" => "Nici o categorie de adăugat?",
|
||||
"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",
|
||||
"Error adding %s to favorites." => "Eroare la adăugarea %s la favorite",
|
||||
"No categories selected for deletion." => "Nici o categorie selectată pentru ștergere.",
|
||||
"Error removing %s from favorites." => "Eroare la ștergerea %s din favorite",
|
||||
"Error adding %s to favorites." => "Eroare la adăugarea %s la favorite.",
|
||||
"No categories selected for deletion." => "Nicio categorie selectată pentru ștergere.",
|
||||
"Error removing %s from favorites." => "Eroare la ștergerea %s din favorite.",
|
||||
"Sunday" => "Duminică",
|
||||
"Monday" => "Luni",
|
||||
"Tuesday" => "Marți",
|
||||
|
@ -30,12 +30,12 @@
|
|||
"Settings" => "Setări",
|
||||
"seconds ago" => "secunde în urmă",
|
||||
"1 minute ago" => "1 minut în urmă",
|
||||
"{minutes} minutes ago" => "{minutes} minute in urma",
|
||||
"1 hour ago" => "Acum o ora",
|
||||
"{minutes} minutes ago" => "{minutes} minute in urmă",
|
||||
"1 hour ago" => "Acum o oră",
|
||||
"{hours} hours ago" => "{hours} ore în urmă",
|
||||
"today" => "astăzi",
|
||||
"yesterday" => "ieri",
|
||||
"{days} days ago" => "{days} zile in urma",
|
||||
"{days} days ago" => "{days} zile in urmă",
|
||||
"last month" => "ultima lună",
|
||||
"{months} months ago" => "{months} luni în urmă",
|
||||
"months ago" => "luni în urmă",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"Yes" => "Da",
|
||||
"No" => "Nu",
|
||||
"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",
|
||||
"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!",
|
||||
"Shared" => "Partajat",
|
||||
"Share" => "Partajează",
|
||||
|
@ -83,13 +83,13 @@
|
|||
"Error setting expiration date" => "Eroare la specificarea datei de expirare",
|
||||
"Sending ..." => "Se expediază...",
|
||||
"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 successful. Redirecting you to ownCloud now." => "Modernizare reusita! Vei fii redirectionat!",
|
||||
"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." => "Actualizare reușită. Ești redirecționat către 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}",
|
||||
"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?",
|
||||
"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",
|
||||
"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",
|
||||
|
@ -101,18 +101,20 @@
|
|||
"Personal" => "Personal",
|
||||
"Users" => "Utilizatori",
|
||||
"Apps" => "Aplicații",
|
||||
"Admin" => "Admin",
|
||||
"Admin" => "Administrator",
|
||||
"Help" => "Ajutor",
|
||||
"Access forbidden" => "Acces interzis",
|
||||
"Access forbidden" => "Acces restricționat",
|
||||
"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!",
|
||||
"Edit categories" => "Editează categorii",
|
||||
"Add" => "Adaugă",
|
||||
"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)",
|
||||
"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",
|
||||
"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",
|
||||
"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ă.",
|
||||
"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)",
|
||||
"Please update your PHP installation to use %s securely." => "Te rog actualizează versiunea PHP pentru a utiliza %s în mod securizat.",
|
||||
"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.",
|
||||
"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>",
|
||||
"Advanced" => "Avansat",
|
||||
"Data folder" => "Director date",
|
||||
|
@ -126,9 +128,9 @@
|
|||
"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.",
|
||||
"Log out" => "Ieșire",
|
||||
"Automatic logon rejected!" => "Logare automata respinsa",
|
||||
"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",
|
||||
"Please change your password to secure your account again." => "Te rog schimba parola pentru ca, contul tau sa fie securizat din nou.",
|
||||
"Automatic logon rejected!" => "Autentificare automată respinsă!",
|
||||
"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 schimbă-ți parola pentru a-ți securiza din nou contul.",
|
||||
"Lost your password?" => "Ai uitat parola?",
|
||||
"remember" => "amintește",
|
||||
"Log in" => "Autentificare",
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "تعذّر حذف%s بشكل دائم"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "تعذّر استرجاع %s "
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "خطأ"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "حذف بشكل دائم"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "حذف بشكل دائم"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "اسم"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "تم الحذف"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "مجلد عدد 1"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} مجلدات"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "ملف واحد"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ملفات"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "لا يوجد شيء هنا. سلة المهملات خاليه."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Димитър Кръстев <dimitar.t.krastev@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "Невъзможно перманентното изтриване на
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "Невъзможно възтановяване на %s"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Грешка"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "изтриване на файла завинаги"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Изтриване завинаги"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Изтрито"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 папка"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} папки"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 файл"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} файла"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Няма нищо. Кофата е празна!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "সমস্যা"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "রাম"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "১টি ফোল্ডার"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} টি ফোল্ডার"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "১টি ফাইল"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} টি ফাইল"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "No s'ha pogut esborrar permanentment %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Error"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "esborra el fitxer permanentment"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Esborra permanentment"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Eliminat"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 carpeta"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} carpetes"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fitxer"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} fitxers"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "La paperera està buida!"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-25 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 18:10+0000\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"
|
||||
"MIME-Version: 1.0\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
|
||||
#, php-format
|
||||
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
|
||||
msgid ""
|
||||
|
@ -523,7 +523,7 @@ msgstr "Váš adresář s daty a soubory jsou dostupné z internetu, protože so
|
|||
msgid ""
|
||||
"For information how to properly configure your server, please see the <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
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:04+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 13:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -122,7 +122,7 @@ msgstr "Sdílet"
|
|||
msgid "Delete permanently"
|
||||
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"
|
||||
msgstr "Smazat"
|
||||
|
||||
|
@ -130,7 +130,7 @@ msgstr "Smazat"
|
|||
msgid "Rename"
|
||||
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"
|
||||
msgstr "Nevyřízené"
|
||||
|
||||
|
@ -162,11 +162,11 @@ msgstr "zpět"
|
|||
msgid "perform delete operation"
|
||||
msgstr "provést smazání"
|
||||
|
||||
#: js/filelist.js:457
|
||||
#: js/filelist.js:458
|
||||
msgid "1 file uploading"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Název"
|
||||
|
||||
#: js/files.js:745 templates/index.php:80
|
||||
#: js/files.js:745 templates/index.php:78
|
||||
msgid "Size"
|
||||
msgstr "Velikost"
|
||||
|
||||
#: js/files.js:746 templates/index.php:82
|
||||
#: js/files.js:746 templates/index.php:80
|
||||
msgid "Modified"
|
||||
msgstr "Upraveno"
|
||||
|
||||
|
@ -287,45 +287,45 @@ msgstr "Složka"
|
|||
msgid "From link"
|
||||
msgstr "Z odkazu"
|
||||
|
||||
#: templates/index.php:42
|
||||
#: templates/index.php:41
|
||||
msgid "Deleted files"
|
||||
msgstr "Odstraněné soubory"
|
||||
|
||||
#: templates/index.php:48
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
msgstr "Zrušit odesílání"
|
||||
|
||||
#: templates/index.php:54
|
||||
#: templates/index.php:52
|
||||
msgid "You don’t have write permissions here."
|
||||
msgstr "Nemáte zde práva zápisu."
|
||||
|
||||
#: templates/index.php:61
|
||||
#: templates/index.php:59
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr "Žádný obsah. Nahrajte něco."
|
||||
|
||||
#: templates/index.php:75
|
||||
#: templates/index.php:73
|
||||
msgid "Download"
|
||||
msgstr "Stáhnout"
|
||||
|
||||
#: templates/index.php:87 templates/index.php:88
|
||||
#: templates/index.php:85 templates/index.php:86
|
||||
msgid "Unshare"
|
||||
msgstr "Zrušit sdílení"
|
||||
|
||||
#: templates/index.php:107
|
||||
#: templates/index.php:105
|
||||
msgid "Upload too large"
|
||||
msgstr "Odesílaný soubor je příliš velký"
|
||||
|
||||
#: templates/index.php:109
|
||||
#: templates/index.php:107
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
msgstr "Soubory, které se snažíte odeslat, překračují limit velikosti odesílání na tomto serveru."
|
||||
|
||||
#: templates/index.php:114
|
||||
#: templates/index.php:112
|
||||
msgid "Files are being scanned, please wait."
|
||||
msgstr "Soubory se prohledávají, prosím čekejte."
|
||||
|
||||
#: templates/index.php:117
|
||||
#: templates/index.php:115
|
||||
msgid "Current scanning"
|
||||
msgstr "Aktuální prohledávání"
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-14 02:02+0200\n"
|
||||
"PO-Revision-Date: 2013-07-13 21:40+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 18:40+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -61,18 +61,18 @@ msgid ""
|
|||
"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."
|
||||
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
|
||||
msgid "Missing requirements."
|
||||
msgstr ""
|
||||
msgstr "Nesplněné závislosti."
|
||||
|
||||
#: hooks/hooks.php:45
|
||||
msgid ""
|
||||
"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."
|
||||
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
|
||||
msgid "Saving..."
|
||||
|
@ -82,11 +82,11 @@ msgstr "Ukládám..."
|
|||
msgid ""
|
||||
"Your private key is not valid! Maybe the your password was changed from "
|
||||
"outside."
|
||||
msgstr ""
|
||||
msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo vaše heslo změněno zvenčí."
|
||||
|
||||
#: templates/invalid_private_key.php:7
|
||||
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
|
||||
msgid "personal settings"
|
||||
|
@ -99,11 +99,11 @@ msgstr "Šifrování"
|
|||
#: templates/settings-admin.php:10
|
||||
msgid ""
|
||||
"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
|
||||
msgid "Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Heslo klíče pro obnovu"
|
||||
|
||||
#: templates/settings-admin.php:21 templates/settings-personal.php:54
|
||||
msgid "Enabled"
|
||||
|
@ -115,15 +115,15 @@ msgstr "Zakázáno"
|
|||
|
||||
#: templates/settings-admin.php:34
|
||||
msgid "Change recovery key password:"
|
||||
msgstr ""
|
||||
msgstr "Změna hesla klíče pro obnovu:"
|
||||
|
||||
#: templates/settings-admin.php:41
|
||||
msgid "Old Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Původní heslo klíče pro obnovu"
|
||||
|
||||
#: templates/settings-admin.php:48
|
||||
msgid "New Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Nové heslo klíče pro obnovu"
|
||||
|
||||
#: templates/settings-admin.php:53
|
||||
msgid "Change Password"
|
||||
|
@ -131,17 +131,17 @@ msgstr "Změnit heslo"
|
|||
|
||||
#: templates/settings-personal.php:11
|
||||
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
|
||||
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
|
||||
msgid ""
|
||||
" If you don't remember your old password you can ask your administrator to "
|
||||
"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
|
||||
msgid "Old log-in password"
|
||||
|
@ -153,7 +153,7 @@ msgstr "Aktuální přihlašovací heslo"
|
|||
|
||||
#: templates/settings-personal.php:35
|
||||
msgid "Update Private Key Password"
|
||||
msgstr ""
|
||||
msgstr "Změnit heslo soukromého klíče"
|
||||
|
||||
#: templates/settings-personal.php:45
|
||||
msgid "Enable password recovery:"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# pstast <petr@stastny.eu>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 14:40+0000\n"
|
||||
"Last-Translator: pstast <petr@stastny.eu>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +20,7 @@ msgstr ""
|
|||
|
||||
#: templates/authenticate.php:4
|
||||
msgid "The password is wrong. Try again."
|
||||
msgstr ""
|
||||
msgstr "Heslo není správné. Zkuste to znovu."
|
||||
|
||||
#: templates/authenticate.php:7
|
||||
msgid "Password"
|
||||
|
@ -29,28 +30,28 @@ msgstr "Heslo"
|
|||
msgid "Submit"
|
||||
msgstr "Odeslat"
|
||||
|
||||
#: templates/public.php:17
|
||||
#: templates/public.php:15
|
||||
#, php-format
|
||||
msgid "%s shared the folder %s with you"
|
||||
msgstr "%s s Vámi sdílí složku %s"
|
||||
|
||||
#: templates/public.php:20
|
||||
#: templates/public.php:18
|
||||
#, php-format
|
||||
msgid "%s shared the file %s with you"
|
||||
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"
|
||||
msgstr "Stáhnout"
|
||||
|
||||
#: templates/public.php:45 templates/public.php:48
|
||||
#: templates/public.php:43 templates/public.php:46
|
||||
msgid "Upload"
|
||||
msgstr "Odeslat"
|
||||
|
||||
#: templates/public.php:58
|
||||
#: templates/public.php:56
|
||||
msgid "Cancel upload"
|
||||
msgstr "Zrušit odesílání"
|
||||
|
||||
#: templates/public.php:87
|
||||
#: templates/public.php:85
|
||||
msgid "No preview available for"
|
||||
msgstr "Náhled není dostupný pro"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nelze trvale odstranit %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Chyba"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "trvale odstranit soubor"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Trvale odstranit"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Název"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Smazáno"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 složka"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} složky"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 soubor"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} soubory"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Žádný obsah. Váš koš je prázdný."
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Honza K. <honza889@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 18:50+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,15 +29,15 @@ msgstr "Verze"
|
|||
|
||||
#: js/versions.js:53
|
||||
msgid "Failed to revert {file} to revision {timestamp}."
|
||||
msgstr ""
|
||||
msgstr "Selhalo navrácení souboru {file} na verzi {timestamp}."
|
||||
|
||||
#: js/versions.js:79
|
||||
msgid "More versions..."
|
||||
msgstr ""
|
||||
msgstr "Více verzí..."
|
||||
|
||||
#: js/versions.js:116
|
||||
msgid "No other versions available"
|
||||
msgstr ""
|
||||
msgstr "Žádné další verze nejsou dostupné"
|
||||
|
||||
#: js/versions.js:149
|
||||
msgid "Restore"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-25 05:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 19:30+0000\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"
|
||||
"MIME-Version: 1.0\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
|
||||
#, php-format
|
||||
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
|
||||
msgid "Module 'fileinfo' missing"
|
||||
|
@ -250,7 +250,7 @@ msgstr ""
|
|||
|
||||
#: templates/admin.php:121
|
||||
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
|
||||
msgid "Sharing"
|
||||
|
@ -274,12 +274,12 @@ msgstr "Povolit uživatelům sdílet položky s veřejností pomocí odkazů"
|
|||
|
||||
#: templates/admin.php:151
|
||||
msgid "Allow public uploads"
|
||||
msgstr ""
|
||||
msgstr "Povolit veřejné soubory"
|
||||
|
||||
#: templates/admin.php:152
|
||||
msgid ""
|
||||
"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
|
||||
msgid "Allow resharing"
|
||||
|
@ -308,14 +308,14 @@ msgstr "Vynutit HTTPS"
|
|||
#: templates/admin.php:193
|
||||
#, php-format
|
||||
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
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Please connect to your %s via HTTPS to enable or disable the SSL "
|
||||
"enforcement."
|
||||
msgstr ""
|
||||
msgstr "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL."
|
||||
|
||||
#: templates/admin.php:211
|
||||
msgid "Log"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 19:20+0000\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"
|
||||
"MIME-Version: 1.0\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"
|
||||
" experience unexpected behavior. Please ask your system administrator to "
|
||||
"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
|
||||
msgid ""
|
||||
|
@ -224,7 +224,7 @@ msgstr "Zakázat hlavní serveru"
|
|||
|
||||
#: templates/settings.php:75
|
||||
msgid "Only connect to the replica server."
|
||||
msgstr ""
|
||||
msgstr "Připojit jen k replikujícímu serveru."
|
||||
|
||||
#: templates/settings.php:76
|
||||
msgid "Use TLS"
|
||||
|
@ -247,7 +247,7 @@ msgstr "Vypnout ověřování SSL certifikátu."
|
|||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"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
|
||||
msgid "Not recommended, use for testing only."
|
||||
|
@ -267,11 +267,11 @@ msgstr "Nastavení adresáře"
|
|||
|
||||
#: templates/settings.php:83
|
||||
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
|
||||
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
|
||||
msgid "Base User Tree"
|
||||
|
@ -291,11 +291,11 @@ msgstr "Volitelné, atribut na řádku"
|
|||
|
||||
#: templates/settings.php:86
|
||||
msgid "Group Display Name Field"
|
||||
msgstr "Pole pro zobrazení jména skupiny"
|
||||
msgstr "Pole zobrazovaného jména skupiny"
|
||||
|
||||
#: templates/settings.php:86
|
||||
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
|
||||
msgid "Base Group Tree"
|
||||
|
@ -361,7 +361,7 @@ msgid ""
|
|||
"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."
|
||||
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
|
||||
msgid "Internal Username Attribute:"
|
||||
|
@ -380,7 +380,7 @@ msgid ""
|
|||
"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."
|
||||
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
|
||||
msgid "UUID Attribute:"
|
||||
|
@ -402,7 +402,7 @@ msgid ""
|
|||
" is not configuration sensitive, it affects all LDAP configurations! Never "
|
||||
"clear the mappings in a production environment, only in a testing or "
|
||||
"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
|
||||
msgid "Clear Username-LDAP User Mapping"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Methwyd dileu %s yn barhaol"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Gwall"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "dileu ffeil yn barhaol"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Dileu'n barhaol"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Enw"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Wedi dileu"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 blygell"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} plygell"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ffeil"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ffeil"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Does dim byd yma. Mae eich bin sbwriel yn wag!"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 18:30+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 16:20+0000\n"
|
||||
"Last-Translator: Sappe\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -20,39 +20,39 @@ msgstr ""
|
|||
|
||||
#: ajax/adminrecovery.php:29
|
||||
msgid "Recovery key successfully enabled"
|
||||
msgstr ""
|
||||
msgstr "Gendannelsesnøgle aktiveret med succes"
|
||||
|
||||
#: ajax/adminrecovery.php:34
|
||||
msgid ""
|
||||
"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
|
||||
msgid "Recovery key successfully disabled"
|
||||
msgstr ""
|
||||
msgstr "Gendannelsesnøgle deaktiveret succesfuldt"
|
||||
|
||||
#: ajax/adminrecovery.php:53
|
||||
msgid ""
|
||||
"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
|
||||
msgid "Password successfully changed."
|
||||
msgstr ""
|
||||
msgstr "Kodeordet blev ændret succesfuldt"
|
||||
|
||||
#: ajax/changeRecoveryPassword.php:51
|
||||
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
|
||||
msgid "Private key password successfully updated."
|
||||
msgstr ""
|
||||
msgstr "Privat nøgle kodeord succesfuldt opdateret."
|
||||
|
||||
#: ajax/updatePrivateKeyPassword.php:53
|
||||
msgid ""
|
||||
"Could not update the private key password. Maybe the old password was not "
|
||||
"correct."
|
||||
msgstr ""
|
||||
msgstr "Kunne ikke opdatere det private nøgle kodeord-. Måske var det gamle kodeord forkert."
|
||||
|
||||
#: files/error.php:7
|
||||
msgid ""
|
||||
|
@ -60,18 +60,18 @@ msgid ""
|
|||
"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."
|
||||
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
|
||||
msgid "Missing requirements."
|
||||
msgstr ""
|
||||
msgstr "Manglende betingelser."
|
||||
|
||||
#: hooks/hooks.php:45
|
||||
msgid ""
|
||||
"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."
|
||||
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
|
||||
msgid "Saving..."
|
||||
|
@ -81,11 +81,11 @@ msgstr "Gemmer..."
|
|||
msgid ""
|
||||
"Your private key is not valid! Maybe the your password was changed from "
|
||||
"outside."
|
||||
msgstr ""
|
||||
msgstr "Din private nøgle er ikke gyldig. Måske blev dit kodeord ændre udefra."
|
||||
|
||||
#: templates/invalid_private_key.php:7
|
||||
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
|
||||
msgid "personal settings"
|
||||
|
@ -98,11 +98,11 @@ msgstr "Kryptering"
|
|||
#: templates/settings-admin.php:10
|
||||
msgid ""
|
||||
"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
|
||||
msgid "Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Gendannelsesnøgle kodeord"
|
||||
|
||||
#: templates/settings-admin.php:21 templates/settings-personal.php:54
|
||||
msgid "Enabled"
|
||||
|
@ -114,15 +114,15 @@ msgstr "Deaktiveret"
|
|||
|
||||
#: templates/settings-admin.php:34
|
||||
msgid "Change recovery key password:"
|
||||
msgstr ""
|
||||
msgstr "Skift gendannelsesnøgle kodeord:"
|
||||
|
||||
#: templates/settings-admin.php:41
|
||||
msgid "Old Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Gammel Gendannelsesnøgle kodeord"
|
||||
|
||||
#: templates/settings-admin.php:48
|
||||
msgid "New Recovery key password"
|
||||
msgstr ""
|
||||
msgstr "Ny Gendannelsesnøgle kodeord"
|
||||
|
||||
#: templates/settings-admin.php:53
|
||||
msgid "Change Password"
|
||||
|
@ -130,44 +130,44 @@ msgstr "Skift Kodeord"
|
|||
|
||||
#: templates/settings-personal.php:11
|
||||
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
|
||||
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
|
||||
msgid ""
|
||||
" If you don't remember your old password you can ask your administrator to "
|
||||
"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
|
||||
msgid "Old log-in password"
|
||||
msgstr ""
|
||||
msgstr "Gammelt login kodeord"
|
||||
|
||||
#: templates/settings-personal.php:30
|
||||
msgid "Current log-in password"
|
||||
msgstr ""
|
||||
msgstr "Nuvrende login kodeord"
|
||||
|
||||
#: templates/settings-personal.php:35
|
||||
msgid "Update Private Key Password"
|
||||
msgstr ""
|
||||
msgstr "Opdater Privat Nøgle Kodeord"
|
||||
|
||||
#: templates/settings-personal.php:45
|
||||
msgid "Enable password recovery:"
|
||||
msgstr ""
|
||||
msgstr "Aktiver kodeord gendannelse:"
|
||||
|
||||
#: templates/settings-personal.php:47
|
||||
msgid ""
|
||||
"Enabling this option will allow you to reobtain access to your encrypted "
|
||||
"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
|
||||
msgid "File recovery settings updated"
|
||||
msgstr ""
|
||||
msgstr "Filgendannelsesindstillinger opdateret"
|
||||
|
||||
#: templates/settings-personal.php:64
|
||||
msgid "Could not update file recovery"
|
||||
msgstr ""
|
||||
msgstr "Kunne ikke opdatere filgendannelse"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Kunne ikke slette %s permanent"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Fejl"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "slet fil permanent"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Slet permanent"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Slettet"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappe"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mapper"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} filer"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Intet at se her. Din papirkurv er tom!"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Fehler"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "Datei dauerhaft löschen"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Endgültig löschen"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "gelöscht"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 Ordner"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} Ordner"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 Datei"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} Dateien"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Nichts zu löschen, der Papierkorb ist leer!"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: German (Germany) <translations@owncloud.org>\n"
|
||||
"MIME-Version: 1.0\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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Fehler"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "Datei dauerhaft löschen"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Endgültig löschen"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Gelöscht"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 Ordner"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} Ordner"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 Datei"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} Dateien"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Nichts zu löschen, Ihr Papierkorb ist leer!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Αδύνατη η μόνιμη διαγραφή του %s"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "Αδυναμία επαναφοράς %s"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Σφάλμα"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "μόνιμη διαγραφή αρχείου"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Μόνιμη διαγραφή"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Όνομα"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Διαγράφηκε"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 φάκελος"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} φάκελοι"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 αρχείο"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} αρχεία"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Δεν υπάρχει τίποτα εδώ. Ο κάδος σας είναι άδειος!"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-04-26 08:01+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Eraro"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Forigi por ĉiam"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nomo"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 dosierujo"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} dosierujoj"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 dosiero"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} dosierujoj"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Korrosivo <yo@rubendelcampo.es>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "No se puede eliminar %s permanentemente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Error"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "eliminar archivo permanentemente"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Eliminar permanentemente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Eliminado"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 carpeta"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} carpetas"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 archivo"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} archivos"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "No hay nada aquí. ¡Tu papelera esta vacía!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "No fue posible borrar %s de manera permanente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Error"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "Borrar archivo de manera permanente"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Borrar de manera permanente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Borrado"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 directorio"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} directorios"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 archivo"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} archivos"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "No hay nada acá. ¡La papelera está vacía!"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Rivo Zängov <eraser@eraser.ee>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "%s jäädavalt kustutamine ebaõnnestus"
|
|||
msgid "Couldn't restore %s"
|
||||
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"
|
||||
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"
|
||||
msgstr "Viga"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "kustuta fail jäädavalt"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Kustuta jäädavalt"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Kustutatud"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 kaust"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} kausta"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fail"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} faili"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Siin pole midagi. Sinu prügikast on tühi!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Ezin izan da %s betirako ezabatu"
|
|||
msgid "Couldn't restore %s"
|
||||
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"
|
||||
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"
|
||||
msgstr "Errorea"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "ezabatu fitxategia betirako"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Ezabatu betirako"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Izena"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Ezabatuta"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "karpeta bat"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} karpeta"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "fitxategi bat"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} fitxategi"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Ez dago ezer ez. Zure zakarrontzia hutsik dago!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "%s را نمی توان برای همیشه حذف کرد"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "%s را نمی توان بازگرداند"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "خطا"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "حذف فایل برای همیشه"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "حذف قطعی"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "نام"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "حذف شده"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 پوشه"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{ شمار} پوشه ها"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 پرونده"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{ شمار } فایل ها"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "هیچ چیزی اینجا نیست. سطل زباله ی شما خالی است."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:00+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Kohdetta %s ei voitu poistaa pysyvästi"
|
|||
msgid "Couldn't restore %s"
|
||||
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"
|
||||
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"
|
||||
msgstr "Virhe"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "poista tiedosto pysyvästi"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Poista pysyvästi"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Poistettu"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 kansio"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} kansiota"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 tiedosto"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} tiedostoa"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Tyhjää täynnä! Roskakorissa ei ole mitään."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Impossible d'effacer %s de façon permanente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Erreur"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "effacer définitivement le fichier"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
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"
|
||||
msgstr "Nom"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Effacé"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 dossier"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} dossiers"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fichier"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} fichiers"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Il n'y a rien ici. Votre corbeille est vide !"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Non foi posíbel eliminar %s permanente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Erro"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "eliminar o ficheiro permanentemente"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Eliminar permanentemente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Eliminado"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 cartafol"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} cartafoles"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ficheiro"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ficheiros"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Aquí non hai nada. O cesto do lixo está baleiro!"
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "לא ניתן למחוק את %s לצמיתות"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "לא ניתן לשחזר את %s"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "שגיאה"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "מחיקת קובץ לצמיתות"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "מחיקה לצמיתות"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "שם"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "נמחק"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "תיקייה אחת"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} תיקיות"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "קובץ אחד"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} קבצים"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "אין כאן שום דבר. סל המיחזור שלך ריק!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "त्रुटि"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Greška"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nem sikerült %s végleges törlése"
|
|||
msgid "Couldn't restore %s"
|
||||
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"
|
||||
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"
|
||||
msgstr "Hiba"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "az állomány végleges törlése"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Végleges törlés"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Név"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Törölve"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappa"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mappa"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fájl"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} fájl"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Itt nincs semmi. Az Ön szemetes mappája üres!"
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-04-26 08:01+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Error"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nomine"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Tidak dapat menghapus permanen %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Galat"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "hapus berkas secara permanen"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Hapus secara permanen"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Dihapus"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 folder"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} folder"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 berkas"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} berkas"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Tempat sampah anda kosong!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Villa"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nafn"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappa"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} möppur"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 skrá"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} skrár"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Impossibile eliminare %s definitivamente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Errore"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "elimina il file definitivamente"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Elimina definitivamente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Eliminati"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 cartella"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} cartelle"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 file"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} file"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Qui non c'è niente. Il tuo cestino è vuoto."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "%s を完全に削除出来ませんでした"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "%s を復元出来ませんでした"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "エラー"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "ファイルを完全に削除する"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "完全に削除する"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "名前"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "削除済み"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 フォルダ"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} フォルダ"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ファイル"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ファイル"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "ここには何もありません。ゴミ箱は空です!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,9 +7,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: drlinux64 <romeo@energo-pro.ge>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "ფაილი %s–ის სრულად წაშლა ვერ
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "%s–ის აღდგენა ვერ მოხერხდა"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "შეცდომა"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "ფაილის სრულად წაშლა"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "სრულად წაშლა"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "სახელი"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "წაშლილი"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 საქაღალდე"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} საქაღალდე"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ფაილი"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ფაილი"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "오류"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "영원히 삭제"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "이름"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "폴더 1개"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "폴더 {count}개"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "파일 1개"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "파일 {count}개"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "ههڵه"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "ناو"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Fehler"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Numm"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: fizikiukas <fizikiukas@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "Nepavyko negrįžtamai ištrinti %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Klaida"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "failą ištrinti negrįžtamai"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Ištrinti negrįžtamai"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Pavadinimas"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Ištrinti"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 aplankalas"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} aplankalai"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 failas"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} failai"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Nieko nėra. Jūsų šiukšliadėžė tuščia!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nevarēja pilnībā izdzēst %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Kļūda"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "dzēst datni pavisam"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Dzēst pavisam"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nosaukums"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Dzēsts"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mape"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mapes"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 datne"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} datnes"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Šeit nekā nav. Jūsu miskaste ir tukša!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Грешка"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 папка"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} папки"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 датотека"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} датотеки"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-06 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-07-05 08:25+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Ralat"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: Hans Nesse <>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "Kunne ikke slette %s fullstendig"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Feil"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "slett filer permanent"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Slett permanent"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Navn"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Slettet"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappe"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mapper"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} filer"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Ingenting her. Søppelkassen din er tom!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Kon %s niet permanent verwijderen"
|
|||
msgid "Couldn't restore %s"
|
||||
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"
|
||||
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"
|
||||
msgstr "Fout"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "verwijder bestanden definitief"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Verwijder definitief"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Naam"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Verwijderd"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 map"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mappen"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 bestand"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} bestanden"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Niets te vinden. Uw prullenbak is leeg!"
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: unhammer <unhammer+dill@mm.st>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,46 +28,50 @@ msgstr "Klarte ikkje sletta %s for godt"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Feil"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "slett fila for godt"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Slett for godt"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Namn"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Sletta"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mappe"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mapper"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} filer"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Ingenting her. Papirkorga di er tom!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Error"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nie można trwale usunąć %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Błąd"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "trwale usuń plik"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Trwale usuń"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nazwa"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Usunięte"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 folder"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "Ilość folderów: {count}"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 plik"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "Ilość plików: {count}"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Nic tu nie ma. Twój kosz jest pusty!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Não foi possível excluir %s permanentemente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Erro"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "excluir arquivo permanentemente"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Excluir permanentemente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Excluído"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 pasta"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} pastas"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 arquivo"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} arquivos"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Nada aqui. Sua lixeira está vazia!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Não foi possível eliminar %s de forma permanente"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Erro"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "Eliminar permanentemente o(s) ficheiro(s)"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Eliminar permanentemente"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Apagado"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 pasta"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} pastas"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ficheiro"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} ficheiros"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Não hà ficheiros. O lixo está vazio!"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Helder Meneses <helder.meneses@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 15:40+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,15 +29,15 @@ msgstr "Versões"
|
|||
|
||||
#: js/versions.js:53
|
||||
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
|
||||
msgid "More versions..."
|
||||
msgstr ""
|
||||
msgstr "Mais versões..."
|
||||
|
||||
#: js/versions.js:116
|
||||
msgid "No other versions available"
|
||||
msgstr ""
|
||||
msgstr "Não existem versões mais antigas"
|
||||
|
||||
#: js/versions.js:149
|
||||
msgid "Restore"
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# Mouxy <daniel@mouxy.net>, 2012-2013
|
||||
# Helder Meneses <helder.meneses@gmail.com>, 2012
|
||||
# Helder Meneses <helder.meneses@gmail.com>, 2012-2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 05:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 15:30+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -25,11 +25,11 @@ msgstr "Autenticação WebDAV"
|
|||
|
||||
#: templates/settings.php:4
|
||||
msgid "Address: "
|
||||
msgstr ""
|
||||
msgstr "Endereço:"
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid ""
|
||||
"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."
|
||||
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."
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# corneliu.e <corneliueva@yahoo.com>, 2013
|
||||
# dimaursu16 <dima@ceata.org>, 2013
|
||||
# ripkid666 <ripkid666@gmail.com>, 2013
|
||||
# sergiu_sechel <sergiu.sechel@gmail.com>, 2013
|
||||
|
@ -10,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-25 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 08:10+0000\n"
|
||||
"Last-Translator: corneliu.e <corneliueva@yahoo.com>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -42,7 +43,7 @@ msgstr "Această categorie deja există: %s"
|
|||
#: ajax/vcategories/favorites.php:24
|
||||
#: ajax/vcategories/removeFromFavorites.php:26
|
||||
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/removeFromFavorites.php:30
|
||||
|
@ -53,16 +54,16 @@ msgstr "ID-ul %s nu a fost introdus"
|
|||
#: ajax/vcategories/addToFavorites.php:35
|
||||
#, php-format
|
||||
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
|
||||
msgid "No categories selected for deletion."
|
||||
msgstr "Nici o categorie selectată pentru ștergere."
|
||||
msgstr "Nicio categorie selectată pentru ștergere."
|
||||
|
||||
#: ajax/vcategories/removeFromFavorites.php:35
|
||||
#, php-format
|
||||
msgid "Error removing %s from favorites."
|
||||
msgstr "Eroare la ștergerea %s din favorite"
|
||||
msgstr "Eroare la ștergerea %s din favorite."
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Sunday"
|
||||
|
@ -154,11 +155,11 @@ msgstr "1 minut în urmă"
|
|||
|
||||
#: js/js.js:717
|
||||
msgid "{minutes} minutes ago"
|
||||
msgstr "{minutes} minute in urma"
|
||||
msgstr "{minutes} minute in urmă"
|
||||
|
||||
#: js/js.js:718
|
||||
msgid "1 hour ago"
|
||||
msgstr "Acum o ora"
|
||||
msgstr "Acum o oră"
|
||||
|
||||
#: js/js.js:719
|
||||
msgid "{hours} hours ago"
|
||||
|
@ -174,7 +175,7 @@ msgstr "ieri"
|
|||
|
||||
#: js/js.js:722
|
||||
msgid "{days} days ago"
|
||||
msgstr "{days} zile in urma"
|
||||
msgstr "{days} zile in urmă"
|
||||
|
||||
#: js/js.js:723
|
||||
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:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||
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:110 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
|
@ -235,7 +236,7 @@ msgstr "Eroare"
|
|||
|
||||
#: js/oc-vcategories.js:179
|
||||
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
|
||||
msgid "The required file {file} is not installed!"
|
||||
|
@ -374,11 +375,11 @@ msgid ""
|
|||
"The update was unsuccessful. Please report this issue to the <a "
|
||||
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
|
||||
"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
|
||||
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
|
||||
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
|
||||
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
|
||||
#: templates/login.php:19
|
||||
|
@ -454,7 +455,7 @@ msgstr "Aplicații"
|
|||
|
||||
#: strings.php:8
|
||||
msgid "Admin"
|
||||
msgstr "Admin"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: strings.php:9
|
||||
msgid "Help"
|
||||
|
@ -462,7 +463,7 @@ msgstr "Ajutor"
|
|||
|
||||
#: templates/403.php:12
|
||||
msgid "Access forbidden"
|
||||
msgstr "Acces interzis"
|
||||
msgstr "Acces restricționat"
|
||||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
|
@ -494,37 +495,37 @@ msgstr "Avertisment de securitate"
|
|||
|
||||
#: templates/installation.php:25
|
||||
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
|
||||
#, php-format
|
||||
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
|
||||
msgid ""
|
||||
"No secure random number generator is available, please enable the PHP "
|
||||
"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
|
||||
msgid ""
|
||||
"Without a secure random number generator an attacker may be able to predict "
|
||||
"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
|
||||
msgid ""
|
||||
"Your data directory and files are probably accessible from the internet "
|
||||
"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
|
||||
#, php-format
|
||||
msgid ""
|
||||
"For information how to properly configure your server, please see the <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
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
|
@ -583,17 +584,17 @@ msgstr "Ieșire"
|
|||
|
||||
#: templates/login.php:9
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr "Logare automata respinsa"
|
||||
msgstr "Autentificare automată respinsă!"
|
||||
|
||||
#: templates/login.php:10
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"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
|
||||
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
|
||||
msgid "Lost your password?"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Eroare"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Stergere permanenta"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Nume"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 folder"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} foldare"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fisier"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} fisiere"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-24 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-24 05:55+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 08:00+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -46,7 +46,7 @@ msgstr "Admin"
|
|||
msgid "Failed to upgrade \"%s\"."
|
||||
msgstr ""
|
||||
|
||||
#: defaults.php:33
|
||||
#: defaults.php:35
|
||||
msgid "web services under your control"
|
||||
msgstr "servicii web controlate de tine"
|
||||
|
||||
|
@ -257,7 +257,7 @@ msgstr "ultimul an"
|
|||
msgid "years ago"
|
||||
msgstr "ani în urmă"
|
||||
|
||||
#: template.php:296
|
||||
#: template.php:297
|
||||
msgid "Caused by:"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "%s не может быть удалён навсегда"
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr "%s не может быть восстановлен"
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Ошибка"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "удалить файл навсегда"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Удалено навсегда"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Имя"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Удалён"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 папка"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} папок"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 файл"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} файлов"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Здесь ничего нет. Ваша корзина пуста!"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Alexander Shashkevych <alex@stunpix.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 10:50+0000\n"
|
||||
"Last-Translator: Alexander Shashkevych <alex@stunpix.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,15 +29,15 @@ msgstr "Версии"
|
|||
|
||||
#: js/versions.js:53
|
||||
msgid "Failed to revert {file} to revision {timestamp}."
|
||||
msgstr ""
|
||||
msgstr "Не удалось возвратить {file} к ревизии {timestamp}."
|
||||
|
||||
#: js/versions.js:79
|
||||
msgid "More versions..."
|
||||
msgstr ""
|
||||
msgstr "Ещё версии..."
|
||||
|
||||
#: js/versions.js:116
|
||||
msgid "No other versions available"
|
||||
msgstr ""
|
||||
msgstr "Других версий не доступно"
|
||||
|
||||
#: js/versions.js:149
|
||||
msgid "Restore"
|
||||
|
|
|
@ -3,14 +3,15 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Alexander Shashkevych <alex@stunpix.com>, 2013
|
||||
# Friktor <antonshramko@yandex.ru>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-24 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-24 05:55+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 12:40+0000\n"
|
||||
"Last-Translator: Alexander Shashkevych <alex@stunpix.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -45,16 +46,16 @@ msgstr "Admin"
|
|||
#: app.php:844
|
||||
#, php-format
|
||||
msgid "Failed to upgrade \"%s\"."
|
||||
msgstr ""
|
||||
msgstr "Не смог обновить \"%s\"."
|
||||
|
||||
#: defaults.php:33
|
||||
#: defaults.php:35
|
||||
msgid "web services under your control"
|
||||
msgstr "веб-сервисы под вашим управлением"
|
||||
|
||||
#: files.php:66 files.php:98
|
||||
#, php-format
|
||||
msgid "cannot open \"%s\""
|
||||
msgstr ""
|
||||
msgstr "не могу открыть \"%s\""
|
||||
|
||||
#: files.php:226
|
||||
msgid "ZIP download is turned off."
|
||||
|
@ -76,7 +77,7 @@ msgstr "Выбранные файлы слишком велики, чтобы с
|
|||
msgid ""
|
||||
"Download the files in smaller chunks, seperately or kindly ask your "
|
||||
"administrator."
|
||||
msgstr ""
|
||||
msgstr "Загрузите файл маленьшими порциями, раздельно или вежливо попросите Вашего администратора."
|
||||
|
||||
#: helper.php:235
|
||||
msgid "couldn't be determined"
|
||||
|
@ -258,9 +259,9 @@ msgstr "в прошлом году"
|
|||
msgid "years ago"
|
||||
msgstr "несколько лет назад"
|
||||
|
||||
#: template.php:296
|
||||
#: template.php:297
|
||||
msgid "Caused by:"
|
||||
msgstr ""
|
||||
msgstr "Вызвано:"
|
||||
|
||||
#: vcategories.php:188 vcategories.php:249
|
||||
#, php-format
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Alexander Shashkevych <alex@stunpix.com>, 2013
|
||||
# alfsoft <alfsoft@gmail.com>, 2013
|
||||
# lord93 <lordakryl@gmail.com>, 2013
|
||||
# eurekafag <eurekafag@eureka7.ru>, 2013
|
||||
|
@ -12,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-25 05:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 11:40+0000\n"
|
||||
"Last-Translator: Alexander Shashkevych <alex@stunpix.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -185,7 +186,7 @@ msgid ""
|
|||
"configure your webserver in a way that the data directory is no longer "
|
||||
"accessible or you move the data directory outside the webserver document "
|
||||
"root."
|
||||
msgstr ""
|
||||
msgstr "Похоже, что папка с Вашими данными и Ваши файлы доступны из интернета. Файл .htaccess не работает. Мы настойчиво предлагаем Вам сконфигурировать вебсервер таким образом, чтобы папка с Вашими данными более не была доступна или переместите папку с данными куда-нибудь в другое место вне основной папки документов вебсервера."
|
||||
|
||||
#: templates/admin.php:29
|
||||
msgid "Setup Warning"
|
||||
|
@ -200,7 +201,7 @@ msgstr "Веб-сервер до сих пор не настроен для во
|
|||
#: templates/admin.php:33
|
||||
#, php-format
|
||||
msgid "Please double check the <a href=\"%s\">installation guides</a>."
|
||||
msgstr ""
|
||||
msgstr "Пожалуйста, дважды просмотрите <a href='%s'>инструкции по установке</a>."
|
||||
|
||||
#: templates/admin.php:44
|
||||
msgid "Module 'fileinfo' missing"
|
||||
|
@ -222,7 +223,7 @@ msgid ""
|
|||
"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 "
|
||||
"required packages on your system to support %s."
|
||||
msgstr ""
|
||||
msgstr "Системный язык не может быть установлен в %s. Это значит, что могут возникнуть проблемы с некоторыми символами в именах файлов. Мы настойчиво предлагаем установить требуемые пакеты в Вашей системе для поддержки %s."
|
||||
|
||||
#: templates/admin.php:75
|
||||
msgid "Internet connection not working"
|
||||
|
@ -235,7 +236,7 @@ msgid ""
|
|||
"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 "
|
||||
"internet connection for this server if you want to have all features."
|
||||
msgstr ""
|
||||
msgstr "Этот сервер не имеет подключения к сети интернет. Это значит, что некоторые возможности, такие как подключение внешних дисков, уведомления об обновлениях или установка сторонних приложений – не работают. Удалённый доступ к файлам и отправка уведомлений по электронной почте вероятнее всего тоже не будут работать. Предлагаем включить соединение с интернетом для этого сервера, если Вы хотите иметь все возможности."
|
||||
|
||||
#: templates/admin.php:92
|
||||
msgid "Cron"
|
||||
|
@ -249,11 +250,11 @@ msgstr "Выполнять одно задание с каждой загруж
|
|||
msgid ""
|
||||
"cron.php is registered at a webcron service to call cron.php once a minute "
|
||||
"over http."
|
||||
msgstr ""
|
||||
msgstr "cron.php зарегистрирован в сервисе webcron, чтобы cron.php вызывался раз в минуту используя http."
|
||||
|
||||
#: templates/admin.php:121
|
||||
msgid "Use systems cron service to call the cron.php file once a minute."
|
||||
msgstr ""
|
||||
msgstr "Использовать системный сервис cron для вызова cron.php раз в минуту."
|
||||
|
||||
#: templates/admin.php:128
|
||||
msgid "Sharing"
|
||||
|
@ -277,12 +278,12 @@ msgstr "Разрешить пользователям открывать в об
|
|||
|
||||
#: templates/admin.php:151
|
||||
msgid "Allow public uploads"
|
||||
msgstr ""
|
||||
msgstr "Разрешить открытые загрузки"
|
||||
|
||||
#: templates/admin.php:152
|
||||
msgid ""
|
||||
"Allow users to enable others to upload into their publicly shared folders"
|
||||
msgstr ""
|
||||
msgstr "Разрешить пользователям позволять другим загружать в их открытые папки"
|
||||
|
||||
#: templates/admin.php:160
|
||||
msgid "Allow resharing"
|
||||
|
@ -311,14 +312,14 @@ msgstr "Принудить к HTTPS"
|
|||
#: templates/admin.php:193
|
||||
#, php-format
|
||||
msgid "Forces the clients to connect to %s via an encrypted connection."
|
||||
msgstr ""
|
||||
msgstr "Принудить клиентов подключаться к %s через шифрованное соединение."
|
||||
|
||||
#: templates/admin.php:199
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Please connect to your %s via HTTPS to enable or disable the SSL "
|
||||
"enforcement."
|
||||
msgstr ""
|
||||
msgstr "Пожалуйста, подключитесь к %s используя HTTPS чтобы включить или отключить принудительное SSL."
|
||||
|
||||
#: templates/admin.php:211
|
||||
msgid "Log"
|
||||
|
|
|
@ -3,15 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Alexander Shashkevych <alex@stunpix.com>, 2013
|
||||
# Fenuks <fenuksuh@ya.ru>, 2013
|
||||
# alfsoft <alfsoft@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 10:50+0000\n"
|
||||
"Last-Translator: Alexander Shashkevych <alex@stunpix.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -92,7 +93,7 @@ msgid ""
|
|||
"<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."
|
||||
msgstr ""
|
||||
msgstr "<b>Предупреждение:</b> Приложения user_ldap и user_webdavauth не совместимы. Вы можете наблюдать некорректное поведение. Пожалуйста попросите Вашего системного администратора отключить одно из них."
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid ""
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Alexander Shashkevych <alex@stunpix.com>, 2013
|
||||
# lord93 <lordakryl@gmail.com>, 2013
|
||||
# Denis <reg.transifex.net@demitel.ru>, 2013
|
||||
# adol <sharov3@gmail.com>, 2012
|
||||
|
@ -12,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-27 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 05:57+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-29 12:40+0000\n"
|
||||
"Last-Translator: Alexander Shashkevych <alex@stunpix.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -28,11 +29,11 @@ msgstr "Идентификация WebDAV"
|
|||
|
||||
#: templates/settings.php:4
|
||||
msgid "Address: "
|
||||
msgstr ""
|
||||
msgstr "Адрес:"
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
msgstr "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "දෝෂයක්"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "නම"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 ෆොල්ඩරයක්"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 ගොනුවක්"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nemožno zmazať %s navždy"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Chyba"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "trvalo zmazať súbor"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Zmazať trvalo"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Názov"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Zmazané"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 priečinok"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} priečinkov"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 súbor"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} súborov"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Žiadny obsah. Kôš je prázdny!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Datoteke %s ni mogoče dokončno izbrisati."
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Napaka"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "dokončno izbriši datoteko"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Izbriši dokončno"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Izbrisano"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mapa"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} map"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 datoteka"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} datotek"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Mapa smeti je prazna."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Nuk munda ta eliminoj përfundimisht %s"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Veprim i gabuar"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "eliminoje përfundimisht skedarin"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Elimino përfundimisht"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Emri"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Eliminuar"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 dosje"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} dosje"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 skedar"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} skedarë"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Këtu nuk ka asgjë. Koshi juaj është bosh!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "Грешка"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Обриши за стално"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Име"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Обрисано"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 фасцикла"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} фасцикле/и"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 датотека"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} датотеке/а"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Овде нема ништа. Корпа за отпатке је празна."
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Ime"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-28 01:56-0400\n"
|
||||
"PO-Revision-Date: 2013-07-27 06:10+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr "Kunde inte radera %s permanent"
|
|||
msgid "Couldn't restore %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"
|
||||
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"
|
||||
msgstr "Fel"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr "radera filen permanent"
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "Radera permanent"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "Namn"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr "Raderad"
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 mapp"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{count} mappar"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{count} filer"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr "Ingenting här. Din papperskorg är tom!"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-05-25 02:01+0200\n"
|
||||
"PO-Revision-Date: 2013-05-24 13:27+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:96
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:121
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:174 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:175 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:184
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:194
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "வழு"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "பெயர்"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr "1 கோப்புறை"
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr "{எண்ணிக்கை} கோப்புறைகள்"
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr "1 கோப்பு"
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr "{எண்ணிக்கை} கோப்புகள்"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"POT-Creation-Date: 2013-07-30 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-30 05:56+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -27,46 +27,50 @@ msgstr ""
|
|||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:97
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
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"
|
||||
msgstr "పొరపాటు"
|
||||
|
||||
#: js/trash.js:34
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:123
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "శాశ్వతంగా తొలగించు"
|
||||
|
||||
#: js/trash.js:176 templates/index.php:17
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "పేరు"
|
||||
|
||||
#: js/trash.js:177 templates/index.php:27
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:186
|
||||
#: js/trash.js:192
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:188
|
||||
#: js/trash.js:194
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:196
|
||||
#: js/trash.js:202
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:198
|
||||
#: js/trash.js:204
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -120,7 +120,7 @@ msgstr ""
|
|||
msgid "Delete permanently"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -128,7 +128,7 @@ msgstr ""
|
|||
msgid "Rename"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -160,11 +160,11 @@ msgstr ""
|
|||
msgid "perform delete operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:457
|
||||
#: js/filelist.js:458
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:460 js/filelist.js:518
|
||||
#: js/filelist.js:461 js/filelist.js:519
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
|
||||
|
@ -200,15 +200,15 @@ msgstr ""
|
|||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:744 templates/index.php:69
|
||||
#: js/files.js:744 templates/index.php:67
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:745 templates/index.php:80
|
||||
#: js/files.js:745 templates/index.php:78
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:746 templates/index.php:82
|
||||
#: js/files.js:746 templates/index.php:80
|
||||
msgid "Modified"
|
||||
msgstr ""
|
||||
|
||||
|
@ -285,45 +285,45 @@ msgstr ""
|
|||
msgid "From link"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:42
|
||||
#: templates/index.php:41
|
||||
msgid "Deleted files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:48
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:54
|
||||
#: templates/index.php:52
|
||||
msgid "You don’t have write permissions here."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:61
|
||||
#: templates/index.php:59
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:75
|
||||
#: templates/index.php:73
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:87 templates/index.php:88
|
||||
#: templates/index.php:85 templates/index.php:86
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:107
|
||||
#: templates/index.php:105
|
||||
msgid "Upload too large"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:109
|
||||
#: templates/index.php:107
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:114
|
||||
#: templates/index.php:112
|
||||
msgid "Files are being scanned, please wait."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:117
|
||||
#: templates/index.php:115
|
||||
msgid "Current scanning"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud Core 5.0.0\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue