diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 4c7f3d6d0d..14adf372ba 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Nepodařilo se přejmenovat soubor", "replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}", "undo" => "vrátit zpět", +"Error deleting file." => "Chyba při mazání souboru.", "_%n folder_::_%n folders_" => array("%n složka","%n složky","%n složek"), "_%n file_::_%n files_" => array("%n soubor","%n soubory","%n souborů"), "{dirs} and {files}" => "{dirs} a {files}", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 74f9599ade..3a90248503 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Impossible de renommer le fichier", "replaced {new_name} with {old_name}" => "{new_name} a été remplacé par {old_name}", "undo" => "annuler", +"Error deleting file." => "Erreur pendant la suppression du fichier.", "_%n folder_::_%n folders_" => array("%n dossier","%n dossiers"), "_%n file_::_%n files_" => array("%n fichier","%n fichiers"), "{dirs} and {files}" => "{dirs} et {files}", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index cbbabae595..7beb2b7c16 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Kan ej byta filnamn", "replaced {new_name} with {old_name}" => "ersatt {new_name} med {old_name}", "undo" => "ångra", +"Error deleting file." => "Kunde inte ta bort filen.", "_%n folder_::_%n folders_" => array("%n mapp","%n mappar"), "_%n file_::_%n files_" => array("%n fil","%n filer"), "{dirs} and {files}" => "{dirs} och {files}", @@ -60,6 +61,7 @@ $TRANSLATIONS = array( "Name" => "Namn", "Size" => "Storlek", "Modified" => "Ändrad", +"Invalid folder name. Usage of 'Shared' is reserved." => "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud", "%s could not be renamed" => "%s kunde inte namnändras", "Upload" => "Ladda upp", "File handling" => "Filhantering", diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php index 8464ad2bb4..a49530d94d 100644 --- a/apps/files_encryption/l10n/cs_CZ.php +++ b/apps/files_encryption/l10n/cs_CZ.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "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ě.", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Aplikace pro šifrování není inicializována! Je možné, že aplikace byla znovu aktivována během vašeho přihlášení. Zkuste se prosím odhlásit a znovu přihlásit pro provedení inicializace šifrovací aplikace.", +"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Tento soubor se nepodařilo dešifrovat, pravděpodobně je sdílený. Požádejte prosím majitele souboru, aby jej s vámi znovu sdílel.", "Unknown error please check your system settings or contact your administrator" => "Neznámá chyba, zkontrolujte vaše systémová nastavení nebo kontaktujte vašeho správce", "Missing requirements." => "Nesplněné závislosti.", diff --git a/apps/files_encryption/l10n/sv.php b/apps/files_encryption/l10n/sv.php index 87f7aabc7a..1e509ea08e 100644 --- a/apps/files_encryption/l10n/sv.php +++ b/apps/files_encryption/l10n/sv.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "Private key password successfully updated." => "Den privata nyckelns lösenord uppdaterades utan problem.", "Could not update the private key password. Maybe the old password was not correct." => "Kunde inte uppdatera lösenordet för den privata nyckeln. Kanske var det gamla lösenordet fel.", "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "Krypteringsprogrammet kunde inte initieras! Möjligen blev krypteringsprogrammet återaktiverad under din session. Försök med att logga ut och in igen för att initiera krypteringsprogrammet.", +"Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." => "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." => "Kan ej dekryptera denna fil, förmodligen är det en delad fil. Be ägaren av filen att dela den med dig.", "Unknown error please check your system settings or contact your administrator" => "Oväntat fel, kolla dina system inställningar eller kontakta din administratör", "Missing requirements." => "Krav som saknas", diff --git a/apps/files_external/3rdparty/smb4php/smb.php b/apps/files_external/3rdparty/smb4php/smb.php index 9650f80904..87638271f0 100644 --- a/apps/files_external/3rdparty/smb4php/smb.php +++ b/apps/files_external/3rdparty/smb4php/smb.php @@ -302,6 +302,7 @@ class smb { } function rename ($url_from, $url_to) { + $replace = false; list ($from, $to) = array (smb::parse_url($url_from), smb::parse_url($url_to)); if ($from['host'] <> $to['host'] || $from['share'] <> $to['share'] || @@ -314,7 +315,20 @@ class smb { trigger_error('rename(): error in URL', E_USER_ERROR); } smb::clearstatcache ($url_from); - $result = smb::execute ('rename "'.$from['path'].'" "'.$to['path'].'"', $to); + $cmd = ''; + // check if target file exists + if (smb::url_stat($url_to)) { + // delete target file first + $cmd = 'del "' . $to['path'] . '"; '; + $replace = true; + } + $cmd .= 'rename "' . $from['path'] . '" "' . $to['path'] . '"'; + $result = smb::execute($cmd, $to); + if ($replace) { + // clear again, else the cache will return the info + // from the old file + smb::clearstatcache ($url_to); + } return $result !== false; } diff --git a/apps/files_external/lib/dropbox.php b/apps/files_external/lib/dropbox.php index 5f603b7fe4..f7d8d98cf0 100755 --- a/apps/files_external/lib/dropbox.php +++ b/apps/files_external/lib/dropbox.php @@ -50,6 +50,22 @@ class Dropbox extends \OC\Files\Storage\Common { } } + private function deleteMetaData($path) { + $path = $this->root.$path; + if (isset($this->metaData[$path])) { + unset($this->metaData[$path]); + return true; + } + return false; + } + + /** + * @brief Returns the path's metadata + * @param $path path for which to return the metadata + * @param $list if true, also return the directory's contents + * @return directory contents if $list is true, file metadata if $list is + * false, null if the file doesn't exist or "false" if the operation failed + */ private function getMetaData($path, $list = false) { $path = $this->root.$path; if ( ! $list && isset($this->metaData[$path])) { @@ -62,24 +78,35 @@ class Dropbox extends \OC\Files\Storage\Common { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); return false; } + $contents = array(); if ($response && isset($response['contents'])) { - $contents = $response['contents']; // Cache folder's contents - foreach ($contents as $file) { - $this->metaData[$path.'/'.basename($file['path'])] = $file; + foreach ($response['contents'] as $file) { + if (!isset($file['is_deleted']) || !$file['is_deleted']) { + $this->metaData[$path.'/'.basename($file['path'])] = $file; + $contents[] = $file; + } } unset($response['contents']); + } + if (!isset($response['is_deleted']) || !$response['is_deleted']) { $this->metaData[$path] = $response; } - $this->metaData[$path] = $response; // Return contents of folder only return $contents; } else { try { $response = $this->dropbox->getMetaData($path, 'false'); - $this->metaData[$path] = $response; - return $response; + if (!isset($response['is_deleted']) || !$response['is_deleted']) { + $this->metaData[$path] = $response; + return $response; + } + return null; } catch (\Exception $exception) { + if ($exception instanceof \Dropbox_Exception_NotFound) { + // don't log, might be a file_exist check + return false; + } \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); return false; } @@ -108,7 +135,7 @@ class Dropbox extends \OC\Files\Storage\Common { public function opendir($path) { $contents = $this->getMetaData($path, true); - if ($contents) { + if ($contents !== false) { $files = array(); foreach ($contents as $file) { $files[] = basename($file['path']); @@ -157,9 +184,9 @@ class Dropbox extends \OC\Files\Storage\Common { } public function unlink($path) { - $path = $this->root.$path; try { - $this->dropbox->delete($path); + $this->dropbox->delete($this->root.$path); + $this->deleteMetaData($path); return true; } catch (\Exception $exception) { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); @@ -168,10 +195,14 @@ class Dropbox extends \OC\Files\Storage\Common { } public function rename($path1, $path2) { - $path1 = $this->root.$path1; - $path2 = $this->root.$path2; try { - $this->dropbox->move($path1, $path2); + // overwrite if target file exists and is not a directory + $destMetaData = $this->getMetaData($path2); + if (isset($destMetaData) && $destMetaData !== false && !$destMetaData['is_dir']) { + $this->unlink($path2); + } + $this->dropbox->move($this->root.$path1, $this->root.$path2); + $this->deleteMetaData($path1); return true; } catch (\Exception $exception) { \OCP\Util::writeLog('files_external', $exception->getMessage(), \OCP\Util::ERROR); @@ -274,6 +305,7 @@ class Dropbox extends \OC\Files\Storage\Common { } else { $this->file_put_contents($path, ''); } + return true; } } diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index bcc4c5eafd..95e0cefa39 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -285,6 +285,9 @@ class SFTP extends \OC\Files\Storage\Common { public function rename($source, $target) { try { + if (!$this->is_dir($target) && $this->file_exists($target)) { + $this->unlink($target); + } return $this->client->rename( $this->absPath($source), $this->absPath($target) diff --git a/apps/files_external/lib/streamwrapper.php b/apps/files_external/lib/streamwrapper.php index 23c5f91a2f..7a1991d4f0 100644 --- a/apps/files_external/lib/streamwrapper.php +++ b/apps/files_external/lib/streamwrapper.php @@ -38,7 +38,7 @@ abstract class StreamWrapper extends Common { } public function filetype($path) { - return filetype($this->constructUrl($path)); + return @filetype($this->constructUrl($path)); } public function file_exists($path) { @@ -68,6 +68,7 @@ abstract class StreamWrapper extends Common { } } else { $this->file_put_contents($path, ''); + return true; } } diff --git a/apps/files_external/tests/dropbox.php b/apps/files_external/tests/dropbox.php index e4e598b06b..4b05228201 100644 --- a/apps/files_external/tests/dropbox.php +++ b/apps/files_external/tests/dropbox.php @@ -21,6 +21,22 @@ class Dropbox extends Storage { $this->instance = new \OC\Files\Storage\Dropbox($this->config['dropbox']); } + public function directoryProvider() { + // doesn't support leading/trailing spaces + return array(array('folder')); + } + + public function testDropboxTouchReturnValue() { + $this->assertFalse($this->instance->file_exists('foo')); + + // true because succeeded + $this->assertTrue($this->instance->touch('foo')); + $this->assertTrue($this->instance->file_exists('foo')); + + // false because not supported + $this->assertFalse($this->instance->touch('foo')); + } + public function tearDown() { if ($this->instance) { $this->instance->unlink('/'); diff --git a/apps/files_external/tests/smb.php b/apps/files_external/tests/smb.php index 0291f293fa..199e35af67 100644 --- a/apps/files_external/tests/smb.php +++ b/apps/files_external/tests/smb.php @@ -29,6 +29,11 @@ class SMB extends Storage { } } + public function directoryProvider() { + // doesn't support leading/trailing spaces + return array(array('folder')); + } + public function testRenameWithSpaces() { $this->instance->mkdir('with spaces'); $result = $this->instance->rename('with spaces', 'foo bar'); diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index 192c4a7957..adf099a6d9 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -14,6 +14,7 @@ $TRANSLATIONS = array( "Download" => "Stáhnout", "Upload" => "Odeslat", "Cancel upload" => "Zrušit odesílání", -"No preview available for" => "Náhled není dostupný pro" +"No preview available for" => "Náhled není dostupný pro", +"Direct link" => "Přímý odkaz" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php index 661e98b09d..b03e1d4e93 100644 --- a/apps/files_versions/lib/versions.php +++ b/apps/files_versions/lib/versions.php @@ -318,22 +318,21 @@ class Storage { * @return size of vesions */ private static function calculateSize($uid) { - if( \OCP\Config::getSystemValue('files_versions', Storage::DEFAULTENABLED)=='true' ) { - $versions_fileview = new \OC\Files\View('/'.$uid.'/files_versions'); - $versionsRoot = $versions_fileview->getLocalFolder(''); - - $iterator = new \RecursiveIteratorIterator( - new \RecursiveDirectoryIterator($versionsRoot), - \RecursiveIteratorIterator::CHILD_FIRST - ); + if (\OCP\Config::getSystemValue('files_versions', Storage::DEFAULTENABLED) == 'true') { + $view = new \OC\Files\View('/' . $uid . '/files_versions'); $size = 0; - foreach ($iterator as $path) { - if ( preg_match('/^.+\.v(\d+)$/', $path, $match) ) { - $relpath = substr($path, strlen($versionsRoot)-1); - $size += $versions_fileview->filesize($relpath); + $dirContent = $view->getDirectoryContent('/'); + + while (!empty($dirContent)) { + $path = reset($dirContent); + if ($path['type'] === 'dir') { + $dirContent = array_merge($dirContent, $view->getDirectoryContent(substr($path['path'], strlen('files_versions')))); + } else { + $size += $view->filesize(substr($path['path'], strlen('files_versions'))); } + unset($dirContent[key($dirContent)]); } return $size; diff --git a/apps/user_ldap/l10n/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php index 306889781c..b429e41281 100644 --- a/apps/user_ldap/l10n/cs_CZ.php +++ b/apps/user_ldap/l10n/cs_CZ.php @@ -16,6 +16,9 @@ $TRANSLATIONS = array( "mappings cleared" => "mapování zrušeno", "Success" => "Úspěch", "Error" => "Chyba", +"Configuration OK" => "Konfigurace v pořádku", +"Configuration incorrect" => "Nesprávná konfigurace", +"Configuration incomplete" => "Nekompletní konfigurace", "Select groups" => "Vyberte skupiny", "Select object classes" => "Výběr objektových tříd", "Select attributes" => "Výběr atributů", @@ -26,12 +29,18 @@ $TRANSLATIONS = array( "_%s group found_::_%s groups found_" => array("nalezena %s skupina","nalezeny %s skupiny","nalezeno %s skupin"), "_%s user found_::_%s users found_" => array("nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"), "Invalid Host" => "Neplatný hostitel", +"Could not find the desired feature" => "Nelze nalézt požadovanou vlastnost", "Save" => "Uložit", "Test Configuration" => "Vyzkoušet nastavení", "Help" => "Nápověda", +"Limit the access to %s to groups meeting this criteria:" => "Omezit přístup k %s uživatelům splňujícím tyto podmínky:", "only those object classes:" => "pouze tyto objektové třídy:", "only from those groups:" => "pouze z těchto skupin:", +"Edit raw filter instead" => "Edituj filtr přímo", +"Raw LDAP filter" => "Původní filtr LDAP", +"The filter specifies which LDAP groups shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci.", "groups found" => "nalezené skupiny", +"What attribute shall be used as login name:" => "Který atribut má být použit jako přihlašovací jméno:", "LDAP Username:" => "LDAP uživatelské jméno", "LDAP Email Address:" => "LDAP e-mailová adresa:", "Other Attributes:" => "Další atributy", @@ -46,6 +55,7 @@ $TRANSLATIONS = array( "One Base DN per line" => "Jedna základní DN na řádku", "You can specify Base DN for users and groups in the Advanced tab" => "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny", "Limit the access to %s to users meeting this criteria:" => "Omezit přístup k %s uživatelům splňujícím tyto podmínky:", +"The filter specifies which LDAP users shall have access to the %s instance." => "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci.", "users found" => "nalezení uživatelé", "Back" => "Zpět", "Continue" => "Pokračovat", diff --git a/apps/user_ldap/l10n/sv.php b/apps/user_ldap/l10n/sv.php index 2a1a6e46e0..922985e76f 100644 --- a/apps/user_ldap/l10n/sv.php +++ b/apps/user_ldap/l10n/sv.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Failed to delete the server configuration" => "Misslyckades med att radera serverinställningen", "The configuration is valid and the connection could be established!" => "Inställningen är giltig och anslutningen kunde upprättas!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera serverinställningar och logininformation.", +"The configuration is invalid. Please have a look at the logs for further details." => "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer.", "No action specified" => "Ingen åtgärd har angetts", "No configuration specified" => "Ingen konfiguration har angetts", "No data specified" => "Ingen data har angetts", @@ -15,6 +16,9 @@ $TRANSLATIONS = array( "mappings cleared" => "mappningar rensade", "Success" => "Lyckat", "Error" => "Fel", +"Configuration OK" => "Konfigurationen är OK", +"Configuration incorrect" => "Felaktig konfiguration", +"Configuration incomplete" => "Konfigurationen är ej komplett", "Select groups" => "Välj grupper", "Select object classes" => "Välj Objekt-klasser", "Select attributes" => "Välj attribut", diff --git a/core/command/maintenance/repair.php b/core/command/maintenance/repair.php new file mode 100644 index 0000000000..c5ef0c55cc --- /dev/null +++ b/core/command/maintenance/repair.php @@ -0,0 +1,41 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC\Core\Command\Maintenance; + +use Symfony\Component\Console\Command\Command; +use Symfony\Component\Console\Input\InputInterface; +use Symfony\Component\Console\Output\OutputInterface; + +class Repair extends Command { + /** + * @var \OC\Repair $repair + */ + protected $repair; + + /** + * @param \OC\Repair $repair + */ + public function __construct($repair) { + $this->repair = $repair; + parent::__construct(); + } + + protected function configure() { + $this + ->setName('maintenance:repair') + ->setDescription('set single user mode'); + } + + protected function execute(InputInterface $input, OutputInterface $output) { + $this->repair->listen('\OC\Repair', 'step', function ($description) use ($output) { + $output->writeln(' - ' . $description); + }); + $this->repair->run(); + } +} diff --git a/core/js/update.js b/core/js/update.js index 2c28e72f7c..b1b7f6e37e 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -5,7 +5,7 @@ $(document).ready(function () { }); updateEventSource.listen('error', function(message) { $('').addClass('error').append(message).append('
').appendTo($('.update')); - message = 'Please reload the page.'; + message = t('core', 'Please reload the page.'); $('').addClass('error').append(message).append('
').appendTo($('.update')); updateEventSource.close(); }); diff --git a/core/l10n/ca.php b/core/l10n/ca.php index b00a43c5ce..c470bc364b 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Inici de sessió", "Alternative Logins" => "Acreditacions alternatives", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Ei,

només fer-te saber que %s ha compartit »%s« amb tu.
Mira-ho!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", +"Thank you for your patience." => "Gràcies per la paciència.", "Updating ownCloud to version %s, this may take a while." => "S'està actualitzant ownCloud a la versió %s, pot trigar una estona.", "This ownCloud instance is currently being updated, which may take a while." => "Aquesta instància d'ownCloud s'està actualitzant i podria trigar una estona.", -"Please reload this page after a short time to continue using ownCloud." => "Carregueu de nou aquesta pàgina d'aquí a poc temps per continuar usant ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament.", -"Thank you for your patience." => "Gràcies per la paciència." +"Please reload this page after a short time to continue using ownCloud." => "Carregueu de nou aquesta pàgina d'aquí a poc temps per continuar usant ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 0e3c6bf27f..8a784ccc9a 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -67,6 +67,8 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Chyba při změně oprávnění", "Shared with you and the group {group} by {owner}" => "S Vámi a skupinou {group} sdílí {owner}", "Shared with you by {owner}" => "S Vámi sdílí {owner}", +"Share with user or group …" => "Sdílej s uživatelem nebo skupinou", +"Share link" => "Sdílet odkaz", "Password protect" => "Chránit heslem", "Password" => "Heslo", "Allow Public Upload" => "Povolit veřejné nahrávání", @@ -80,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "Sdílení již sdílené položky není povoleno", "Shared in {item} with {user}" => "Sdíleno v {item} s {user}", "Unshare" => "Zrušit sdílení", +"notify by email" => "upozornit e-mailem", "can edit" => "lze upravovat", "access control" => "řízení přístupu", "create" => "vytvořit", @@ -129,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Přístup zakázán", "Cloud not found" => "Cloud nebyl nalezen", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej ty tam,\n\njen ti chci dát vědět, že %s sdílel %s s tebou.\nZobraz si to: %s\n\n", +"The share will expire on %s." => "Sdílení vyprší %s.", "Cheers!" => "Ať slouží!", "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)", @@ -161,6 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Přihlásit", "Alternative Logins" => "Alternativní přihlášení", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hej ty tam,

jen ti chci dát vědět, že %s sdílel »%s« s tebou.
Zobrazit!

", -"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat." +"This ownCloud instance is currently in single user mode." => "Tato instalace ownCloudu je momentálně v jednouživatelském módu.", +"This means only administrators can use the instance." => "To znamená, že pouze správci systému mohou aplikaci používat.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.", +"Thank you for your patience." => "Děkuji za trpělivost.", +"Updating ownCloud to version %s, this may take a while." => "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat.", +"This ownCloud instance is currently being updated, which may take a while." => "Tato instalace ownCloud je právě aktualizována, může to trvat chvíli.", +"Please reload this page after a short time to continue using ownCloud." => "Pro pokračování načtěte, prosím, stránku znovu po chvíli." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/da.php b/core/l10n/da.php index 88348fe39e..22be60bf03 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Log ind", "Alternative Logins" => "Alternative logins", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hej med dig,

Dette blot for at lade dig vide, at %s har delt \"%s\" med dig.
Se det her!

Hej", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", +"Thank you for your patience." => "Tak for din tålmodighed.", "Updating ownCloud to version %s, this may take a while." => "Opdatere Owncloud til version %s, dette kan tage et stykke tid.", "This ownCloud instance is currently being updated, which may take a while." => "Opdatere Owncloud, dette kan tage et stykke tid.", -"Please reload this page after a short time to continue using ownCloud." => "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet.", -"Thank you for your patience." => "Tak for din tålmodighed." +"Please reload this page after a short time to continue using ownCloud." => "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de.php b/core/l10n/de.php index 3239238642..f09eadce9c 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Einloggen", "Alternative Logins" => "Alternative Logins", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hallo,

wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.

", +"This ownCloud instance is currently in single user mode." => "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus.", +"This means only administrators can use the instance." => "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Deine Geduld.", "Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.", "This ownCloud instance is currently being updated, which may take a while." => "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.", -"Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", -"Thank you for your patience." => "Vielen Dank für Deine Geduld." +"Please reload this page after a short time to continue using ownCloud." => "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index af76319eb7..253d2ddf36 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Einloggen", "Alternative Logins" => "Alternative Logins", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hallo,

%s hat %s mit Ihnen geteilt.
Schauen Sie es sich an!

", +"This ownCloud instance is currently in single user mode." => "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus.", +"This means only administrators can use the instance." => "Dies bedeutet, das nur Administratoren diese Instanz nutzen können.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", +"Thank you for your patience." => "Vielen Dank für Ihre Geduld.", "Updating ownCloud to version %s, this may take a while." => "Aktualisiere ownCloud auf Version %s. Dies könnte eine Weile dauern.", "This ownCloud instance is currently being updated, which may take a while." => "Diese ownCloud-Instanz wird gerade aktualisiert, was eine Weile dauert.", -"Please reload this page after a short time to continue using ownCloud." => "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von ownCloud fortzufahren.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.", -"Thank you for your patience." => "Vielen Dank für Ihre Geduld." +"Please reload this page after a short time to continue using ownCloud." => "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von ownCloud fortzufahren." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/el.php b/core/l10n/el.php index dc196486e6..ab6dcff47b 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -143,9 +143,9 @@ $TRANSLATIONS = array( "remember" => "απομνημόνευση", "Log in" => "Είσοδος", "Alternative Logins" => "Εναλλακτικές Συνδέσεις", -"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο.", -"Please reload this page after a short time to continue using ownCloud." => "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud.", "Contact your system administrator if this message persists or appeared unexpectedly." => "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα.", -"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας." +"Thank you for your patience." => "Σας ευχαριστούμε για την υπομονή σας.", +"Updating ownCloud to version %s, this may take a while." => "Ενημερώνοντας το ownCloud στην έκδοση %s,μπορεί να πάρει λίγο χρόνο.", +"Please reload this page after a short time to continue using ownCloud." => "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 1ad9031e75..b667a77570 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Log in", "Alternative Logins" => "Alternative Logins", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hey there,

just letting you know that %s shared »%s« with you.
View it!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contact your system administrator if this message persists or appeared unexpectedly.", +"Thank you for your patience." => "Thank you for your patience.", "Updating ownCloud to version %s, this may take a while." => "Updating ownCloud to version %s, this may take a while.", "This ownCloud instance is currently being updated, which may take a while." => "This ownCloud instance is currently being updated, which may take a while.", -"Please reload this page after a short time to continue using ownCloud." => "Please reload this page after a short time to continue using ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contact your system administrator if this message persists or appeared unexpectedly.", -"Thank you for your patience." => "Thank you for your patience." +"Please reload this page after a short time to continue using ownCloud." => "Please reload this page after a short time to continue using ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/es.php b/core/l10n/es.php index df765ab212..ede841ff7d 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Entrar", "Alternative Logins" => "Inicios de sesión alternativos", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hola:

tan solo queremos informarte que %s compartió «%s» contigo.
¡Míralo acá!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", +"Thank you for your patience." => "Gracias por su paciencia.", "Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a la versión %s, esto puede demorar un tiempo.", "This ownCloud instance is currently being updated, which may take a while." => "Esta versión de owncloud se está actualizando, esto puede demorar un tiempo.", -"Please reload this page after a short time to continue using ownCloud." => "Por favor , recargue esta instancia de onwcloud tras un corto periodo de tiempo y continue usándolo.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", -"Thank you for your patience." => "Gracias por su paciencia." +"Please reload this page after a short time to continue using ownCloud." => "Por favor , recargue esta instancia de onwcloud tras un corto periodo de tiempo y continue usándolo." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/et_EE.php b/core/l10n/et_EE.php index c12a1c6631..c3b2e023c0 100644 --- a/core/l10n/et_EE.php +++ b/core/l10n/et_EE.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Logi sisse", "Alternative Logins" => "Alternatiivsed sisselogimisviisid", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hei,

lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.
Vaata seda!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", +"Thank you for your patience." => "Täname kannatlikkuse eest.", "Updating ownCloud to version %s, this may take a while." => "ownCloudi uuendamine versioonile %s. See võib veidi aega võtta.", "This ownCloud instance is currently being updated, which may take a while." => "Seda ownCloud instantsi hetkel uuendatakse, võib võtta veidi aega.", -"Please reload this page after a short time to continue using ownCloud." => "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.", -"Thank you for your patience." => "Täname kannatlikkuse eest." +"Please reload this page after a short time to continue using ownCloud." => "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index 5e7a65d609..cfd5d7920f 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -152,9 +152,11 @@ $TRANSLATIONS = array( "Log in" => "Kirjaudu sisään", "Alternative Logins" => "Vaihtoehtoiset kirjautumiset", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hei sinä!

%s jakoi kohteen »%s« kanssasi.
Tutustu siihen!

", +"This ownCloud instance is currently in single user mode." => "Tämä ownCloud-asennus on parhaillaan single user -tilassa.", +"This means only administrators can use the instance." => "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia.", +"Thank you for your patience." => "Kiitos kärsivällisyydestäsi.", "Updating ownCloud to version %s, this may take a while." => "Päivitetään ownCloud versioon %s, tämä saattaa kestää hetken.", "This ownCloud instance is currently being updated, which may take a while." => "Tätä ownCloud-asennusta päivitetään parhaillaan, siinä saattaa kestää hetki.", -"Please reload this page after a short time to continue using ownCloud." => "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä.", -"Thank you for your patience." => "Kiitos kärsivällisyydestäsi." +"Please reload this page after a short time to continue using ownCloud." => "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 7668f589a8..f2d31554a1 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -132,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Accès interdit", "Cloud not found" => "Introuvable", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Bonjour,\n\nJuste pour vous signaler que %s a partagé %s avec vous.\nConsultez-le : %s\n", +"The share will expire on %s." => "Le partage expirera le %s.", "Cheers!" => "Salutations!", "Security Warning" => "Avertissement de sécurité", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Votre version de PHP est vulnérable à l'attaque par caractère NULL (CVE-2006-7243)", @@ -164,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Connexion", "Alternative Logins" => "Logins alternatifs", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Bonjour,

Juste pour vous informer que %s a partagé »%s« avec vous.
Consultez-le !

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", +"Thank you for your patience." => "Merci de votre patience.", "Updating ownCloud to version %s, this may take a while." => "Mise à jour en cours d'ownCloud vers la version %s, cela peut prendre du temps.", "This ownCloud instance is currently being updated, which may take a while." => "Cette instance d'ownCloud est en cours de mise à jour, cela peut prendre du temps.", -"Please reload this page after a short time to continue using ownCloud." => "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue.", -"Thank you for your patience." => "Merci de votre patience." +"Please reload this page after a short time to continue using ownCloud." => "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/gl.php b/core/l10n/gl.php index 94a4b47b9c..b9f67971a8 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -13,13 +13,13 @@ $TRANSLATIONS = array( "Invalid image" => "Imaxe incorrecta", "No temporary profile picture available, try again" => "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo", "No crop data provided" => "Non indicou como recortar", -"Sunday" => "Domingo", -"Monday" => "Luns", -"Tuesday" => "Martes", -"Wednesday" => "Mércores", -"Thursday" => "Xoves", -"Friday" => "Venres", -"Saturday" => "Sábado", +"Sunday" => "domingo", +"Monday" => "luns", +"Tuesday" => "martes", +"Wednesday" => "mércores", +"Thursday" => "xoves", +"Friday" => "venres", +"Saturday" => "sábado", "January" => "xaneiro", "February" => "febreiro", "March" => "marzo", @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Conectar", "Alternative Logins" => "Accesos alternativos", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Ola,

Só facerlle saber que %s compartiu «%s» con vostede.
Véxao!

", +"This ownCloud instance is currently in single user mode." => "Esta instancia do ownCloud está actualmente en modo de usuario único.", +"This means only administrators can use the instance." => "Isto significa que só os administradores poden utilizar a instancia.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", +"Thank you for your patience." => "Grazas pola súa paciencia.", "Updating ownCloud to version %s, this may take a while." => "Actualizando ownCloud a versión %s, esto pode levar un anaco.", "This ownCloud instance is currently being updated, which may take a while." => "Esta instancia do ownCloud está actualizandose neste momento, pode levarlle un chisco.", -"Please reload this page after a short time to continue using ownCloud." => "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.", -"Thank you for your patience." => "Grazas pola súa paciencia." +"Please reload this page after a short time to continue using ownCloud." => "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/hu_HU.php b/core/l10n/hu_HU.php index 7c67bb9d22..991ae3a838 100644 --- a/core/l10n/hu_HU.php +++ b/core/l10n/hu_HU.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Bejelentkezés", "Alternative Logins" => "Alternatív bejelentkezés", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Szia!

Értesítünk, hogy %s megosztotta veled a következőt: »%s«.
Ide kattintva tudod megnézni

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját.", +"Thank you for your patience." => "Köszönjük a türelmét.", "Updating ownCloud to version %s, this may take a while." => "Owncloud frissítés a %s verzióra folyamatban. Kis türelmet.", "This ownCloud instance is currently being updated, which may take a while." => "Az Owncloud frissítés elezdődött, eltarthat egy ideig.", -"Please reload this page after a short time to continue using ownCloud." => "Frissitsd az oldalt ha \"Please reload this page after a short time to continue using ownCloud. \"", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját.", -"Thank you for your patience." => "Köszönjük a türelmét." +"Please reload this page after a short time to continue using ownCloud." => "Frissitsd az oldalt ha \"Please reload this page after a short time to continue using ownCloud. \"" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/it.php b/core/l10n/it.php index 80536e2dbe..8a0a133e0d 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -132,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Accesso negato", "Cloud not found" => "Nuvola non trovata", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Ciao,\n\nvolevo informarti che %s ha condiviso %s con te.\nVedi: %s\n\n", +"The share will expire on %s." => "La condivisione scadrà il %s.", "Cheers!" => "Saluti!", "Security Warning" => "Avviso di sicurezza", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La tua versione di PHP è vulnerabile all'attacco NULL Byte (CVE-2006-7243)", @@ -164,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Accedi", "Alternative Logins" => "Accessi alternativi", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Ciao,

volevo informarti che %s ha condiviso %s con te.
Vedi!

", +"This ownCloud instance is currently in single user mode." => "Questa istanza di ownCloud è in modalità utente singolo.", +"This means only administrators can use the instance." => "Questo significa che solo gli amministratori possono utilizzare l'istanza.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", +"Thank you for your patience." => "Grazie per la pazienza.", "Updating ownCloud to version %s, this may take a while." => "Aggiornamento di ownCloud alla versione %s in corso, ciò potrebbe richiedere del tempo.", "This ownCloud instance is currently being updated, which may take a while." => "Questa istanza di ownCloud è in fase di aggiornamento, potrebbe richiedere del tempo.", -"Please reload this page after a short time to continue using ownCloud." => "Ricarica questa pagina per poter continuare ad usare ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.", -"Thank you for your patience." => "Grazie per la pazienza." +"Please reload this page after a short time to continue using ownCloud." => "Ricarica questa pagina per poter continuare ad usare ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index f43e6083d0..e918ac042f 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "ログイン", "Alternative Logins" => "代替ログイン", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", +"Thank you for your patience." => "しばらくお待ちください。", "Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。", "This ownCloud instance is currently being updated, which may take a while." => "この ownCloud インスタンスは現在更新中であり、しばらく時間がかかります。", -"Please reload this page after a short time to continue using ownCloud." => "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。", -"Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", -"Thank you for your patience." => "しばらくお待ちください。" +"Please reload this page after a short time to continue using ownCloud." => "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/l10n/lb.php b/core/l10n/lb.php index 215111dadf..920e109bc6 100644 --- a/core/l10n/lb.php +++ b/core/l10n/lb.php @@ -143,7 +143,7 @@ $TRANSLATIONS = array( "remember" => "verhalen", "Log in" => "Umellen", "Alternative Logins" => "Alternativ Umeldungen", -"Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren.", -"Thank you for your patience." => "Merci fir deng Gedold." +"Thank you for your patience." => "Merci fir deng Gedold.", +"Updating ownCloud to version %s, this may take a while." => "ownCloud gëtt op d'Versioun %s aktualiséiert, dat kéint e Moment daueren." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index bed1756cb4..02852e37d4 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -161,10 +161,10 @@ $TRANSLATIONS = array( "Log in" => "Prisijungti", "Alternative Logins" => "Alternatyvūs prisijungimai", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Labas,

tik informuojame, kad %s pasidalino su Jumis »%s«.
Peržiūrėk!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", +"Thank you for your patience." => "Dėkojame už jūsų kantrumą.", "Updating ownCloud to version %s, this may take a while." => "Atnaujinama ownCloud į %s versiją. tai gali šiek tiek užtrukti.", "This ownCloud instance is currently being updated, which may take a while." => "Šiuo metu vyksta ownCloud atnaujinamas, tai gali šiek tiek užtrukti.", -"Please reload this page after a short time to continue using ownCloud." => "Po trupučio laiko atnaujinkite šį puslapį kad galėtumėte toliau naudoti ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai.", -"Thank you for your patience." => "Dėkojame už jūsų kantrumą." +"Please reload this page after a short time to continue using ownCloud." => "Po trupučio laiko atnaujinkite šį puslapį kad galėtumėte toliau naudoti ownCloud." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/mk.php b/core/l10n/mk.php index bc40a6c2ff..7ec7fe8b75 100644 --- a/core/l10n/mk.php +++ b/core/l10n/mk.php @@ -143,10 +143,10 @@ $TRANSLATIONS = array( "remember" => "запамти", "Log in" => "Најава", "Alternative Logins" => "Алтернативни најавувања", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", +"Thank you for your patience." => "Благодариме на вашето трпение.", "Updating ownCloud to version %s, this may take a while." => "Надградбата на ownCloud на верзијата %s, може да потрае.", "This ownCloud instance is currently being updated, which may take a while." => "Оваа инстанца на ownCloud во моментов се надградува, што може малку да потрае.", -"Please reload this page after a short time to continue using ownCloud." => "Повторно вчитајте ја оваа страница по кратко време за да продолжите да го користите ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно.", -"Thank you for your patience." => "Благодариме на вашето трпение." +"Please reload this page after a short time to continue using ownCloud." => "Повторно вчитајте ја оваа страница по кратко време за да продолжите да го користите ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 12ea9e0233..2d3eb6a73e 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Meld je aan", "Alternative Logins" => "Alternatieve inlogs", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hallo daar,

even een berichtje dat %s »%s« met u deelde.
Bekijk hier!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.", +"Thank you for your patience." => "Bedankt voor uw geduld.", "Updating ownCloud to version %s, this may take a while." => "Updaten ownCloud naar versie %s, dit kan even duren...", "This ownCloud instance is currently being updated, which may take a while." => "Deze ownCloud dienst wordt nu bijgewerkt, dat kan even duren.", -"Please reload this page after a short time to continue using ownCloud." => "Laad deze pagina straks opnieuw om verder te gaan met ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen.", -"Thank you for your patience." => "Bedankt voor uw geduld." +"Please reload this page after a short time to continue using ownCloud." => "Laad deze pagina straks opnieuw om verder te gaan met ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 7cf5be575f..93a256bd7f 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -153,7 +153,7 @@ $TRANSLATIONS = array( "Log in" => "Zaloguj", "Alternative Logins" => "Alternatywne loginy", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Cześć,

Informuję cię że %s udostępnia ci »%s«.\n
Zobacz!

", -"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać.", -"Thank you for your patience." => "Dziękuję za cierpliwość." +"Thank you for your patience." => "Dziękuję za cierpliwość.", +"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 4fd427217d..197c31339e 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Fazer login", "Alternative Logins" => "Logins alternativos", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Olá,

só gostaria que você soubesse que %s compartilhou »%s« com você.
Veja isto!
"Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", +"Thank you for your patience." => "Obrigado pela sua paciência.", "Updating ownCloud to version %s, this may take a while." => "Atualizando ownCloud para a versão %s, isto pode levar algum tempo.", "This ownCloud instance is currently being updated, which may take a while." => "Esta instância do ownCloud está sendo atualizada, o que pode demorar um pouco.", -"Please reload this page after a short time to continue using ownCloud." => "Por favor, atualize esta página depois de um curto período de tempo para continuar usando ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Contacte o seu administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.", -"Thank you for your patience." => "Obrigado pela sua paciência." +"Please reload this page after a short time to continue using ownCloud." => "Por favor, atualize esta página depois de um curto período de tempo para continuar usando ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/ru.php b/core/l10n/ru.php index 27ae806fd5..a4211865b7 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -164,10 +164,10 @@ $TRANSLATIONS = array( "Log in" => "Войти", "Alternative Logins" => "Альтернативные имена пользователя", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Здравствуйте,

просто даём вам знать, что %s расшарил %s для вас.
Посмотреть!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", +"Thank you for your patience." => "Спасибо за терпение.", "Updating ownCloud to version %s, this may take a while." => "Идёт обновление ownCloud до версии %s. Это может занять некоторое время.", "This ownCloud instance is currently being updated, which may take a while." => "Производится обновление ownCloud, это может занять некоторое время.", -"Please reload this page after a short time to continue using ownCloud." => "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.", -"Thank you for your patience." => "Спасибо за терпение." +"Please reload this page after a short time to continue using ownCloud." => "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud." ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; diff --git a/core/l10n/sk_SK.php b/core/l10n/sk_SK.php index 7e6a404db7..26572b0ba1 100644 --- a/core/l10n/sk_SK.php +++ b/core/l10n/sk_SK.php @@ -163,9 +163,9 @@ $TRANSLATIONS = array( "Log in" => "Prihlásiť sa", "Alternative Logins" => "Alternatívne prihlásenie", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Ahoj,

chcem ti dať navedomie, že %s zdieľa »%s« s tebou.
Zobrazenie tu!

", +"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť.", "Updating ownCloud to version %s, this may take a while." => "Aktualizujem ownCloud na verziu %s, môže to chvíľu trvať.", "This ownCloud instance is currently being updated, which may take a while." => "Táto inštancia ownCloud sa práve aktualizuje, čo môže nejaký čas trvať.", -"Please reload this page after a short time to continue using ownCloud." => "Prosím obnovte túto stránku a po krátkej dobe môžete pokračovať v používaní.", -"Thank you for your patience." => "Ďakujeme za Vašu trpezlivosť." +"Please reload this page after a short time to continue using ownCloud." => "Prosím obnovte túto stránku a po krátkej dobe môžete pokračovať v používaní." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; diff --git a/core/l10n/sl.php b/core/l10n/sl.php index ce1df56679..a87cbbc659 100644 --- a/core/l10n/sl.php +++ b/core/l10n/sl.php @@ -165,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Prijava", "Alternative Logins" => "Druge prijavne možnosti", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Pozdravljeni,

oseba %s vam je omogočila souporabo %s.
Vir si lahko ogledate na tem naslovu.

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", +"Thank you for your patience." => "Hvala za potrpežljivost!", "Updating ownCloud to version %s, this may take a while." => "Posodabljanje sistema ownCloud na različico %s je lahko dolgotrajno.", "This ownCloud instance is currently being updated, which may take a while." => "Nastavitev oblaka ownCloud se trenutno posodablja. Opravilo je lahko dolgotrajno ...", -"Please reload this page after a short time to continue using ownCloud." => "Ponovno naložite to stran po krajšem preteku časa in nadaljujte z uporabo oblaka ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo.", -"Thank you for your patience." => "Hvala za potrpežljivost!" +"Please reload this page after a short time to continue using ownCloud." => "Ponovno naložite to stran po krajšem preteku časa in nadaljujte z uporabo oblaka ownCloud." ); $PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; diff --git a/core/l10n/sv.php b/core/l10n/sv.php index e40aafe202..fe67ae9aef 100644 --- a/core/l10n/sv.php +++ b/core/l10n/sv.php @@ -132,6 +132,7 @@ $TRANSLATIONS = array( "Access forbidden" => "Åtkomst förbjuden", "Cloud not found" => "Hittade inget moln", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hej där,⏎\n⏎\nville bara meddela dig att %s delade %s med dig.⏎\nTitta på den: %s⏎\n⏎\n", +"The share will expire on %s." => "Utdelningen kommer att upphöra %s.", "Cheers!" => "Vi höres!", "Security Warning" => "Säkerhetsvarning", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Din version av PHP är sårbar för NULL byte attack (CVE-2006-7243)", @@ -164,10 +165,10 @@ $TRANSLATIONS = array( "Log in" => "Logga in", "Alternative Logins" => "Alternativa inloggningar", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Hej där,

ville bara informera dig om att %s delade »%s« med dig.
Titta på den!

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", +"Thank you for your patience." => "Tack för ditt tålamod.", "Updating ownCloud to version %s, this may take a while." => "Uppdaterar ownCloud till version %s, detta kan ta en stund.", "This ownCloud instance is currently being updated, which may take a while." => "Denna ownCloud instans håller på att uppdatera, vilket kan ta ett tag.", -"Please reload this page after a short time to continue using ownCloud." => "Var god och ladda om denna sida efter en kort stund för att fortsätta använda ownCloud.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat.", -"Thank you for your patience." => "Tack för ditt tålamod." +"Please reload this page after a short time to continue using ownCloud." => "Var god och ladda om denna sida efter en kort stund för att fortsätta använda ownCloud." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 74eff9317c..1275bf96c3 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -165,10 +165,12 @@ $TRANSLATIONS = array( "Log in" => "Giriş yap", "Alternative Logins" => "Alternatif Girişler", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "Merhaba,

%s sizinle »%s« paylaşımında bulundu.
Paylaşımı gör!

İyi günler!", +"This ownCloud instance is currently in single user mode." => "Bu ownCloud örneği şu anda tek kullanıcı kipinde.", +"This means only administrators can use the instance." => "Bu, örneği sadece yöneticiler kullanabilir demektir.", +"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", +"Thank you for your patience." => "Sabrınız için teşekkür ederiz.", "Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir.", "This ownCloud instance is currently being updated, which may take a while." => "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir.", -"Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin.", -"Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.", -"Thank you for your patience." => "Sabrınız için teşekkür ederiz." +"Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin." ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index cfe4e69c12..d78929ddb9 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -163,10 +163,10 @@ $TRANSLATIONS = array( "Log in" => "登入", "Alternative Logins" => "其他登入方法", "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" => "嗨,

%s 和你分享了 %s ,到這裡看它

", +"Contact your system administrator if this message persists or appeared unexpectedly." => "若這個訊息持續出現,請聯絡系統管理員", +"Thank you for your patience." => "感謝您的耐心", "Updating ownCloud to version %s, this may take a while." => "正在將 ownCloud 升級至版本 %s ,這可能需要一點時間。", "This ownCloud instance is currently being updated, which may take a while." => "ownCloud 正在升級,請稍待一會。", -"Please reload this page after a short time to continue using ownCloud." => "請稍後重新載入這個頁面就可以繼續使用 ownCloud", -"Contact your system administrator if this message persists or appeared unexpectedly." => "若這個訊息持續出現,請聯絡系統管理員", -"Thank you for your patience." => "感謝您的耐心" +"Please reload this page after a short time to continue using ownCloud." => "請稍後重新載入這個頁面就可以繼續使用 ownCloud" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/core/register_command.php b/core/register_command.php index 1e520e3882..e4f3b12436 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -14,3 +14,4 @@ $application->add(new OC\Core\Command\Maintenance\SingleUser()); $application->add(new OC\Core\Command\App\Disable()); $application->add(new OC\Core\Command\App\Enable()); $application->add(new OC\Core\Command\App\ListApps()); +$application->add(new OC\Core\Command\Maintenance\Repair(new \OC\Repair())); diff --git a/l10n/ach/core.po b/l10n/ach/core.po index cfe63445a8..24204fc2a6 100644 --- a/l10n/ach/core.po +++ b/l10n/ach/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ach/settings.po b/l10n/ach/settings.po index e61edf72f6..c168806a27 100644 --- a/l10n/ach/settings.po +++ b/l10n/ach/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Acoli (http://www.transifex.com/projects/p/owncloud/language/ach/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ady/core.po b/l10n/ady/core.po index 7d819a31e9..97a01cf82c 100644 --- a/l10n/ady/core.po +++ b/l10n/ady/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ady/settings.po b/l10n/ady/settings.po index 135f00ef31..7cf1558c62 100644 --- a/l10n/ady/settings.po +++ b/l10n/ady/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Adyghe (http://www.transifex.com/projects/p/owncloud/language/ady/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/af/core.po b/l10n/af/core.po index 9e0ca8cd1a..e55e411010 100644 --- a/l10n/af/core.po +++ b/l10n/af/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/af/settings.po b/l10n/af/settings.po index 5bec697f8e..f754335aa4 100644 --- a/l10n/af/settings.po +++ b/l10n/af/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/af_ZA/core.po b/l10n/af_ZA/core.po index d1d29aefd0..0d66788b96 100644 --- a/l10n/af_ZA/core.po +++ b/l10n/af_ZA/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/af_ZA/settings.po b/l10n/af_ZA/settings.po index cfdf4f7358..ff50bbf120 100644 --- a/l10n/af_ZA/settings.po +++ b/l10n/af_ZA/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 619ff09625..8a1da67d7f 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -462,6 +462,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -765,13 +787,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ar/settings.po b/l10n/ar/settings.po index 6d1f679225..5acb95846a 100644 --- a/l10n/ar/settings.po +++ b/l10n/ar/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "تم التحديث بنجاح" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "التشفير" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/be/core.po b/l10n/be/core.po index be33cfefba..2befea17b6 100644 --- a/l10n/be/core.po +++ b/l10n/be/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/be/settings.po b/l10n/be/settings.po index 778c08d95c..87548f9095 100644 --- a/l10n/be/settings.po +++ b/l10n/be/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 57daded09c..5a15463582 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index bf0ad32278..870c263a9b 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Обновено" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Криптиране" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index b29fcf396f..20daeece7f 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bn_BD/settings.po b/l10n/bn_BD/settings.po index b36886a315..07e88d4efa 100644 --- a/l10n/bn_BD/settings.po +++ b/l10n/bn_BD/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "সংকেতায়ন" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/bs/core.po b/l10n/bs/core.po index def9a6a543..3e43cb9ae3 100644 --- a/l10n/bs/core.po +++ b/l10n/bs/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/bs/settings.po b/l10n/bs/settings.po index 7c0a0a4228..86ccd2e70d 100644 --- a/l10n/bs/settings.po +++ b/l10n/bs/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Bosnian (http://www.transifex.com/projects/p/owncloud/language/bs/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ca/core.po b/l10n/ca/core.po index 1aac94fee1..4876548deb 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "Error en carregar la plantilla de diàleg: {error}" msgid "No tags selected for deletion." msgstr "No heu seleccionat les etiquetes a eliminar." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Ei,

només fer-te saber que %s ha compartit »%s« amb tu.
Mira-ho!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Gràcies per la paciència." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Aquesta instància d'ownCloud s'està actualitzant i podria trigar una e #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Carregueu de nou aquesta pàgina d'aquí a poc temps per continuar usant ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contacteu amb l'administrador del sistema si aquest missatge persisteix o apareix inesperadament." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Gràcies per la paciència." diff --git a/l10n/ca/settings.po b/l10n/ca/settings.po index 80bdaff549..d1e7731602 100644 --- a/l10n/ca/settings.po +++ b/l10n/ca/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Actualitzada" msgid "Select a profile picture" msgstr "Seleccioneu una imatge de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Desencriptant fitxers... Espereu, això pot trigar una estona." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Xifrat" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 793744112d..7f1f56c20b 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -6,6 +6,7 @@ # janinko , 2013 # dibalaj , 2013 # Honza K. , 2013 +# liska_, 2013 # Martin , 2013 # pstast , 2013 # Tomáš Chvátal , 2013 @@ -13,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -314,11 +315,11 @@ msgstr "S Vámi sdílí {owner}" #: js/share.js:213 msgid "Share with user or group …" -msgstr "" +msgstr "Sdílej s uživatelem nebo skupinou" #: js/share.js:219 msgid "Share link" -msgstr "" +msgstr "Sdílet odkaz" #: js/share.js:222 msgid "Password protect" @@ -374,7 +375,7 @@ msgstr "Zrušit sdílení" #: js/share.js:405 msgid "notify by email" -msgstr "" +msgstr "upozornit e-mailem" #: js/share.js:408 msgid "can edit" @@ -452,6 +453,10 @@ msgstr "Chyba při načítání šablony dialogu: {error}" msgid "No tags selected for deletion." msgstr "Žádné štítky nebyly vybrány ke smazání." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hej ty tam,

jen ti chci dát vědět, že %s sdílel »%s« s tebou.
Zobrazit!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Tato instalace ownCloudu je momentálně v jednouživatelském módu." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "To znamená, že pouze správci systému mohou aplikaci používat." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktujte, prosím, správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Děkuji za trpělivost." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,18 +773,8 @@ msgstr "Aktualizuji ownCloud na verzi %s, bude to chvíli trvat." #: templates/update.user.php:3 msgid "" "This ownCloud instance is currently being updated, which may take a while." -msgstr "" +msgstr "Tato instalace ownCloud je právě aktualizována, může to trvat chvíli." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." -msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" +msgstr "Pro pokračování načtěte, prosím, stránku znovu po chvíli." diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index 7e61095758..ff25a4fe56 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -6,6 +6,7 @@ # Twiguard, 2013 # dibalaj , 2013 # Honza K. , 2013 +# liska_, 2013 # cvanca , 2013 # pstast , 2013 # Tomáš Chvátal , 2013 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -189,7 +190,7 @@ msgstr "Trvale odstranit" msgid "Rename" msgstr "Přejmenovat" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "Nevyřízené" @@ -207,7 +208,7 @@ msgstr "vrátit zpět" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Chyba při mazání souboru." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -227,7 +228,7 @@ msgstr[2] "%n souborů" msgid "{dirs} and {files}" msgstr "{dirs} a {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Nahrávám %n soubor" diff --git a/l10n/cs_CZ/files_encryption.po b/l10n/cs_CZ/files_encryption.po index 0eabe3923f..3bf09e51a5 100644 --- a/l10n/cs_CZ/files_encryption.po +++ b/l10n/cs_CZ/files_encryption.po @@ -5,6 +5,7 @@ # Translators: # janinko , 2013 # Honza K. , 2013 +# liska_, 2013 # Martin , 2013 # pstast , 2013 # Tomáš Chvátal , 2013 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-03 12:38-0500\n" -"PO-Revision-Date: 2013-11-03 17:38+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -71,7 +72,7 @@ msgid "" "Your private key is not valid! Likely your password was changed outside of " "%s (e.g. your corporate directory). You can update your private key password" " in your personal settings to recover access to your encrypted files." -msgstr "" +msgstr "Váš soukromý klíč není platný! Pravděpodobně bylo heslo změněno vně systému %s (např. ve vašem firemním adresáři). Heslo vašeho soukromého klíče můžete změnit ve svém osobním nastavení pro obnovení přístupu k vašim zašifrovaným souborům." #: files/error.php:19 msgid "" diff --git a/l10n/cs_CZ/files_sharing.po b/l10n/cs_CZ/files_sharing.po index 7cd4987038..20c3575186 100644 --- a/l10n/cs_CZ/files_sharing.po +++ b/l10n/cs_CZ/files_sharing.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# liska_, 2013 # pstast , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-15 22:54-0500\n" -"PO-Revision-Date: 2013-11-13 16:11+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -82,4 +83,4 @@ msgstr "Náhled není dostupný pro" #: templates/public.php:99 msgid "Direct link" -msgstr "" +msgstr "Přímý odkaz" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index 73f20d08a0..614d98b581 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -4,15 +4,16 @@ # # Translators: # Honza K. , 2013 +# liska_, 2013 # pstast , 2013 # Tomáš Chvátal , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -56,15 +57,15 @@ msgstr "Administrace" msgid "Failed to upgrade \"%s\"." msgstr "Selhala aktualizace verze \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Neznámý typ souboru" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Chybný obrázek" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "webové služby pod Vaší kontrolou" @@ -93,7 +94,7 @@ msgstr "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru." msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Prosím stáhněte soubory odděleně v menších množstvích nebo požádejte vašeho správce." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/cs_CZ/settings.po b/l10n/cs_CZ/settings.po index 66852cca3b..1d7d063e34 100644 --- a/l10n/cs_CZ/settings.po +++ b/l10n/cs_CZ/settings.po @@ -5,6 +5,7 @@ # Translators: # Twiguard, 2013 # Honza K. , 2013 +# liska_, 2013 # cvanca , 2013 # pstast , 2013 # Tomáš Chvátal , 2013 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -166,7 +167,7 @@ msgstr "Aktualizováno" msgid "Select a profile picture" msgstr "Vyberte profilový obrázek" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu." @@ -225,23 +226,23 @@ msgstr "Česky" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" -msgstr "" +msgstr "Vše (fatální problémy, chyby, varování, informační, ladící)" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" -msgstr "" +msgstr "informační, varování, chyby a fatální problémy" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" -msgstr "" +msgstr "Varování, chyby a fatální problémy" #: templates/admin.php:11 msgid "Errors and fatal issues" -msgstr "" +msgstr "Chyby a fatální problémy" #: templates/admin.php:12 msgid "Fatal issues only" -msgstr "" +msgstr "Pouze fatální problémy" #: templates/admin.php:22 msgid "Security Warning" @@ -287,20 +288,20 @@ msgstr "Lokalizace nefunguje" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Není možné nastavit znakovou sadu, která podporuje UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů." #: templates/admin.php:78 #, php-format msgid "" "We strongly suggest to install the required packages on your system to " "support one of the following locales: %s." -msgstr "" +msgstr "Velmi doporučujeme nainstalovat na váš systém požadované balíčky podporující jednu z následujících znakových sad: %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -578,15 +579,15 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV" #: templates/personal.php:146 msgid "Encryption" msgstr "Šifrování" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/cs_CZ/user_ldap.po b/l10n/cs_CZ/user_ldap.po index 098ee12d3d..1dec006134 100644 --- a/l10n/cs_CZ/user_ldap.po +++ b/l10n/cs_CZ/user_ldap.po @@ -5,6 +5,7 @@ # Translators: # Twiguard, 2013 # Honza K. , 2013 +# liska_, 2013 # cvanca , 2013 # pstast , 2013 # Tomáš Chvátal , 2013 @@ -12,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-16 07:44+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: liska_\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" @@ -93,15 +94,15 @@ msgstr "Chyba" #: js/settings.js:674 msgid "Configuration OK" -msgstr "" +msgstr "Konfigurace v pořádku" #: js/settings.js:683 msgid "Configuration incorrect" -msgstr "" +msgstr "Nesprávná konfigurace" #: js/settings.js:692 msgid "Configuration incomplete" -msgstr "" +msgstr "Nekompletní konfigurace" #: js/settings.js:709 js/settings.js:718 msgid "Select groups" @@ -153,7 +154,7 @@ msgstr "Neplatný hostitel" #: lib/wizard.php:913 msgid "Could not find the desired feature" -msgstr "" +msgstr "Nelze nalézt požadovanou vlastnost" #: templates/part.settingcontrols.php:2 msgid "Save" @@ -170,7 +171,7 @@ msgstr "Nápověda" #: templates/part.wizard-groupfilter.php:4 #, php-format msgid "Limit the access to %s to groups meeting this criteria:" -msgstr "" +msgstr "Omezit přístup k %s uživatelům splňujícím tyto podmínky:" #: templates/part.wizard-groupfilter.php:8 #: templates/part.wizard-userfilter.php:8 @@ -185,18 +186,18 @@ msgstr "pouze z těchto skupin:" #: templates/part.wizard-groupfilter.php:25 #: templates/part.wizard-userfilter.php:25 msgid "Edit raw filter instead" -msgstr "" +msgstr "Edituj filtr přímo" #: templates/part.wizard-groupfilter.php:30 #: templates/part.wizard-userfilter.php:30 msgid "Raw LDAP filter" -msgstr "" +msgstr "Původní filtr LDAP" #: templates/part.wizard-groupfilter.php:31 #, php-format msgid "" "The filter specifies which LDAP groups shall have access to the %s instance." -msgstr "" +msgstr "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci." #: templates/part.wizard-groupfilter.php:38 msgid "groups found" @@ -204,7 +205,7 @@ msgstr "nalezené skupiny" #: templates/part.wizard-loginfilter.php:4 msgid "What attribute shall be used as login name:" -msgstr "" +msgstr "Který atribut má být použit jako přihlašovací jméno:" #: templates/part.wizard-loginfilter.php:8 msgid "LDAP Username:" @@ -271,7 +272,7 @@ msgstr "Omezit přístup k %s uživatelům splňujícím tyto podmínky:" #, php-format msgid "" "The filter specifies which LDAP users shall have access to the %s instance." -msgstr "" +msgstr "Filtr určuje, kteří uživatelé LDAP mají mít přístup k %s instanci." #: templates/part.wizard-userfilter.php:38 msgid "users found" diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index fe53a37a9e..52a3077204 100644 --- a/l10n/cy_GB/core.po +++ b/l10n/cy_GB/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -452,6 +452,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -755,13 +777,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index ff416ea521..6127f95dcb 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Amgryptiad" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/da/core.po b/l10n/da/core.po index 3caca30267..94c34c42e5 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "Fejl ved indlæsning dialog skabelon: {error}" msgid "No tags selected for deletion." msgstr "Ingen tags markeret til sletning." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hej med dig,

Dette blot for at lade dig vide, at %s har delt \"%s\" med dig.
Se det her!

Hej" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Tak for din tålmodighed." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "Opdatere Owncloud, dette kan tage et stykke tid." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Genindlæs denne side efter kort tid til at fortsætte med at bruge ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontakt systemadministratoren, hvis denne meddelelse fortsætter eller optrådte uventet." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Tak for din tålmodighed." diff --git a/l10n/da/settings.po b/l10n/da/settings.po index f6428e3830..1ad1b4fbb8 100644 --- a/l10n/da/settings.po +++ b/l10n/da/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Opdateret" msgid "Select a profile picture" msgstr "Vælg et profilbillede" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekryptere filer... Vent venligst, dette kan tage lang tid. " @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Krypterings app'en er ikke længere aktiv. Dekrypter alle dine filer. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de/core.po b/l10n/de/core.po index e48ae895da..68902c01dc 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -10,14 +10,15 @@ # JamFX , 2013 # ninov , 2013 # Pwnicorn , 2013 +# noxin , 2013 # Mirodin , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:20+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -449,6 +450,10 @@ msgstr "Fehler beim Laden der Dialogvorlage: {error}" msgid "No tags selected for deletion." msgstr "Es wurden keine Schlagwörter zum Löschen ausgewählt." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hallo,

wollte dich nur kurz informieren, dass %s gerade %s mit dir geteilt hat.
Schau es dir an.

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Vielen Dank für Deine Geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -752,13 +775,3 @@ msgstr "Diese OwnCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Bitte lade diese Seite nach kurzer Zeit neu, um mit der Nutzung von OwnCloud fortzufahren." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontaktiere Deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Vielen Dank für Deine Geduld." diff --git a/l10n/de/settings.po b/l10n/de/settings.po index c109183063..4a0100c0cf 100644 --- a/l10n/de/settings.po +++ b/l10n/de/settings.po @@ -7,15 +7,16 @@ # Mario Siegmann , 2013 # ninov , 2013 # Pwnicorn , 2013 +# noxin , 2013 # Mirodin , 2013 # kabum , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 16:12+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: noxin \n" "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -167,7 +168,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "Wähle ein Profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssle Dateien ... Bitte warten, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -586,8 +587,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten." #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de_AT/core.po b/l10n/de_AT/core.po index beb8a1c1fb..53ae930e09 100644 --- a/l10n/de_AT/core.po +++ b/l10n/de_AT/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/de_AT/settings.po b/l10n/de_AT/settings.po index e9da4f708b..3ff51276a2 100644 --- a/l10n/de_AT/settings.po +++ b/l10n/de_AT/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Austria) (http://www.transifex.com/projects/p/owncloud/language/de_AT/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/de_CH/core.po b/l10n/de_CH/core.po index 0985576cd1..ba8da3b0a0 100644 --- a/l10n/de_CH/core.po +++ b/l10n/de_CH/core.po @@ -17,8 +17,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/de_CH/settings.po b/l10n/de_CH/settings.po index 261d60c64f..c50b2e56aa 100644 --- a/l10n/de_CH/settings.po +++ b/l10n/de_CH/settings.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/owncloud/language/de_CH/)\n" "MIME-Version: 1.0\n" @@ -170,7 +170,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssel Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -589,8 +589,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 74539e72d1..b3c1da5fb2 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:20+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -449,6 +449,10 @@ msgstr "Fehler beim Laden der Dialogvorlage: {error}" msgid "No tags selected for deletion." msgstr "Es wurden keine Schlagwörter zum Löschen ausgewählt." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hallo,

%s hat %s mit Ihnen geteilt.
Schauen Sie es sich an!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Diese ownClound Instanz befindet sich derzeit im Einzelbenutzermodus." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Dies bedeutet, das nur Administratoren diese Instanz nutzen können." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Vielen Dank für Ihre Geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -752,13 +774,3 @@ msgstr "Diese ownCloud-Instanz wird gerade aktualisiert, was eine Weile dauert." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Bitte laden Sie diese Seite nach kurzer Zeit neu, um mit der Nutzung von ownCloud fortzufahren." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Vielen Dank für Ihre Geduld." diff --git a/l10n/de_DE/settings.po b/l10n/de_DE/settings.po index 4f1b75be12..23ecba9076 100644 --- a/l10n/de_DE/settings.po +++ b/l10n/de_DE/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 16:12+0000\n" -"Last-Translator: Mario Siegmann \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: noxin \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/owncloud/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -168,7 +168,7 @@ msgstr "Aktualisiert" msgid "Select a profile picture" msgstr "Wählen Sie ein Profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Entschlüssle Dateien ... Bitte warten Sie, denn dieser Vorgang kann einige Zeit beanspruchen." @@ -587,8 +587,8 @@ msgid "Encryption" msgstr "Verschlüsselung" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. " +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/el/core.po b/l10n/el/core.po index 7d123dbdba..3a8caf4a09 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 01:50+0000\n" -"Last-Translator: vkehayas \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -450,6 +450,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Σας ευχαριστούμε για την υπομονή σας." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -753,13 +775,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Παρακαλώ ανανεώστε αυτή τη σελίδα μετά από ένα σύντομο χρονικό διάστημα ώστε να συνεχίσετε να χρησιμοποιείτε το ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Επικοινωνήστε με το διαχειριστή του συστήματος αν αυτό το μήνυμα συνεχίζει να εμφανίζεται ή εμφανίστηκε απρόσμενα." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Σας ευχαριστούμε για την υπομονή σας." diff --git a/l10n/el/settings.po b/l10n/el/settings.po index f363111a6f..6fdf498723 100644 --- a/l10n/el/settings.po +++ b/l10n/el/settings.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-23 18:10+0000\n" -"Last-Translator: vkehayas \n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -97,24 +97,24 @@ msgstr "Εσφαλμένο συνθηματικό" #: changepassword/controller.php:42 msgid "No user supplied" -msgstr "" +msgstr "Δεν εισήχθη χρήστης" #: changepassword/controller.php:74 msgid "" "Please provide an admin recovery password, otherwise all user data will be " "lost" -msgstr "" +msgstr "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν" #: changepassword/controller.php:79 msgid "" "Wrong admin recovery password. Please check the password and try again." -msgstr "" +msgstr "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά." #: changepassword/controller.php:87 msgid "" "Back-end doesn't support password change, but the users encryption key was " "successfully updated." -msgstr "" +msgstr "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς." #: changepassword/controller.php:92 changepassword/controller.php:103 msgid "Unable to change password" @@ -168,9 +168,9 @@ msgstr "Ενημερώθηκε" msgid "Select a profile picture" msgstr "Επιλογή εικόνας προφίλ" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." -msgstr "" +msgstr "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο." #: js/personal.js:287 msgid "Saving..." @@ -219,7 +219,7 @@ msgstr "Πρέπει να δοθεί έγκυρο συνθηματικό" #: js/users.js:481 msgid "Warning: Home directory for user \"{user}\" already exists" -msgstr "" +msgstr "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη" #: personal.php:45 personal.php:46 msgid "__language_name__" @@ -227,19 +227,19 @@ msgstr "__όνομα_γλώσσας__" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" -msgstr "" +msgstr "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" -msgstr "" +msgstr "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" -msgstr "" +msgstr "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα" #: templates/admin.php:11 msgid "Errors and fatal issues" -msgstr "" +msgstr "Σφάλματα και καίρια ζητήματα" #: templates/admin.php:12 msgid "Fatal issues only" @@ -289,7 +289,7 @@ msgstr "Η μετάφραση δεν δουλεύει" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8." #: templates/admin.php:74 msgid "" @@ -315,7 +315,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 "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες." #: templates/admin.php:107 msgid "Cron" @@ -329,11 +329,11 @@ msgstr "Εκτέλεση μιας διεργασίας με κάθε σελίδ msgid "" "cron.php is registered at a webcron service to call cron.php every 15 " "minutes over http." -msgstr "" +msgstr "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http." #: templates/admin.php:130 msgid "Use systems cron service to call the cron.php file every 15 minutes." -msgstr "" +msgstr "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά." #: templates/admin.php:135 msgid "Sharing" @@ -382,7 +382,7 @@ msgstr "Να επιτρέπεται στους χρήστες ο διαμοιρ #: templates/admin.php:185 msgid "Allow mail notification" -msgstr "" +msgstr "Επιτρέψτε ειδοποιήσεις ηλεκτρονικού ταχυδρομείου" #: templates/admin.php:186 msgid "Allow user to send mail notification for shared files" @@ -399,14 +399,14 @@ msgstr "Επιβολή χρήσης HTTPS" #: templates/admin.php:208 #, php-format msgid "Forces the clients to connect to %s via an encrypted connection." -msgstr "" +msgstr "Επιβάλλει τους δέκτες να συνδέονται με το %s μέσω κρυπογραφημένης σύνδεσης." #: templates/admin.php:214 #, 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:226 msgid "Log" @@ -541,7 +541,7 @@ msgstr "Φωτογραφία προφίλ" #: templates/personal.php:90 msgid "Upload new" -msgstr "" +msgstr "Μεταφόρτωση νέου" #: templates/personal.php:92 msgid "Select new from Files" @@ -553,7 +553,7 @@ msgstr "Αφαίρεση εικόνας" #: templates/personal.php:94 msgid "Either png or jpg. Ideally square but you will be able to crop it." -msgstr "" +msgstr "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε." #: templates/personal.php:97 msgid "Abort" @@ -580,14 +580,14 @@ msgstr "WebDAV" msgid "" "Use this address to access your Files via " "WebDAV" -msgstr "" +msgstr "Χρήση αυτής της διεύθυνσης πρόσβαση των Αρχείων σας μέσω WebDAV" #: templates/personal.php:146 msgid "Encryption" msgstr "Κρυπτογράφηση" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/en@pirate/core.po b/l10n/en@pirate/core.po index d04b1301f7..e5df4a3882 100644 --- a/l10n/en@pirate/core.po +++ b/l10n/en@pirate/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/en@pirate/settings.po b/l10n/en@pirate/settings.po index 3ef0ebccbf..ae8b99a27f 100644 --- a/l10n/en@pirate/settings.po +++ b/l10n/en@pirate/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/owncloud/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/en_GB/core.po b/l10n/en_GB/core.po index 3c2dbb995f..b1ca919666 100644 --- a/l10n/en_GB/core.po +++ b/l10n/en_GB/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: mnestis \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -442,6 +442,10 @@ msgstr "Error loading dialog template: {error}" msgid "No tags selected for deletion." msgstr "No tags selected for deletion." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hey there,

just letting you know that %s shared »%s« with you.
View it!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contact your system administrator if this message persists or appeared unexpectedly." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Thank you for your patience." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "This ownCloud instance is currently being updated, which may take a whil #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Please reload this page after a short time to continue using ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contact your system administrator if this message persists or appeared unexpectedly." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Thank you for your patience." diff --git a/l10n/en_GB/settings.po b/l10n/en_GB/settings.po index 8912a27e47..703441e2e4 100644 --- a/l10n/en_GB/settings.po +++ b/l10n/en_GB/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Updated" msgid "Select a profile picture" msgstr "Select a profile picture" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decrypting files... Please wait, this can take some time." @@ -283,20 +283,20 @@ msgstr "Locale not working" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "System locale can not be set to a one which supports UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "This means that there might be problems with certain characters in file names." #: templates/admin.php:78 #, php-format msgid "" "We strongly suggest to install the required packages on your system to " "support one of the following locales: %s." -msgstr "" +msgstr "We strongly suggest installing the required packages on your system to support one of the following locales: %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Encryption" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "The encryption app is no longer enabled, decrypt all your files" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index 315f26d0da..3b448a7dbd 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/eo/settings.po b/l10n/eo/settings.po index 2337c55d97..d5ec67022a 100644 --- a/l10n/eo/settings.po +++ b/l10n/eo/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Ĉifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/es/core.po b/l10n/es/core.po index 928b5ab97e..0410c49858 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -453,6 +453,10 @@ msgstr "Error cargando plantilla de diálogo: {error}" msgid "No tags selected for deletion." msgstr "No hay etiquetas seleccionadas para borrar." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hola:

tan solo queremos informarte que %s compartió «%s» contigo.
¡Míralo acá!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Gracias por su paciencia." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -756,13 +778,3 @@ msgstr "Esta versión de owncloud se está actualizando, esto puede demorar un t #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Por favor , recargue esta instancia de onwcloud tras un corto periodo de tiempo y continue usándolo." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Gracias por su paciencia." diff --git a/l10n/es/settings.po b/l10n/es/settings.po index 34857e7aab..16a15f5a46 100644 --- a/l10n/es/settings.po +++ b/l10n/es/settings.po @@ -19,8 +19,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -173,7 +173,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccionar una imagen de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Descifrando archivos... Espere por favor, esto puede llevar algo de tiempo." @@ -592,8 +592,8 @@ msgid "Encryption" msgstr "Cifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "La aplicación de cifrado no está activada, descifre sus archivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 872664ebed..8d0162d6eb 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/es_AR/settings.po b/l10n/es_AR/settings.po index f085614eda..4a69f7ada0 100644 --- a/l10n/es_AR/settings.po +++ b/l10n/es_AR/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Desencriptando archivos... Por favor espere, esto puede tardar." @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Encriptación" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "La aplicación de encriptación ya no está habilitada, desencriptando todos los archivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/es_MX/core.po b/l10n/es_MX/core.po index aaed71615d..d953e7c86f 100644 --- a/l10n/es_MX/core.po +++ b/l10n/es_MX/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/es_MX/settings.po b/l10n/es_MX/settings.po index 2fd994423a..b061ef521b 100644 --- a/l10n/es_MX/settings.po +++ b/l10n/es_MX/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/owncloud/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 505016888a..e6bb6f9090 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 09:40+0000\n" -"Last-Translator: pisike.sipelgas \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \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" @@ -443,6 +443,10 @@ msgstr "Viga dialoogi malli laadimisel: {error}" msgid "No tags selected for deletion." msgstr "Kustutamiseks pole ühtegi silti valitud." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hei,

lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.
Vaata seda!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Täname kannatlikkuse eest." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Seda ownCloud instantsi hetkel uuendatakse, võib võtta veidi aega." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Täname kannatlikkuse eest." diff --git a/l10n/et_EE/settings.po b/l10n/et_EE/settings.po index ced89c3256..2956318645 100644 --- a/l10n/et_EE/settings.po +++ b/l10n/et_EE/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 10:00+0000\n" -"Last-Translator: pisike.sipelgas \n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot \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" @@ -163,7 +163,7 @@ msgstr "Uuendatud" msgid "Select a profile picture" msgstr "Vali profiili pilt" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrüpteerin faile... Palun oota, see võib võtta veidi aega." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Krüpteerimine" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 114f480b98..941a347fe3 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/eu/settings.po b/l10n/eu/settings.po index 4774567239..fefea72e88 100644 --- a/l10n/eu/settings.po +++ b/l10n/eu/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Eguneratuta" msgid "Select a profile picture" msgstr "Profil argazkia aukeratu" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -583,7 +583,7 @@ msgid "Encryption" msgstr "Enkriptazioa" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 076fa886b2..2fdc7bb3aa 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -437,6 +437,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -740,13 +762,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/fa/settings.po b/l10n/fa/settings.po index bd8d2045e6..b3716783ad 100644 --- a/l10n/fa/settings.po +++ b/l10n/fa/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "بروز رسانی انجام شد" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "رمزگذاری" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index a870c9bfff..1dbff206df 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: Jiri Grönroos \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Tunnisteita ei valittu poistettavaksi." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hei sinä!

%s jakoi kohteen »%s« kanssasi.
Tutustu siihen!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Tämä ownCloud-asennus on parhaillaan single user -tilassa." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Se tarkoittaa, että vain ylläpitäjät voivat nyt käyttää tätä ownCloudia." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Kiitos kärsivällisyydestäsi." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "Tätä ownCloud-asennusta päivitetään parhaillaan, siinä saattaa kes #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Päivitä tämä sivu hetken kuluttua jatkaaksesi ownCloudin käyttämistä." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Kiitos kärsivällisyydestäsi." diff --git a/l10n/fi_FI/settings.po b/l10n/fi_FI/settings.po index c37bd2f1a4..d1a91660b3 100644 --- a/l10n/fi_FI/settings.po +++ b/l10n/fi_FI/settings.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: Jiri Grönroos \n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -162,7 +162,7 @@ msgstr "Päivitetty" msgid "Select a profile picture" msgstr "Valitse profiilikuva" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Puretaan tiedostojen salausta... Odota, tämä voi kestää jonkin aikaa." @@ -283,7 +283,7 @@ msgstr "Maa-asetus ei toimi" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi." #: templates/admin.php:74 msgid "" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Salaus" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Salaussovellus ei ole enää käytössä, pura kaikkien tiedostojesi salaus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index e21867c7fb..5c1e33b28d 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Erreur de chargement du modèle de dialogue : {error}" msgid "No tags selected for deletion." msgstr "Aucune balise sélectionnée pour la suppression." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Bonjour,

Juste pour vous informer que %s a partagé »%s« avec vous.
Consultez-le !

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Merci de votre patience." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Cette instance d'ownCloud est en cours de mise à jour, cela peut prendr #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Merci de recharger cette page après un moment pour continuer à utiliser ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contactez votre administrateur système si ce message persiste ou apparaît de façon innatendue." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Merci de votre patience." diff --git a/l10n/fr/files.po b/l10n/fr/files.po index dc31264566..889407bd48 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -12,9 +12,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: etiess \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -188,7 +188,7 @@ msgstr "Supprimer de façon définitive" msgid "Rename" msgstr "Renommer" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "En attente" @@ -206,7 +206,7 @@ msgstr "annuler" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Erreur pendant la suppression du fichier." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -224,7 +224,7 @@ msgstr[1] "%n fichiers" msgid "{dirs} and {files}" msgstr "{dirs} et {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Téléversement de %n fichier" diff --git a/l10n/fr/lib.po b/l10n/fr/lib.po index 7ee4be4141..ec11424543 100644 --- a/l10n/fr/lib.po +++ b/l10n/fr/lib.po @@ -5,14 +5,15 @@ # Translators: # Christophe Lherieau , 2013 # Cyril Glapa , 2013 +# etiess , 2013 # ogre_sympathique , 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" +"Last-Translator: etiess \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,15 +57,15 @@ msgstr "Administration" msgid "Failed to upgrade \"%s\"." msgstr "Echec de la mise à niveau \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Type de fichier inconnu" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Image invalide" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "services web sous votre contrôle" @@ -93,7 +94,7 @@ msgstr "Les fichiers sélectionnés sont trop volumineux pour être compressés. msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Merci de télécharger les fichiers séparément en parties plus petites, ou demandez aimablement à votre administrateur." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/fr/settings.po b/l10n/fr/settings.po index 76f7e06f24..7b6bcee833 100644 --- a/l10n/fr/settings.po +++ b/l10n/fr/settings.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: I Robot \n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -168,7 +168,7 @@ msgstr "Mise à jour effectuée avec succès" msgid "Select a profile picture" msgstr "Selectionner une photo de profil " -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Déchiffrement en cours... Cela peut prendre un certain temps." @@ -289,20 +289,20 @@ msgstr "Localisation non fonctionnelle" #: templates/admin.php:70 msgid "System locale can not be set to a one which supports UTF-8." -msgstr "" +msgstr "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8." #: templates/admin.php:74 msgid "" "This means that there might be problems with certain characters in file " "names." -msgstr "" +msgstr "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier." #: templates/admin.php:78 #, php-format msgid "" "We strongly suggest to install the required packages on your system to " "support one of the following locales: %s." -msgstr "" +msgstr "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s." #: templates/admin.php:90 msgid "Internet connection not working" @@ -587,8 +587,8 @@ msgid "Encryption" msgstr "Chiffrement" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "L'application de chiffrement n'est plus activée, déchiffrez tous vos fichiers" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 1882f5d234..77bfb4c7a4 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 07:20+0000\n" -"Last-Translator: mbouzada \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,31 +75,31 @@ msgstr "Non indicou como recortar" #: js/config.php:32 msgid "Sunday" -msgstr "Domingo" +msgstr "domingo" #: js/config.php:33 msgid "Monday" -msgstr "Luns" +msgstr "luns" #: js/config.php:34 msgid "Tuesday" -msgstr "Martes" +msgstr "martes" #: js/config.php:35 msgid "Wednesday" -msgstr "Mércores" +msgstr "mércores" #: js/config.php:36 msgid "Thursday" -msgstr "Xoves" +msgstr "xoves" #: js/config.php:37 msgid "Friday" -msgstr "Venres" +msgstr "venres" #: js/config.php:38 msgid "Saturday" -msgstr "Sábado" +msgstr "sábado" #: js/config.php:43 msgid "January" @@ -442,6 +442,10 @@ msgstr "Produciuse un erro ao cargar o modelo do dialogo: {error}" msgid "No tags selected for deletion." msgstr "Non se seleccionaron etiquetas para borrado." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Ola,

Só facerlle saber que %s compartiu «%s» con vostede.
Véxao!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Esta instancia do ownCloud está actualmente en modo de usuario único." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Isto significa que só os administradores poden utilizar a instancia." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Grazas pola súa paciencia." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "Esta instancia do ownCloud está actualizandose neste momento, pode leva #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Volva cargar a páxina de aquí a pouco para para continuar co ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Grazas pola súa paciencia." diff --git a/l10n/gl/settings.po b/l10n/gl/settings.po index 493802be7a..eddcde38e2 100644 --- a/l10n/gl/settings.po +++ b/l10n/gl/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mbouzada \n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccione unha imaxe para o perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Descifrando ficheiros... isto pode levar un anaco." @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Cifrado" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "o aplicativo de cifrado non está activado, descifrar todos os ficheiros" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "O aplicativo de cifrado non está activado, descifre todos os ficheiros" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/he/core.po b/l10n/he/core.po index 80c216853e..ad2bc98b77 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/he/settings.po b/l10n/he/settings.po index b1ee9d47a3..72d6af92ed 100644 --- a/l10n/he/settings.po +++ b/l10n/he/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "מעודכן" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "הצפנה" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hi/core.po b/l10n/hi/core.po index 4382444a5d..f85fcb649e 100644 --- a/l10n/hi/core.po +++ b/l10n/hi/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hi/settings.po b/l10n/hi/settings.po index 2485eff94a..c3f223785a 100644 --- a/l10n/hi/settings.po +++ b/l10n/hi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 5360686001..b9282d04a6 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hr/settings.po b/l10n/hr/settings.po index 6568362624..97653432bf 100644 --- a/l10n/hr/settings.po +++ b/l10n/hr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index 0d4bba6502..e851247665 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "Hiba a párbeszédpanel-sablon betöltésekor: {error}" msgid "No tags selected for deletion." msgstr "Nincs törlésre kijelölt címke." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Szia!

Értesítünk, hogy %s megosztotta veled a következőt: »%s«.
Ide kattintva tudod megnézni

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Köszönjük a türelmét." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "Az Owncloud frissítés elezdődött, eltarthat egy ideig." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Frissitsd az oldalt ha \"Please reload this page after a short time to continue using ownCloud. \"" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Ha ezt az üzenetet már többször látod akkor keresd meg a rendszer adminját." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Köszönjük a türelmét." diff --git a/l10n/hu_HU/settings.po b/l10n/hu_HU/settings.po index fffa5261d5..88ee660862 100644 --- a/l10n/hu_HU/settings.po +++ b/l10n/hu_HU/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Frissítve" msgid "Select a profile picture" msgstr "Válassz profil képet" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "File-ok kititkosítása folyamatban... Kérlek várj, ez hosszabb ideig is eltarthat ..." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Titkosítás" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "A titkosító alkalmzás a továbbiakban nincs engedélyezve, kititkosítja az összes fileodat" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/hy/core.po b/l10n/hy/core.po index 732b90500c..159e61aa62 100644 --- a/l10n/hy/core.po +++ b/l10n/hy/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/hy/settings.po b/l10n/hy/settings.po index 075f5bd63f..ace727a2b8 100644 --- a/l10n/hy/settings.po +++ b/l10n/hy/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ia/core.po b/l10n/ia/core.po index aef23c4c3d..747fb34852 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ia/settings.po b/l10n/ia/settings.po index 8696008f75..a839c2648b 100644 --- a/l10n/ia/settings.po +++ b/l10n/ia/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/id/core.po b/l10n/id/core.po index e92cb6a87a..8001b63835 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/id/settings.po b/l10n/id/settings.po index d05c839f19..d336a1fc0a 100644 --- a/l10n/id/settings.po +++ b/l10n/id/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Diperbarui" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Enkripsi" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/is/core.po b/l10n/is/core.po index e6c61ff741..79086dd420 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/is/settings.po b/l10n/is/settings.po index 0c820ebf25..dfe41f5d3f 100644 --- a/l10n/is/settings.po +++ b/l10n/is/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Uppfært" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Dulkóðun" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/it/core.po b/l10n/it/core.po index 9f747cdacd..ea268b2b56 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -445,6 +445,10 @@ msgstr "Errore durante il caricamento del modello di finestra: {error}" msgid "No tags selected for deletion." msgstr "Nessuna etichetta selezionata per l'eliminazione." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Ciao,

volevo informarti che %s ha condiviso %s con te.
Vedi!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Questa istanza di ownCloud è in modalità utente singolo." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Questo significa che solo gli amministratori possono utilizzare l'istanza." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Grazie per la pazienza." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -748,13 +770,3 @@ msgstr "Questa istanza di ownCloud è in fase di aggiornamento, potrebbe richied #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Ricarica questa pagina per poter continuare ad usare ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Grazie per la pazienza." diff --git a/l10n/it/settings.po b/l10n/it/settings.po index 09ec3e14e0..963aa88756 100644 --- a/l10n/it/settings.po +++ b/l10n/it/settings.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 21:20+0000\n" -"Last-Translator: Vincenzo Reale \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:24+0000\n" +"Last-Translator: polxmod \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" @@ -165,7 +165,7 @@ msgstr "Aggiornato" msgid "Select a profile picture" msgstr "Seleziona un'immagine del profilo" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decifratura dei file in corso... Attendi, potrebbe richiedere del tempo." @@ -584,7 +584,7 @@ msgid "Encryption" msgstr "Cifratura" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file" #: templates/personal.php:154 diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index e360c76e22..b35ddf3d38 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 08:10+0000\n" -"Last-Translator: tt yn \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -440,6 +440,10 @@ msgstr "メッセージテンプレートの読み込みエラー: {error}" msgid "No tags selected for deletion." msgstr "削除するタグが選択されていません。" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "しばらくお待ちください。" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -743,13 +765,3 @@ msgstr "この ownCloud インスタンスは現在更新中であり、しば #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "ownCloud を続けて利用するには、しばらくした後でページをリロードしてください。" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "しばらくお待ちください。" diff --git a/l10n/ja_JP/settings.po b/l10n/ja_JP/settings.po index fe2e064471..1d9b167200 100644 --- a/l10n/ja_JP/settings.po +++ b/l10n/ja_JP/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "更新済み" msgid "Select a profile picture" msgstr "プロファイル画像を選択" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。" @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "暗号化" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ka/core.po b/l10n/ka/core.po index 7dfdba5b03..3da7cf357a 100644 --- a/l10n/ka/core.po +++ b/l10n/ka/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ka/settings.po b/l10n/ka/settings.po index 975f87fbc1..41c5d2adee 100644 --- a/l10n/ka/settings.po +++ b/l10n/ka/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 466b2ef56b..2fce94a8af 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ka_GE/settings.po b/l10n/ka_GE/settings.po index ba573d49f5..6dfcd520e1 100644 --- a/l10n/ka_GE/settings.po +++ b/l10n/ka_GE/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "განახლებულია" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "ენკრიპცია" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/km/core.po b/l10n/km/core.po index 50a23e3863..341a00707c 100644 --- a/l10n/km/core.po +++ b/l10n/km/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/km/settings.po b/l10n/km/settings.po index 91dba824cd..089477cd9e 100644 --- a/l10n/km/settings.po +++ b/l10n/km/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Khmer (http://www.transifex.com/projects/p/owncloud/language/km/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/kn/core.po b/l10n/kn/core.po index e7903b35a2..b4075490ee 100644 --- a/l10n/kn/core.po +++ b/l10n/kn/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/kn/settings.po b/l10n/kn/settings.po index 94f162f9fb..825df3f311 100644 --- a/l10n/kn/settings.po +++ b/l10n/kn/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ko/core.po b/l10n/ko/core.po index ce652469ed..419153b08d 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -438,6 +438,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -741,13 +763,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ko/settings.po b/l10n/ko/settings.po index 73fb2ae43f..3bf4d00201 100644 --- a/l10n/ko/settings.po +++ b/l10n/ko/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "업데이트됨" msgid "Select a profile picture" msgstr "프로필 사진 선택" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "파일 해독중... 잠시만 기다려주세요, 시간이 걸릴수 있습니다." @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "암호화" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ku_IQ/core.po b/l10n/ku_IQ/core.po index 590fd54c69..0c1dacfe99 100644 --- a/l10n/ku_IQ/core.po +++ b/l10n/ku_IQ/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ku_IQ/settings.po b/l10n/ku_IQ/settings.po index 771aa19fba..eef848877c 100644 --- a/l10n/ku_IQ/settings.po +++ b/l10n/ku_IQ/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "نهێنیکردن" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/lb/core.po b/l10n/lb/core.po index a4bbca90b1..d9af4b68d3 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Merci fir deng Gedold." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Merci fir deng Gedold." diff --git a/l10n/lb/settings.po b/l10n/lb/settings.po index ae36088e34..0676269c1b 100644 --- a/l10n/lb/settings.po +++ b/l10n/lb/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index 9a62a319ac..54918892b8 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -451,6 +451,10 @@ msgstr "Klaida įkeliant dialogo ruošinį: {error}" msgid "No tags selected for deletion." msgstr "Trynimui nepasirinkta jokia žymė." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Labas,

tik informuojame, kad %s pasidalino su Jumis »%s«.
Peržiūrėk!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Dėkojame už jūsų kantrumą." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -754,13 +776,3 @@ msgstr "Šiuo metu vyksta ownCloud atnaujinamas, tai gali šiek tiek užtrukti." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Po trupučio laiko atnaujinkite šį puslapį kad galėtumėte toliau naudoti ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Susisiekite su savo sistemos administratoriumi jei šis pranešimas nedingsta arba jei jis pasirodė netikėtai." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Dėkojame už jūsų kantrumą." diff --git a/l10n/lt_LT/settings.po b/l10n/lt_LT/settings.po index 8d4c82cfac..7adc3ce241 100644 --- a/l10n/lt_LT/settings.po +++ b/l10n/lt_LT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "Atnaujinta" msgid "Select a profile picture" msgstr "Pažymėkite profilio paveikslėlį" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Iššifruojami failai... Prašome palaukti, tai gali užtrukti." @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "Šifravimas" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifravimo programa nebėra įjungta, iššifruokite visus savo failus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index a2aac5ed29..081c956f1b 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/lv/settings.po b/l10n/lv/settings.po index 4e3927f326..b8633000f4 100644 --- a/l10n/lv/settings.po +++ b/l10n/lv/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Atjaunināta" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku." @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "Šifrēšana" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrēšanas lietotne ir atslēgta, atšifrējiet visus jūsu failus" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index f241881ff3..5f401b9080 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Не се селектирани тагови за бришење." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Благодариме на вашето трпение." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "Оваа инстанца на ownCloud во моментов се на #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Повторно вчитајте ја оваа страница по кратко време за да продолжите да го користите ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Контактирајте го вашиот систем администратор до колку оваа порака продолжи да се појавува или пак се појавува ненадејно." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Благодариме на вашето трпение." diff --git a/l10n/mk/settings.po b/l10n/mk/settings.po index ba3a0ff704..683b68677f 100644 --- a/l10n/mk/settings.po +++ b/l10n/mk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Надграден" msgid "Select a profile picture" msgstr "Одбери фотографија за профилот" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Енкрипција" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ml_IN/core.po b/l10n/ml_IN/core.po index 77a9d527d2..fa804c41bb 100644 --- a/l10n/ml_IN/core.po +++ b/l10n/ml_IN/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ml_IN/settings.po b/l10n/ml_IN/settings.po index 7276076581..478e6456d5 100644 --- a/l10n/ml_IN/settings.po +++ b/l10n/ml_IN/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malayalam (India) (http://www.transifex.com/projects/p/owncloud/language/ml_IN/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index 4bf5448fc9..4a9fa4c898 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ms_MY/settings.po b/l10n/ms_MY/settings.po index f7fe0be984..b0145410ea 100644 --- a/l10n/ms_MY/settings.po +++ b/l10n/ms_MY/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/my_MM/core.po b/l10n/my_MM/core.po index 1da8048ff2..4f60782a9d 100644 --- a/l10n/my_MM/core.po +++ b/l10n/my_MM/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/my_MM/settings.po b/l10n/my_MM/settings.po index c4d4a09c7c..e44992a852 100644 --- a/l10n/my_MM/settings.po +++ b/l10n/my_MM/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index e630571b05..649ca621f3 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nb_NO/settings.po b/l10n/nb_NO/settings.po index 367543ded0..58c61a3384 100644 --- a/l10n/nb_NO/settings.po +++ b/l10n/nb_NO/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Oppdatert" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nds/core.po b/l10n/nds/core.po index c6c711a4ad..23ff9f15f5 100644 --- a/l10n/nds/core.po +++ b/l10n/nds/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nds/settings.po b/l10n/nds/settings.po index 7b803ae15c..7712702614 100644 --- a/l10n/nds/settings.po +++ b/l10n/nds/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Low German (http://www.transifex.com/projects/p/owncloud/language/nds/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ne/core.po b/l10n/ne/core.po index d10f555dae..9180908d59 100644 --- a/l10n/ne/core.po +++ b/l10n/ne/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ne/settings.po b/l10n/ne/settings.po index 569741f450..aea9dfd7c4 100644 --- a/l10n/ne/settings.po +++ b/l10n/ne/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 5bf032f04e..5ed8faf71d 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "Fout bij laden dialoog sjabloon: {error}" msgid "No tags selected for deletion." msgstr "Geen tags geselecteerd voor verwijdering." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hallo daar,

even een berichtje dat %s »%s« met u deelde.
Bekijk hier!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Bedankt voor uw geduld." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "Deze ownCloud dienst wordt nu bijgewerkt, dat kan even duren." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Laad deze pagina straks opnieuw om verder te gaan met ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Beem contact op met uw systeembeheerder als deze melding aanhoudt of plotseling verscheen." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Bedankt voor uw geduld." diff --git a/l10n/nl/settings.po b/l10n/nl/settings.po index 7ad089fae2..a628c602b3 100644 --- a/l10n/nl/settings.po +++ b/l10n/nl/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Bijgewerkt" msgid "Select a profile picture" msgstr "Kies een profielafbeelding" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Bestanden worden gedecodeerd... Even geduld alstublieft, dit kan even duren." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Versleuteling" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "De encryptie-appplicatie is niet meer aanwezig, decodeer al uw bestanden" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/nn_NO/core.po b/l10n/nn_NO/core.po index 28a76cd2e8..465fb0b180 100644 --- a/l10n/nn_NO/core.po +++ b/l10n/nn_NO/core.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -444,6 +444,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -747,13 +769,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nn_NO/settings.po b/l10n/nn_NO/settings.po index b7cf43f3e2..94dc2d401c 100644 --- a/l10n/nn_NO/settings.po +++ b/l10n/nn_NO/settings.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -164,7 +164,7 @@ msgstr "Oppdatert" msgid "Select a profile picture" msgstr "Vel eit profilbilete" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrypterer filer … Ver venleg og vent, dette kan ta ei stund." @@ -583,8 +583,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Krypteringsprogrammet er ikkje lenger slått på, dekrypter alle filene dine" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/nqo/core.po b/l10n/nqo/core.po index ead7963967..60657f841c 100644 --- a/l10n/nqo/core.po +++ b/l10n/nqo/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/nqo/settings.po b/l10n/nqo/settings.po index 99946ca121..b28d083a38 100644 --- a/l10n/nqo/settings.po +++ b/l10n/nqo/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: N'ko (http://www.transifex.com/projects/p/owncloud/language/nqo/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/oc/core.po b/l10n/oc/core.po index cc2e17ed49..7d7da91cd8 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/oc/settings.po b/l10n/oc/settings.po index 0f3d6d5b53..e71bd9d2ac 100644 --- a/l10n/oc/settings.po +++ b/l10n/oc/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/pa/core.po b/l10n/pa/core.po index 7ef99e9c51..107e973994 100644 --- a/l10n/pa/core.po +++ b/l10n/pa/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/pa/settings.po b/l10n/pa/settings.po index d13c20433d..4a916b9207 100644 --- a/l10n/pa/settings.po +++ b/l10n/pa/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/owncloud/language/pa/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "ਅੱਪਡੇਟ ਕੀਤਾ" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/pl/core.po b/l10n/pl/core.po index d755c05d2c..8e79c92e78 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "Nie zaznaczono tagów do usunięcia." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Cześć,

Informuję cię że %s udostępnia ci »%s«.\n
Zobacz!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Dziękuję za cierpliwość." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Dziękuję za cierpliwość." diff --git a/l10n/pl/settings.po b/l10n/pl/settings.po index 6366854a89..2abc169db7 100644 --- a/l10n/pl/settings.po +++ b/l10n/pl/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Zaktualizowano" msgid "Select a profile picture" msgstr "Wybierz zdjęcie profilu" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Szyfrowanie" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index b83e9b09dd..e0c3fc36f6 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: Flávio Veras \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -443,6 +443,10 @@ msgstr "Erro carregando diálogo de formatação:{error}" msgid "No tags selected for deletion." msgstr "Nenhuma etiqueta selecionada para deleção." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Olá,

só gostaria que você soubesse que %s compartilhou »%s« com você.
Veja isto!
\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,7 +163,7 @@ msgstr "Atualizado" msgid "Select a profile picture" msgstr "Selecione uma imagem para o perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Decriptando arquivos... Por favor aguarde, isso pode levar algum tempo." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Criptografia" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "O aplicativo de encriptação não está mais ativo, decripti todos os seus arquivos" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index 5039617ff0..b4db10a856 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/pt_PT/settings.po b/l10n/pt_PT/settings.po index 279af7055d..9574fdcc37 100644 --- a/l10n/pt_PT/settings.po +++ b/l10n/pt_PT/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "Actualizado" msgid "Select a profile picture" msgstr "Seleccione uma fotografia de perfil" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "A desencriptar os ficheiros... Por favor aguarde, esta operação pode demorar algum tempo." @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "Encriptação" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "A aplicação de encriptação não se encontra mais disponível, desencripte o seu ficheiro" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 78bc16b27c..a9d69dfa69 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -450,6 +450,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -753,13 +775,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ro/settings.po b/l10n/ro/settings.po index a7f3b5e015..3868b72526 100644 --- a/l10n/ro/settings.po +++ b/l10n/ro/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Actualizat" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Încriptare" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 2e4ed04c3c..1012d56928 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -461,6 +461,10 @@ msgstr "Ошибка загрузки шаблона диалога: {error}" msgid "No tags selected for deletion." msgstr "Не выбраны меток для удаления." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Здравствуйте,

просто даём вам знать, что %s расшарил %s для вас.
Посмотреть!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Спасибо за терпение." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -764,13 +786,3 @@ msgstr "Производится обновление ownCloud, это може #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Перезагрузите эту страницу через некоторое время чтобы продолжить использовать ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Спасибо за терпение." diff --git a/l10n/ru/settings.po b/l10n/ru/settings.po index b0b781d33d..5303b80d8f 100644 --- a/l10n/ru/settings.po +++ b/l10n/ru/settings.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -174,7 +174,7 @@ msgstr "Обновлено" msgid "Select a profile picture" msgstr "Выберите картинку профиля" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Расшифровка файлов... Пожалуйста, подождите, это может занять некоторое время." @@ -593,8 +593,8 @@ msgid "Encryption" msgstr "Шифрование" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Приложение шифрования не активно, отмените шифрование всех ваших файлов." +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po index 1a30c7785f..7af83e23b8 100644 --- a/l10n/ru_RU/core.po +++ b/l10n/ru_RU/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:30+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ru_RU/settings.po b/l10n/ru_RU/settings.po index 4968efc7e1..508b9374f3 100644 --- a/l10n/ru_RU/settings.po +++ b/l10n/ru_RU/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index 0ea6dfc4ec..96ffc3ac7a 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/si_LK/settings.po b/l10n/si_LK/settings.po index 3ebaa7f9d3..8a13282e83 100644 --- a/l10n/si_LK/settings.po +++ b/l10n/si_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "ගුප්ත කේතනය" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sk/core.po b/l10n/sk/core.po index 28e33f44c8..20bad6c37c 100644 --- a/l10n/sk/core.po +++ b/l10n/sk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sk/settings.po b/l10n/sk/settings.po index b5c4f99de4..715e40461d 100644 --- a/l10n/sk/settings.po +++ b/l10n/sk/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 90f5ace235..b74ad1b9c1 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Chyba pri načítaní šablóny dialógu: {error}" msgid "No tags selected for deletion." msgstr "Nie sú vybraté štítky na zmazanie." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Ahoj,

chcem ti dať navedomie, že %s zdieľa »%s« s tebou.
Zobrazenie tu!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Ďakujeme za Vašu trpezlivosť." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Táto inštancia ownCloud sa práve aktualizuje, čo môže nejaký čas #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Prosím obnovte túto stránku a po krátkej dobe môžete pokračovať v používaní." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Ďakujeme za Vašu trpezlivosť." diff --git a/l10n/sk_SK/settings.po b/l10n/sk_SK/settings.po index 2c82774fdf..83ebca56b0 100644 --- a/l10n/sk_SK/settings.po +++ b/l10n/sk_SK/settings.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -163,7 +163,7 @@ msgstr "Aktualizované" msgid "Select a profile picture" msgstr "Vybrať profilový obrázok" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dešifrujem súbory ... Počkajte prosím, môže to chvíľu trvať." @@ -582,8 +582,8 @@ msgid "Encryption" msgstr "Šifrovanie" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 233df3761d..067b5f8c1b 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -453,6 +453,10 @@ msgstr "Napaka nalaganja predloge pogovornega okna: {error}" msgid "No tags selected for deletion." msgstr "Ni izbranih oznak za izbris." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Pozdravljeni,

oseba %s vam je omogočila souporabo %s.
Vir si lahko ogledate na tem naslovu.

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Hvala za potrpežljivost!" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -756,13 +778,3 @@ msgstr "Nastavitev oblaka ownCloud se trenutno posodablja. Opravilo je lahko dol #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Ponovno naložite to stran po krajšem preteku časa in nadaljujte z uporabo oblaka ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Stopite v stik s skrbnikom sistema, če se bo sporočilo še naprej nepričakovano prikazovalo." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Hvala za potrpežljivost!" diff --git a/l10n/sl/lib.po b/l10n/sl/lib.po index 42f5adc81b..8a3cb62dc8 100644 --- a/l10n/sl/lib.po +++ b/l10n/sl/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-21 19:30+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -28,7 +28,7 @@ msgstr "" #: private/app.php:255 msgid "No app name specified" -msgstr "" +msgstr "Ni podanega imena programa" #: private/app.php:360 msgid "Help" @@ -55,15 +55,15 @@ msgstr "Skrbništvo" msgid "Failed to upgrade \"%s\"." msgstr "Posodabljanje \"%s\" je spodletelo." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Neznana vrsta datoteke" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Neveljavna slika" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "spletne storitve pod vašim nadzorom" @@ -96,20 +96,20 @@ msgstr "" #: private/installer.php:63 msgid "No source specified when installing app" -msgstr "" +msgstr "Ni podanega vira med nameščenjem programa" #: private/installer.php:70 msgid "No href specified when installing app from http" -msgstr "" +msgstr "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP." #: private/installer.php:75 msgid "No path specified when installing app from local file" -msgstr "" +msgstr "Ni podane poti med nameščenjem programa iz krajevne datoteke" #: private/installer.php:89 #, php-format msgid "Archives of type %s are not supported" -msgstr "" +msgstr "Arhivi vrste %s niso podprti" #: private/installer.php:103 msgid "Failed to open archive when installing app" diff --git a/l10n/sl/settings.po b/l10n/sl/settings.po index 657cdbc88c..c8bbf06563 100644 --- a/l10n/sl/settings.po +++ b/l10n/sl/settings.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 21:50+0000\n" -"Last-Translator: mateju <>\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -163,7 +163,7 @@ msgstr "Posodobljeno" msgid "Select a profile picture" msgstr "Izbor slike profila" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno." @@ -582,7 +582,7 @@ msgid "Encryption" msgstr "Šifriranje" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sl/user_ldap.po b/l10n/sl/user_ldap.po index 99fd594ff8..fff13ea971 100644 --- a/l10n/sl/user_ldap.po +++ b/l10n/sl/user_ldap.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-19 18:40+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:23+0000\n" "Last-Translator: mateju <>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 91da36714d..b729018946 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -443,6 +443,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -746,13 +768,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sq/settings.po b/l10n/sq/settings.po index aa2e54a28b..06e60321f4 100644 --- a/l10n/sq/settings.po +++ b/l10n/sq/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "I përditësuar" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sr/core.po b/l10n/sr/core.po index b54fbec4fa..72cb5d0f7d 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sr/settings.po b/l10n/sr/settings.po index 1bb001a19f..fe453b840e 100644 --- a/l10n/sr/settings.po +++ b/l10n/sr/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Ажурирано" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Шифровање" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sr@latin/core.po b/l10n/sr@latin/core.po index 4a86f98a4c..04ee128ae2 100644 --- a/l10n/sr@latin/core.po +++ b/l10n/sr@latin/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -447,6 +447,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -750,13 +772,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sr@latin/settings.po b/l10n/sr@latin/settings.po index 0a6c80570d..cb1bd946cb 100644 --- a/l10n/sr@latin/settings.po +++ b/l10n/sr@latin/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/sv/core.po b/l10n/sv/core.po index 01d5676e0c..de75528456 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -448,6 +448,10 @@ msgstr "Fel under laddning utav dialog mall: {fel}" msgid "No tags selected for deletion." msgstr "Inga taggar valda för borttagning." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Hej där,

ville bara informera dig om att %s delade »%s« med dig.
Titta på den!

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Tack för ditt tålamod." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -751,13 +773,3 @@ msgstr "Denna ownCloud instans håller på att uppdatera, vilket kan ta ett tag. #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "Var god och ladda om denna sida efter en kort stund för att fortsätta använda ownCloud." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Hör av dig till din system administratör ifall detta meddelande fortsätter eller visas oväntat." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Tack för ditt tålamod." diff --git a/l10n/sv/files.po b/l10n/sv/files.po index 13a1f42bc5..33c4d7e63c 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -8,15 +8,16 @@ # Gunnar Norin , 2013 # Gustav Smedberg , 2013 # medialabs, 2013 +# kallemooo , 2013 # Magnus Höglund , 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 04:01-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -190,7 +191,7 @@ msgstr "Radera permanent" msgid "Rename" msgstr "Byt namn" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "Väntar" @@ -208,7 +209,7 @@ msgstr "ångra" #: js/filelist.js:576 msgid "Error deleting file." -msgstr "" +msgstr "Kunde inte ta bort filen." #: js/filelist.js:594 js/filelist.js:668 js/files.js:631 msgid "%n folder" @@ -226,7 +227,7 @@ msgstr[1] "%n filer" msgid "{dirs} and {files}" msgstr "{dirs} och {files}" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "Laddar upp %n fil" @@ -297,7 +298,7 @@ msgstr "Ändrad" #: lib/app.php:60 msgid "Invalid folder name. Usage of 'Shared' is reserved." -msgstr "" +msgstr "Ogiltigt mappnamn. Användande av 'Shared' är reserverat av ownCloud" #: lib/app.php:88 #, php-format diff --git a/l10n/sv/files_encryption.po b/l10n/sv/files_encryption.po index 2364ce5a8d..592b0da008 100644 --- a/l10n/sv/files_encryption.po +++ b/l10n/sv/files_encryption.po @@ -6,6 +6,7 @@ # Daniel Sandman , 2013 # Gustav Smedberg , 2013 # medialabs, 2013 +# kallemooo , 2013 # Magnus Höglund , 2013 # medialabs, 2013 # Stefan Gagner , 2013 @@ -13,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-03 12:38-0500\n" -"PO-Revision-Date: 2013-11-03 17:38+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 04:01-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,7 +73,7 @@ msgid "" "Your private key is not valid! Likely your password was changed outside of " "%s (e.g. your corporate directory). You can update your private key password" " in your personal settings to recover access to your encrypted files." -msgstr "" +msgstr "Din privata lösenordsnyckel är inte giltig! Troligen har ditt lösenord ändrats utanför %s (t.ex. i företagets katalogtjänst). Du kan uppdatera den privata lösenordsnyckeln under dina personliga inställningar för att återfå tillgång till dina filer." #: files/error.php:19 msgid "" diff --git a/l10n/sv/lib.po b/l10n/sv/lib.po index 8849d9cd23..e9c3f0c883 100644 --- a/l10n/sv/lib.po +++ b/l10n/sv/lib.po @@ -5,15 +5,16 @@ # Translators: # Daniel Sandman , 2013 # medialabs, 2013 +# kallemooo , 2013 # Magnus Höglund , 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-24 19:20+0000\n" +"Last-Translator: kallemooo \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -57,15 +58,15 @@ msgstr "Admin" msgid "Failed to upgrade \"%s\"." msgstr "Misslyckades med att uppgradera \"%s\"." -#: private/avatar.php:60 +#: private/avatar.php:62 msgid "Unknown filetype" msgstr "Okänd filtyp" -#: private/avatar.php:65 +#: private/avatar.php:67 msgid "Invalid image" msgstr "Ogiltig bild" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "webbtjänster under din kontroll" @@ -94,7 +95,7 @@ msgstr "Valda filer är för stora för att skapa zip-fil." msgid "" "Please download the files separately in smaller chunks or kindly ask your " "administrator." -msgstr "" +msgstr "Ladda ner filerna i mindre bitar, separat eller fråga din administratör." #: private/installer.php:63 msgid "No source specified when installing app" diff --git a/l10n/sv/settings.po b/l10n/sv/settings.po index c905f8aafe..bc0ab6d5c7 100644 --- a/l10n/sv/settings.po +++ b/l10n/sv/settings.po @@ -9,14 +9,15 @@ # Jan Busk, 2013 # Jan Busk, 2013 # medialabs, 2013 +# kallemooo , 2013 # Magnus Höglund , 2013 # medialabs, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -40,7 +41,7 @@ msgstr "" #: ajax/changedisplayname.php:34 msgid "Unable to change full name" -msgstr "" +msgstr "Kunde inte ändra hela namnet" #: ajax/creategroup.php:10 msgid "Group already exists" @@ -169,7 +170,7 @@ msgstr "Uppdaterad" msgid "Select a profile picture" msgstr "Välj en profilbild" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dekrypterar filer... Vänligen vänta, detta kan ta en stund." @@ -522,7 +523,7 @@ msgstr "Ändra lösenord" #: templates/personal.php:58 templates/users.php:88 msgid "Full Name" -msgstr "" +msgstr "Hela namnet" #: templates/personal.php:73 msgid "Email" @@ -588,8 +589,8 @@ msgid "Encryption" msgstr "Kryptering" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Appen för kryptering är inte längre aktiverad, dekryptera alla dina filer" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" @@ -643,7 +644,7 @@ msgstr "Lagring" #: templates/users.php:108 msgid "change full name" -msgstr "" +msgstr "ändra hela namnet" #: templates/users.php:112 msgid "set new password" diff --git a/l10n/sv/user_ldap.po b/l10n/sv/user_ldap.po index a5162828b3..76def0e891 100644 --- a/l10n/sv/user_ldap.po +++ b/l10n/sv/user_ldap.po @@ -14,9 +14,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-16 07:45+0000\n" -"Last-Translator: I Robot \n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-24 19:30+0000\n" +"Last-Translator: kallemooo \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -46,7 +46,7 @@ msgstr "Konfigurationen är riktig, men Bind felade. Var vänlig och kontrollera msgid "" "The configuration is invalid. Please have a look at the logs for further " "details." -msgstr "" +msgstr "Inställningen är ogiltig. Vänligen se ownCloud-loggen för fler detaljer." #: ajax/wizard.php:32 msgid "No action specified" @@ -95,15 +95,15 @@ msgstr "Fel" #: js/settings.js:674 msgid "Configuration OK" -msgstr "" +msgstr "Konfigurationen är OK" #: js/settings.js:683 msgid "Configuration incorrect" -msgstr "" +msgstr "Felaktig konfiguration" #: js/settings.js:692 msgid "Configuration incomplete" -msgstr "" +msgstr "Konfigurationen är ej komplett" #: js/settings.js:709 js/settings.js:718 msgid "Select groups" diff --git a/l10n/sw_KE/core.po b/l10n/sw_KE/core.po index 40242f9323..a06d2be8e2 100644 --- a/l10n/sw_KE/core.po +++ b/l10n/sw_KE/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/sw_KE/settings.po b/l10n/sw_KE/settings.po index c2dcb0c2ac..59dc512dcc 100644 --- a/l10n/sw_KE/settings.po +++ b/l10n/sw_KE/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 3f7ed3c709..ad46a9a02c 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ta_LK/settings.po b/l10n/ta_LK/settings.po index 2ff7787ddb..0e22ebe2e5 100644 --- a/l10n/ta_LK/settings.po +++ b/l10n/ta_LK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "மறைக்குறியீடு" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/te/core.po b/l10n/te/core.po index 54e4d2e43c..140efdb84e 100644 --- a/l10n/te/core.po +++ b/l10n/te/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/te/settings.po b/l10n/te/settings.po index e1e3f92cef..dc4cd8d709 100644 --- a/l10n/te/settings.po +++ b/l10n/te/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 8cc4111211..754bcf3f90 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -442,6 +442,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -745,13 +767,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index fff2008e1d..cba087467a 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -183,7 +183,7 @@ msgstr "" msgid "Rename" msgstr "" -#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:873 +#: js/filelist.js:69 js/filelist.js:72 js/filelist.js:874 msgid "Pending" msgstr "" @@ -219,7 +219,7 @@ msgstr[1] "" msgid "{dirs} and {files}" msgstr "" -#: js/filelist.js:812 js/filelist.js:850 +#: js/filelist.js:813 js/filelist.js:851 msgid "Uploading %n file" msgid_plural "Uploading %n files" msgstr[0] "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index f7ab0743ea..2c1820d79a 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 48cb619276..3b1d6e008a 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -37,20 +37,20 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:461 +#: lib/config.php:466 msgid "" "Warning: \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:465 +#: lib/config.php:470 msgid "" "Warning: The FTP support in PHP is not enabled or installed. Mounting " "of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" -#: lib/config.php:468 +#: lib/config.php:473 msgid "" "Warning: The Curl support in PHP is not enabled or installed. " "Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 08231a099d..0fc591c8a2 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 9fb41e83b3..d7f54c860f 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: ajax/delete.php:42 +#: ajax/delete.php:59 #, php-format msgid "Couldn't delete %s permanently" msgstr "" @@ -27,7 +27,7 @@ msgstr "" msgid "Couldn't restore %s" msgstr "" -#: js/trash.js:18 js/trash.js:44 js/trash.js:121 js/trash.js:149 +#: js/trash.js:18 js/trash.js:45 js/trash.js:123 js/trash.js:176 msgid "Error" msgstr "" @@ -35,23 +35,23 @@ msgstr "" msgid "restored" msgstr "" -#: templates/index.php:8 +#: templates/index.php:7 msgid "Nothing in here. Your trash bin is empty!" msgstr "" -#: templates/index.php:22 +#: templates/index.php:20 msgid "Name" msgstr "" -#: templates/index.php:25 templates/index.php:27 +#: templates/index.php:23 templates/index.php:25 msgid "Restore" msgstr "" -#: templates/index.php:33 +#: templates/index.php:31 msgid "Deleted" msgstr "" -#: templates/index.php:36 templates/index.php:37 +#: templates/index.php:34 templates/index.php:35 msgid "Delete" msgstr "" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index bfd98924c3..9f11329829 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 8f0c9d6595..3ec8cf565f 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,7 @@ msgstr "" msgid "Invalid image" msgstr "" -#: private/defaults.php:36 +#: private/defaults.php:34 msgid "web services under your control" msgstr "" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 67d668d6bd..98e978b10e 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,7 @@ msgstr "" msgid "Invalid image" msgstr "" -#: defaults.php:36 +#: defaults.php:34 msgid "web services under your control" msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 16dd042144..162e281277 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -160,7 +160,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -578,7 +578,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index f7a0d0294f..661632d720 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index dd85e9de27..b643fd105f 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index d4c5c927d8..1ace0012af 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/th_TH/settings.po b/l10n/th_TH/settings.po index f917125283..c0bcf01f4f 100644 --- a/l10n/th_TH/settings.po +++ b/l10n/th_TH/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "อัพเดทแล้ว" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "การเข้ารหัส" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 04018d4eda..4f499cc064 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" -"Last-Translator: volkangezer \n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" +"Last-Translator: I Robot \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -445,6 +445,10 @@ msgstr "İletişim şablonu yüklenirken hata: {error}" msgid "No tags selected for deletion." msgstr "Silmek için bir etiket seçilmedi." +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "Merhaba,

%s sizinle »%s« paylaşımında bulundu.
Paylaşımı gör!

İyi günler!" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "Bu ownCloud örneği şu anda tek kullanıcı kipinde." + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "Bu, örneği sadece yöneticiler kullanabilir demektir." + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin." + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "Sabrınız için teşekkür ederiz." + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -748,13 +770,3 @@ msgstr "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir." #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin." - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin." - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "Sabrınız için teşekkür ederiz." diff --git a/l10n/tr/settings.po b/l10n/tr/settings.po index b00968a6a6..081cdb5b72 100644 --- a/l10n/tr/settings.po +++ b/l10n/tr/settings.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 18:00+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 14:24+0000\n" "Last-Translator: volkangezer \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -165,7 +165,7 @@ msgstr "Güncellendi" msgid "Select a profile picture" msgstr "Bir profil fotoğrafı seçin" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "Dosyaların şifresi çözülüyor... Lütfen bekleyin, bu biraz zaman alabilir." @@ -584,8 +584,8 @@ msgid "Encryption" msgstr "Şifreleme" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifresini çözün" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/tzm/core.po b/l10n/tzm/core.po index d561811c9d..fa6c130d65 100644 --- a/l10n/tzm/core.po +++ b/l10n/tzm/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/tzm/settings.po b/l10n/tzm/settings.po index 5733e6de3b..ac9bf0095b 100644 --- a/l10n/tzm/settings.po +++ b/l10n/tzm/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Central Atlas Tamazight (http://www.transifex.com/projects/p/owncloud/language/tzm/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ug/core.po b/l10n/ug/core.po index e1c5feef26..1dea95201f 100644 --- a/l10n/ug/core.po +++ b/l10n/ug/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ug/settings.po b/l10n/ug/settings.po index fa5d7e9538..0377658daa 100644 --- a/l10n/ug/settings.po +++ b/l10n/ug/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uighur (http://www.transifex.com/projects/p/owncloud/language/ug/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "يېڭىلاندى" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "شىفىرلاش" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/uk/core.po b/l10n/uk/core.po index b78c836b6e..bd21951710 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -446,6 +446,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -749,13 +771,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/uk/settings.po b/l10n/uk/settings.po index 9ce59048ce..615974708a 100644 --- a/l10n/uk/settings.po +++ b/l10n/uk/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "Оновлено" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -581,7 +581,7 @@ msgid "Encryption" msgstr "Шифрування" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/ur_PK/core.po b/l10n/ur_PK/core.po index f659ff25f1..5a1982d167 100644 --- a/l10n/ur_PK/core.po +++ b/l10n/ur_PK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -441,6 +441,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -744,13 +766,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/ur_PK/settings.po b/l10n/ur_PK/settings.po index 4b3b5ee77c..4eca9eb604 100644 --- a/l10n/ur_PK/settings.po +++ b/l10n/ur_PK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/uz/core.po b/l10n/uz/core.po index 43f4bf98d5..3f6485c0eb 100644 --- a/l10n/uz/core.po +++ b/l10n/uz/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/uz/settings.po b/l10n/uz/settings.po index 724eec9f35..c041320c11 100644 --- a/l10n/uz/settings.po +++ b/l10n/uz/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Uzbek (http://www.transifex.com/projects/p/owncloud/language/uz/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 86c311e74d..b8f87b5aa6 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -437,6 +437,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -740,13 +762,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/vi/settings.po b/l10n/vi/settings.po index 5782ebe9c6..808fed3dfc 100644 --- a/l10n/vi/settings.po +++ b/l10n/vi/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "Đã cập nhật" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "Mã hóa" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 5b59640cf7..f70dd38356 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -440,6 +440,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -743,13 +765,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/zh_CN/settings.po b/l10n/zh_CN/settings.po index a0089b656a..5a72d63b06 100644 --- a/l10n/zh_CN/settings.po +++ b/l10n/zh_CN/settings.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -166,7 +166,7 @@ msgstr "已更新" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "正在解密文件... 请稍等,可能需要一些时间。" @@ -585,8 +585,8 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "加密 app 未启用,将解密您所有文件" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 9734c1db77..a74b1167d3 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 10:01-0500\n" -"PO-Revision-Date: 2013-11-21 15:01+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -436,6 +436,10 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -739,13 +761,3 @@ msgstr "" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "" diff --git a/l10n/zh_HK/settings.po b/l10n/zh_HK/settings.po index be832ab5f6..286d748774 100644 --- a/l10n/zh_HK/settings.po +++ b/l10n/zh_HK/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -161,7 +161,7 @@ msgstr "" msgid "Select a profile picture" msgstr "" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "" @@ -580,7 +580,7 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" +msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:154 diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 6fd41d8e78..6c600a4462 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-24 00:13-0500\n" -"PO-Revision-Date: 2013-11-22 02:20+0000\n" +"POT-Creation-Date: 2013-11-26 10:45-0500\n" +"PO-Revision-Date: 2013-11-26 15:45+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -438,6 +438,10 @@ msgstr "載入對話樣板出錯:{error}" msgid "No tags selected for deletion." msgstr "沒有選擇要刪除的標籤" +#: js/update.js:8 +msgid "Please reload the page." +msgstr "" + #: js/update.js:17 msgid "" "The update was unsuccessful. Please report this issue to the View it!

" msgstr "嗨,

%s 和你分享了 %s ,到這裡看它

" +#: templates/singleuser.user.php:3 +msgid "This ownCloud instance is currently in single user mode." +msgstr "" + +#: templates/singleuser.user.php:4 +msgid "This means only administrators can use the instance." +msgstr "" + +#: templates/singleuser.user.php:5 templates/update.user.php:5 +msgid "" +"Contact your system administrator if this message persists or appeared " +"unexpectedly." +msgstr "若這個訊息持續出現,請聯絡系統管理員" + +#: templates/singleuser.user.php:7 templates/update.user.php:6 +msgid "Thank you for your patience." +msgstr "感謝您的耐心" + #: templates/update.admin.php:3 #, php-format msgid "Updating ownCloud to version %s, this may take a while." @@ -741,13 +763,3 @@ msgstr "ownCloud 正在升級,請稍待一會。" #: templates/update.user.php:4 msgid "Please reload this page after a short time to continue using ownCloud." msgstr "請稍後重新載入這個頁面就可以繼續使用 ownCloud" - -#: templates/update.user.php:5 -msgid "" -"Contact your system administrator if this message persists or appeared " -"unexpectedly." -msgstr "若這個訊息持續出現,請聯絡系統管理員" - -#: templates/update.user.php:6 -msgid "Thank you for your patience." -msgstr "感謝您的耐心" diff --git a/l10n/zh_TW/settings.po b/l10n/zh_TW/settings.po index a45392403d..70390ca0bb 100644 --- a/l10n/zh_TW/settings.po +++ b/l10n/zh_TW/settings.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-11-21 21:06-0500\n" -"PO-Revision-Date: 2013-11-22 02:06+0000\n" +"POT-Creation-Date: 2013-11-26 04:02-0500\n" +"PO-Revision-Date: 2013-11-26 09:02+0000\n" "Last-Translator: I Robot \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -162,7 +162,7 @@ msgstr "已更新" msgid "Select a profile picture" msgstr "選擇大頭貼" -#: js/personal.js:265 +#: js/personal.js:266 msgid "Decrypting files... Please wait, this can take some time." msgstr "檔案解密中,請稍候。" @@ -581,8 +581,8 @@ msgid "Encryption" msgstr "加密" #: templates/personal.php:148 -msgid "The encryption app is no longer enabled, decrypt all your file" -msgstr "加密應用程式已經停用,請您解密您所有的檔案" +msgid "The encryption app is no longer enabled, please decrypt all your files" +msgstr "" #: templates/personal.php:154 msgid "Log-in password" diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php index 0e44dd2a4b..c9d9e50a2f 100644 --- a/lib/l10n/cs_CZ.php +++ b/lib/l10n/cs_CZ.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Soubory musí být stahovány jednotlivě.", "Back to Files" => "Zpět k souborům", "Selected files too large to generate zip file." => "Vybrané soubory jsou příliš velké pro vytvoření ZIP souboru.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Prosím stáhněte soubory odděleně v menších množstvích nebo požádejte vašeho správce.", "No source specified when installing app" => "Nebyl zadán zdroj při instalaci aplikace", "No href specified when installing app from http" => "Nebyl zadán odkaz pro instalaci aplikace z HTTP", "No path specified when installing app from local file" => "Nebyla zadána cesta pro instalaci aplikace z místního souboru", diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php index c9767565b1..82d5739e54 100644 --- a/lib/l10n/fr.php +++ b/lib/l10n/fr.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Les fichiers nécessitent d'être téléchargés un par un.", "Back to Files" => "Retour aux Fichiers", "Selected files too large to generate zip file." => "Les fichiers sélectionnés sont trop volumineux pour être compressés.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Merci de télécharger les fichiers séparément en parties plus petites, ou demandez aimablement à votre administrateur.", "No source specified when installing app" => "Aucune source spécifiée pour installer l'application", "No href specified when installing app from http" => "Aucun href spécifié pour installer l'application par http", "No path specified when installing app from local file" => "Aucun chemin spécifié pour installer l'application depuis un fichier local", diff --git a/lib/l10n/sl.php b/lib/l10n/sl.php index 56be601f54..49c9c6a3b2 100644 --- a/lib/l10n/sl.php +++ b/lib/l10n/sl.php @@ -1,5 +1,6 @@ "Ni podanega imena programa", "Help" => "Pomoč", "Personal" => "Osebno", "Settings" => "Nastavitve", @@ -14,6 +15,10 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Datoteke je mogoče prejeti le posamično.", "Back to Files" => "Nazaj na datoteke", "Selected files too large to generate zip file." => "Izbrane datoteke so prevelike za ustvarjanje datoteke arhiva zip.", +"No source specified when installing app" => "Ni podanega vira med nameščenjem programa", +"No href specified when installing app from http" => "Ni podanega podatka naslova HREF med nameščenjem programa preko protokola HTTP.", +"No path specified when installing app from local file" => "Ni podane poti med nameščenjem programa iz krajevne datoteke", +"Archives of type %s are not supported" => "Arhivi vrste %s niso podprti", "App directory already exists" => "Programska mapa že obstaja", "Application is not enabled" => "Program ni omogočen", "Authentication error" => "Napaka overjanja", diff --git a/lib/l10n/sv.php b/lib/l10n/sv.php index 66cd34f73d..4f04cbe315 100644 --- a/lib/l10n/sv.php +++ b/lib/l10n/sv.php @@ -16,6 +16,7 @@ $TRANSLATIONS = array( "Files need to be downloaded one by one." => "Filer laddas ner en åt gången.", "Back to Files" => "Tillbaka till Filer", "Selected files too large to generate zip file." => "Valda filer är för stora för att skapa zip-fil.", +"Please download the files separately in smaller chunks or kindly ask your administrator." => "Ladda ner filerna i mindre bitar, separat eller fråga din administratör.", "No source specified when installing app" => "Ingen källa angiven vid installation av app ", "No href specified when installing app from http" => "Ingen href angiven vid installation av app från http", "No path specified when installing app from local file" => "Ingen sökväg angiven vid installation av app från lokal fil", diff --git a/lib/private/log/owncloud.php b/lib/private/log/owncloud.php index 15cace88f4..4c86d0e45e 100644 --- a/lib/private/log/owncloud.php +++ b/lib/private/log/owncloud.php @@ -68,6 +68,8 @@ class OC_Log_Owncloud { $timezone = new DateTimeZone('UTC'); } $time = new DateTime(null, $timezone); + // remove username/passswords from URLs before writing the to the log file + $message = preg_replace('/\/\/(.*):(.*)@/', '//xxx:xxx@', $message); $entry=array('app'=>$app, 'message'=>$message, 'level'=>$level, 'time'=> $time->format($format)); $entry = json_encode($entry); $handle = @fopen(self::$logFile, 'a'); diff --git a/lib/private/repair.php b/lib/private/repair.php new file mode 100644 index 0000000000..e9de3baa7c --- /dev/null +++ b/lib/private/repair.php @@ -0,0 +1,21 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC; + +use OC\Hooks\BasicEmitter; + +class Repair extends BasicEmitter { + /** + * run a series of repair steps for common problems + * progress can be reported by emitting \OC\Repair::step events + */ + public function run() { + $this->emit('\OC\Repair', 'step', array('No repair steps configured at the moment')); + } +} diff --git a/lib/private/request.php b/lib/private/request.php index 7a75bf2520..37d918d203 100755 --- a/lib/private/request.php +++ b/lib/private/request.php @@ -142,17 +142,30 @@ class OC_Request { $requestUri = '/' . ltrim($requestUri, '/'); } - $scriptName = $_SERVER['SCRIPT_NAME']; - // in case uri and script name don't match we better throw an exception - if (strpos($requestUri, $scriptName) !== 0) { - throw new Exception("REQUEST_URI($requestUri) does not start with the SCRIPT_NAME($scriptName)"); - } - $path_info = substr($requestUri, strlen($scriptName)); // Remove the query string from REQUEST_URI - if ($pos = strpos($path_info, '?')) { - $path_info = substr($path_info, 0, $pos); + if ($pos = strpos($requestUri, '?')) { + $requestUri = substr($requestUri, 0, $pos); } - return $path_info; + + $scriptName = $_SERVER['SCRIPT_NAME']; + $path_info = $requestUri; + + // strip off the script name's dir and file name + list($path, $name) = \Sabre_DAV_URLUtil::splitPath($scriptName); + if (!empty($path)) { + if( $path === $path_info || strpos($path_info, $path.'/') === 0) { + $path_info = substr($path_info, strlen($path)); + } else { + throw new Exception("The requested uri($requestUri) cannot be processed by the script '$scriptName')"); + } + } + if (strpos($path_info, '/'.$name) === 0) { + $path_info = substr($path_info, strlen($name) + 1); + } + if (strpos($path_info, $name) === 0) { + $path_info = substr($path_info, strlen($name)); + } + return rtrim($path_info, '/'); } /** diff --git a/lib/private/updater.php b/lib/private/updater.php index a1b07c5a24..764a0f1412 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -37,7 +37,7 @@ class Updater extends BasicEmitter { /** * Check if a new version is available - * @param string $updateUrl the url to check, i.e. 'http://apps.owncloud.com/updater.php' + * @param string $updaterUrl the url to check, i.e. 'http://apps.owncloud.com/updater.php' * @return array | bool */ public function check($updaterUrl) { @@ -116,6 +116,10 @@ class Updater extends BasicEmitter { \OC_App::checkAppsRequirements(); // load all apps to also upgrade enabled apps \OC_App::loadApps(); + + $repair = new Repair(); + $repair->run(); + \OC_Config::setValue('maintenance', false); $this->emit('\OC\Updater', 'maintenanceEnd'); } diff --git a/settings/ajax/decryptall.php b/settings/ajax/decryptall.php index e53067931e..ebc17aacfa 100644 --- a/settings/ajax/decryptall.php +++ b/settings/ajax/decryptall.php @@ -1,5 +1,8 @@ "WebDAV", "Use this address to access your Files via WebDAV" => "Useu aquesta adreça per accedir als fitxers via WebDAV", "Encryption" => "Xifrat", -"The encryption app is no longer enabled, decrypt all your file" => "L'aplicació d'encriptació ja no està activada, desencripteu tots els vostres fitxers.", "Log-in password" => "Contrasenya d'accés", "Decrypt all Files" => "Desencripta tots els fitxers", "Login Name" => "Nom d'accés", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 47b29d2280..f71dfeea85 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -48,6 +48,11 @@ $TRANSLATIONS = array( "A valid password must be provided" => "Musíte zadat platné heslo", "Warning: Home directory for user \"{user}\" already exists" => "Varování: Osobní složka uživatele \"{user}\" již existuje.", "__language_name__" => "Česky", +"Everything (fatal issues, errors, warnings, info, debug)" => "Vše (fatální problémy, chyby, varování, informační, ladící)", +"Info, warnings, errors and fatal issues" => "informační, varování, chyby a fatální problémy", +"Warnings, errors and fatal issues" => "Varování, chyby a fatální problémy", +"Errors and fatal issues" => "Chyby a fatální problémy", +"Fatal issues only" => "Pouze fatální problémy", "Security Warning" => "Bezpečnostní upozornění", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you 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." => "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", "Setup Warning" => "Upozornění nastavení", @@ -56,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Schází modul 'fileinfo'", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Schází PHP modul 'fileinfo'. Doporučujeme jej povolit pro nejlepší výsledky detekce typů MIME.", "Locale not working" => "Lokalizace nefunguje", +"System locale can not be set to a one which supports UTF-8." => "Není možné nastavit znakovou sadu, která podporuje UTF-8.", +"This means that there might be problems with certain characters in file names." => "To znamená, že se mohou vyskytnout problémy s určitými znaky v názvech souborů.", +"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Velmi doporučujeme nainstalovat na váš systém požadované balíčky podporující jednu z následujících znakových sad: %s.", "Internet connection not working" => "Připojení k internetu nefunguje", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or 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." => "Server nemá funkční připojení k internetu. Některé moduly jako např. externí úložiště, oznámení o dostupných aktualizacích nebo instalace aplikací třetích stran nebudou fungovat. Přístup k souborům z jiných míst a odesílání oznamovacích e-mailů také nemusí fungovat. Pokud si přejete využívat všech vlastností ownCloud, doporučujeme povolit připojení k internetu tomuto serveru.", "Cron" => "Cron", @@ -119,8 +127,9 @@ $TRANSLATIONS = array( "Language" => "Jazyk", "Help translate" => "Pomoci s překladem", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Použijte tuto adresu pro přístup k vašim souborům přes WebDAV", "Encryption" => "Šifrování", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrovací aplikace již není zapnuta, odšifrujte všechny své soubory", +"The encryption app is no longer enabled, please decrypt all your files" => "Šifrovací aplikace již není spuštěna, dešifrujte prosím všechny své soubory", "Log-in password" => "Přihlašovací heslo", "Decrypt all Files" => "Odšifrovat všechny soubory", "Login Name" => "Přihlašovací jméno", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 42bbf8409f..00e1fd68b3 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -114,7 +114,6 @@ $TRANSLATIONS = array( "Help translate" => "Hjælp med oversættelsen", "WebDAV" => "WebDAV", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Krypterings app'en er ikke længere aktiv. Dekrypter alle dine filer. ", "Log-in password" => "Log-in kodeord", "Decrypt all Files" => "Dekrypter alle Filer ", "Login Name" => "Loginnavn", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index e4e1ff3083..9323eb0a0c 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt.", +"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiviert, bitte entschlüsseln Sie alle ihre Daten.", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/de_CH.php b/settings/l10n/de_CH.php index 83e00bb727..c313cd18b4 100644 --- a/settings/l10n/de_CH.php +++ b/settings/l10n/de_CH.php @@ -98,7 +98,6 @@ $TRANSLATIONS = array( "Help translate" => "Helfen Sie bei der Übersetzung", "WebDAV" => "WebDAV", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. ", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index a227a93388..086d7b9c49 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Verwenden Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen", "Encryption" => "Verschlüsselung", -"The encryption app is no longer enabled, decrypt all your file" => "Die Anwendung zur Verschlüsselung ist nicht länger aktiv, all Ihre Dateien werden entschlüsselt. ", +"The encryption app is no longer enabled, please decrypt all your files" => "Die Verschlüsselungsanwendung ist nicht länger aktiv, bitte entschlüsseln Sie alle ihre Daten", "Log-in password" => "Login-Passwort", "Decrypt all Files" => "Alle Dateien entschlüsseln", "Login Name" => "Loginname", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index 54317ca66c..71a751c1a5 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -17,6 +17,10 @@ $TRANSLATIONS = array( "Unable to remove user from group %s" => "Αδυναμία αφαίρεσης χρήστη από την ομάδα %s", "Couldn't update app." => "Αδυναμία ενημέρωσης εφαρμογής", "Wrong password" => "Εσφαλμένο συνθηματικό", +"No user supplied" => "Δεν εισήχθη χρήστης", +"Please provide an admin recovery password, otherwise all user data will be lost" => "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν", +"Wrong admin recovery password. Please check the password and try again." => "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά.", +"Back-end doesn't support password change, but the users encryption key was successfully updated." => "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς.", "Unable to change password" => "Αδυναμία αλλαγής συνθηματικού", "Update to {appversion}" => "Ενημέρωση σε {appversion}", "Disable" => "Απενεργοποίηση", @@ -30,6 +34,7 @@ $TRANSLATIONS = array( "Update" => "Ενημέρωση", "Updated" => "Ενημερώθηκε", "Select a profile picture" => "Επιλογή εικόνας προφίλ", +"Decrypting files... Please wait, this can take some time." => "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", "Saving..." => "Γίνεται αποθήκευση...", "deleted" => "διαγράφηκε", "undo" => "αναίρεση", @@ -41,7 +46,12 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Πρέπει να δοθεί έγκυρο όνομα χρήστη", "Error creating user" => "Σφάλμα δημιουργίας χρήστη", "A valid password must be provided" => "Πρέπει να δοθεί έγκυρο συνθηματικό", +"Warning: Home directory for user \"{user}\" already exists" => "Προειδοποίηση: Ο μητρικός κατάλογος του χρήστη \"{user}\" υπάρχει ήδη", "__language_name__" => "__όνομα_γλώσσας__", +"Everything (fatal issues, errors, warnings, info, debug)" => "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", +"Info, warnings, errors and fatal issues" => "Πληροφορίες, προειδοποιήσεις, σφάλματα και καίρια ζητήματα", +"Warnings, errors and fatal issues" => "Προειδοποιήσεις, σφάλματα και καίρια ζητήματα", +"Errors and fatal issues" => "Σφάλματα και καίρια ζητήματα", "Fatal issues only" => "Καίρια ζητήματα μόνο", "Security Warning" => "Προειδοποίηση Ασφαλείας", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you 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." => "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", @@ -51,11 +61,15 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Η ενοτητα 'fileinfo' λειπει", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Η PHP ενοτητα 'fileinfo' λειπει. Σας συνιστούμε να ενεργοποιήσετε αυτή την ενότητα για να έχετε καλύτερα αποτελέσματα με τον εντοπισμό τύπου MIME. ", "Locale not working" => "Η μετάφραση δεν δουλεύει", +"System locale can not be set to a one which supports UTF-8." => "Οι ρυθμίσεις τοποθεσίας συστήματος δεν μπορούν να οριστούν σε κάποιες που δεν υποστηρίζουν UTF-8.", "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 one of the following locales: %s." => "Συνιστούμε σοβαρά να εγκαταστήσετε τα απαιτούμενα πακέτα στο σύστημά σας ώστε να υποστηρίζεται μια από τις ακόλουθες ρυθμίσεις τοποθεσίας: %s.", "Internet connection not working" => "Η σύνδεση στο διαδίκτυο δεν δουλεύει", +"This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or 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." => "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", "Cron" => "Cron", "Execute one task with each page loaded" => "Εκτέλεση μιας διεργασίας με κάθε σελίδα που φορτώνεται", +"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.", +"Use systems cron service to call the cron.php file every 15 minutes." => "Χρήση της υπηρεσίας cron του συστήματος για να καλεστεί το αρχείο cron.php κάθε 15 λεπτά.", "Sharing" => "Διαμοιρασμός", "Enable Share API" => "Ενεργοποίηση API Διαμοιρασμού", "Allow apps to use the Share API" => "Να επιτρέπεται στις εφαρμογές να χρησιμοποιούν το API Διαμοιρασμού", @@ -67,9 +81,12 @@ $TRANSLATIONS = array( "Allow users to share items shared with them again" => "Να επιτρέπεται στους χρήστες να διαμοιράζουν ότι τους έχει διαμοιραστεί", "Allow users to share with anyone" => "Να επιτρέπεται ο διαμοιρασμός με οποιονδήποτε", "Allow users to only share with users in their groups" => "Να επιτρέπεται στους χρήστες ο διαμοιρασμός μόνο με χρήστες της ίδιας ομάδας", +"Allow mail notification" => "Επιτρέψτε ειδοποιήσεις ηλεκτρονικού ταχυδρομείου", "Allow user to send mail notification for shared files" => "Επιτρέψτε στο χρήστη να στέλνει ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου για κοινόχρηστα αρχεία", "Security" => "Ασφάλεια", "Enforce HTTPS" => "Επιβολή χρήσης HTTPS", +"Forces the clients to connect to %s via an encrypted connection." => "Επιβάλλει τους δέκτες να συνδέονται με το %s μέσω κρυπογραφημένης σύνδεσης.", +"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", "Log" => "Καταγραφές", "Log level" => "Επίπεδο καταγραφής", "More" => "Περισσότερα", @@ -101,13 +118,16 @@ $TRANSLATIONS = array( "Your email address" => "Η διεύθυνση ηλεκτρονικού ταχυδρομείου σας", "Fill in an email address to enable password recovery" => "Συμπληρώστε μια διεύθυνση ηλεκτρονικού ταχυδρομείου για να ενεργοποιηθεί η ανάκτηση συνθηματικού", "Profile picture" => "Φωτογραφία προφίλ", +"Upload new" => "Μεταφόρτωση νέου", "Select new from Files" => "Επιλογή νέου από τα Αρχεία", "Remove image" => "Αφαίρεση εικόνας", +"Either png or jpg. Ideally square but you will be able to crop it." => "Είτε png ή jpg. Ιδανικά τετράγωνη αλλά θα είστε σε θέση να την περικόψετε.", "Abort" => "Ματαίωση", "Choose as profile image" => "Επιλογή εικόνας προφίλ", "Language" => "Γλώσσα", "Help translate" => "Βοηθήστε στη μετάφραση", "WebDAV" => "WebDAV", +"Use this address to access your Files via WebDAV" => "Χρήση αυτής της διεύθυνσης πρόσβαση των Αρχείων σας μέσω WebDAV", "Encryption" => "Κρυπτογράφηση", "Log-in password" => "Συνθηματικό εισόδου", "Decrypt all Files" => "Αποκρυπτογράφηση όλων των Αρχείων", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index d685d3a10d..3c5717b131 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -61,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Module 'fileinfo' missing", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.", "Locale not working" => "Locale not working", +"System locale can not be set to a one which supports UTF-8." => "System locale can not be set to a one which supports UTF-8.", +"This means that there might be problems with certain characters in file names." => "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 one of the following locales: %s." => "We strongly suggest installing the required packages on your system to support one of the following locales: %s.", "Internet connection not working" => "Internet connection not working", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or 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." => "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or 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.", "Cron" => "Cron", @@ -126,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Use this address to access your Files via WebDAV", "Encryption" => "Encryption", -"The encryption app is no longer enabled, decrypt all your file" => "The encryption app is no longer enabled, decrypt all your files", "Log-in password" => "Log-in password", "Decrypt all Files" => "Decrypt all Files", "Login Name" => "Login Name", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 5aeb272ae7..53c60dbe9a 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Utilice esta dirección para acceder a sus archivos vía WebDAV", "Encryption" => "Cifrado", -"The encryption app is no longer enabled, decrypt all your file" => "La aplicación de cifrado no está activada, descifre sus archivos", "Log-in password" => "Contraseña de acceso", "Decrypt all Files" => "Descifrar archivos", "Login Name" => "Nombre de usuario", diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 8a83c6c974..44c9964778 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -99,7 +99,6 @@ $TRANSLATIONS = array( "Help translate" => "Ayudanos a traducir", "WebDAV" => "WebDAV", "Encryption" => "Encriptación", -"The encryption app is no longer enabled, decrypt all your file" => "La aplicación de encriptación ya no está habilitada, desencriptando todos los archivos", "Log-in password" => "Clave de acceso", "Decrypt all Files" => "Desencriptar todos los archivos", "Login Name" => "Nombre de Usuario", diff --git a/settings/l10n/et_EE.php b/settings/l10n/et_EE.php index ae406f6663..83828a30e2 100644 --- a/settings/l10n/et_EE.php +++ b/settings/l10n/et_EE.php @@ -129,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Kasuta seda aadressi oma failidele ligipääsuks WebDAV kaudu", "Encryption" => "Krüpteerimine", -"The encryption app is no longer enabled, decrypt all your file" => "Küpteeringu rakend pole lubatud, dekrüpteeri kõik oma failid", "Log-in password" => "Sisselogimise parool", "Decrypt all Files" => "Dekrüpteeri kõik failid", "Login Name" => "Kasutajanimi", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index 0c4e123ec9..ed049b0244 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -55,6 +55,7 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Moduuli 'fileinfo' puuttuu", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.", "Locale not working" => "Maa-asetus ei toimi", +"System locale can not be set to a one which supports UTF-8." => "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.", "Internet connection not working" => "Internet-yhteys ei toimi", "Cron" => "Cron", "Use systems cron service to call the cron.php file every 15 minutes." => "Käytä järjestelmän cron-palvelua cron.php-tiedoston kutsumiseen 15 minuutin välein", @@ -115,7 +116,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Käytä tätä osoitetta käyttääksesi tiedostojasi WebDAVin kautta", "Encryption" => "Salaus", -"The encryption app is no longer enabled, decrypt all your file" => "Salaussovellus ei ole enää käytössä, pura kaikkien tiedostojesi salaus", +"The encryption app is no longer enabled, please decrypt all your files" => "Salaussovellus ei ole enää käytössä, joten pura kaikkien tiedostojesi salaus", "Decrypt all Files" => "Pura kaikkien tiedostojen salaus", "Login Name" => "Kirjautumisnimi", "Create" => "Luo", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index b684eafe39..d222b83d9e 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -61,6 +61,9 @@ $TRANSLATIONS = array( "Module 'fileinfo' missing" => "Module 'fileinfo' manquant", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats pour la détection des types de fichiers.", "Locale not working" => "Localisation non fonctionnelle", +"System locale can not be set to a one which supports UTF-8." => "Les paramètres régionaux ne peuvent pas être configurés avec un qui supporte UTF-8.", +"This means that there might be problems with certain characters in file names." => "Cela signifie qu'il pourrait y avoir des problèmes avec certains caractères dans les noms de fichier.", +"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Nous conseillons vivement d'installer les paquets requis sur votre système pour supporter l'un des paramètres régionaux suivants : %s.", "Internet connection not working" => "La connexion internet ne fonctionne pas", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or 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." => "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par mails ne seront pas fonctionnels également. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.", "Cron" => "Cron", @@ -126,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Utiliser cette adresse pour accéder à vos fichiers par WebDAV", "Encryption" => "Chiffrement", -"The encryption app is no longer enabled, decrypt all your file" => "L'application de chiffrement n'est plus activée, déchiffrez tous vos fichiers", "Log-in password" => "Mot de passe de connexion", "Decrypt all Files" => "Déchiffrer tous les fichiers", "Login Name" => "Nom de la connexion", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index 191e6cb17f..264d7178ff 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Empregue esta ligazón para acceder aos sus ficheiros mediante WebDAV", "Encryption" => "Cifrado", -"The encryption app is no longer enabled, decrypt all your file" => "o aplicativo de cifrado non está activado, descifrar todos os ficheiros", +"The encryption app is no longer enabled, please decrypt all your files" => "O aplicativo de cifrado non está activado, descifre todos os ficheiros", "Log-in password" => "Contrasinal de acceso", "Decrypt all Files" => "Descifrar todos os ficheiros", "Login Name" => "Nome de acceso", diff --git a/settings/l10n/hu_HU.php b/settings/l10n/hu_HU.php index 31b3c774f8..82bc37b9c1 100644 --- a/settings/l10n/hu_HU.php +++ b/settings/l10n/hu_HU.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Ezt a címet használd, hogy hozzáférj a fileokhoz WebDAV-on keresztül", "Encryption" => "Titkosítás", -"The encryption app is no longer enabled, decrypt all your file" => "A titkosító alkalmzás a továbbiakban nincs engedélyezve, kititkosítja az összes fileodat", "Log-in password" => "Bejelentkezési jelszó", "Decrypt all Files" => "Kititkosítja az összes file-t", "Login Name" => "Bejelentkezési név", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index ac6cf85438..4b0b32cea7 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Utilizza questo indirizzo per accedere ai tuoi file con WebDAV", "Encryption" => "Cifratura", -"The encryption app is no longer enabled, decrypt all your file" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", +"The encryption app is no longer enabled, please decrypt all your files" => "L'applicazione di cifratura non è più abilitata, decifra tutti i tuoi file", "Log-in password" => "Password di accesso", "Decrypt all Files" => "Decifra tutti i file", "Login Name" => "Nome utente", diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index 6916324e29..5edba66784 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "WebDAV 経由でファイルにアクセス するにはこのアドレスを利用してください", "Encryption" => "暗号化", -"The encryption app is no longer enabled, decrypt all your file" => "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", "Log-in password" => "ログインパスワード", "Decrypt all Files" => "すべてのファイルを複合する", "Login Name" => "ログイン名", diff --git a/settings/l10n/lt_LT.php b/settings/l10n/lt_LT.php index e49f26f06e..f2cb6a3026 100644 --- a/settings/l10n/lt_LT.php +++ b/settings/l10n/lt_LT.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Naudokite šį adresą, kad pasiektumėte savo failus per WebDAV", "Encryption" => "Šifravimas", -"The encryption app is no longer enabled, decrypt all your file" => "Šifravimo programa nebėra įjungta, iššifruokite visus savo failus", "Log-in password" => "Prisijungimo slaptažodis", "Decrypt all Files" => "Iššifruoti visus failus", "Login Name" => "Vartotojo vardas", diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index 54d0352e2b..de5d6460d6 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -96,7 +96,6 @@ $TRANSLATIONS = array( "Help translate" => "Palīdzi tulkot", "WebDAV" => "WebDAV", "Encryption" => "Šifrēšana", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrēšanas lietotne ir atslēgta, atšifrējiet visus jūsu failus", "Log-in password" => "Pieslēgšanās parole", "Decrypt all Files" => "Atšifrēt visus failus", "Login Name" => "Ierakstīšanās vārds", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index a12ff49911..6f48a0f532 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Gebruik deze link om uw bestanden via WebDAV te benaderen", "Encryption" => "Versleuteling", -"The encryption app is no longer enabled, decrypt all your file" => "De encryptie-appplicatie is niet meer aanwezig, decodeer al uw bestanden", "Log-in password" => "Inlog-wachtwoord", "Decrypt all Files" => "Decodeer alle bestanden", "Login Name" => "Inlognaam", diff --git a/settings/l10n/nn_NO.php b/settings/l10n/nn_NO.php index ec1dbba373..5fd2f57b5a 100644 --- a/settings/l10n/nn_NO.php +++ b/settings/l10n/nn_NO.php @@ -112,7 +112,6 @@ $TRANSLATIONS = array( "Help translate" => "Hjelp oss å omsetja", "WebDAV" => "WebDAV", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Krypteringsprogrammet er ikkje lenger slått på, dekrypter alle filene dine", "Log-in password" => "Innloggingspassord", "Decrypt all Files" => "Dekrypter alle filene", "Login Name" => "Innloggingsnamn", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 25f3f85a1b..97652c7371 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Użyj tego adresu do dostępu do twoich plików przez WebDAV", "Encryption" => "Szyfrowanie", -"The encryption app is no longer enabled, decrypt all your file" => "Aplikacja szyfrowanie nie jest włączona, odszyfruj wszystkie plik", "Log-in password" => "Hasło logowania", "Decrypt all Files" => "Odszyfruj wszystkie pliki", "Login Name" => "Login", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index aa4623f353..bc881f7b64 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -129,7 +129,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Use este endereço para ter acesso a seus Arquivos via WebDAV", "Encryption" => "Criptografia", -"The encryption app is no longer enabled, decrypt all your file" => "O aplicativo de encriptação não está mais ativo, decripti todos os seus arquivos", "Log-in password" => "Senha de login", "Decrypt all Files" => "Decripti todos os Arquivos", "Login Name" => "Nome de Login", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 3ca6ffbb5e..0de416d37f 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -115,7 +115,6 @@ $TRANSLATIONS = array( "Help translate" => "Ajude a traduzir", "WebDAV" => "WebDAV", "Encryption" => "Encriptação", -"The encryption app is no longer enabled, decrypt all your file" => "A aplicação de encriptação não se encontra mais disponível, desencripte o seu ficheiro", "Log-in password" => "Password de entrada", "Decrypt all Files" => "Desencriptar todos os ficheiros", "Login Name" => "Nome de utilizador", diff --git a/settings/l10n/ru.php b/settings/l10n/ru.php index 394bc04527..932f692893 100644 --- a/settings/l10n/ru.php +++ b/settings/l10n/ru.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Используйте этот адресс для доступа к вашим файлам через WebDAV", "Encryption" => "Шифрование", -"The encryption app is no longer enabled, decrypt all your file" => "Приложение шифрования не активно, отмените шифрование всех ваших файлов.", "Log-in password" => "Пароль входа", "Decrypt all Files" => "Снять шифрование со всех файлов", "Login Name" => "Имя пользователя", diff --git a/settings/l10n/sk_SK.php b/settings/l10n/sk_SK.php index c796b54043..7aa434d5a2 100644 --- a/settings/l10n/sk_SK.php +++ b/settings/l10n/sk_SK.php @@ -126,7 +126,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Použite túto linku pre prístup k vašim súborom cez WebDAV", "Encryption" => "Šifrovanie", -"The encryption app is no longer enabled, decrypt all your file" => "Šifrovacia aplikácia nie je povolená, dešifrujte všetky vaše súbory", "Log-in password" => "Prihlasovacie heslo", "Decrypt all Files" => "Dešifrovať všetky súbory", "Login Name" => "Prihlasovacie meno", diff --git a/settings/l10n/sv.php b/settings/l10n/sv.php index dabd1b3dbb..9f83a18373 100644 --- a/settings/l10n/sv.php +++ b/settings/l10n/sv.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Unable to load list from App Store" => "Kan inte ladda listan från App Store", "Authentication error" => "Fel vid autentisering", +"Unable to change full name" => "Kunde inte ändra hela namnet", "Group already exists" => "Gruppen finns redan", "Unable to add group" => "Kan inte lägga till grupp", "Email saved" => "E-post sparad", @@ -103,6 +104,7 @@ $TRANSLATIONS = array( "Current password" => "Nuvarande lösenord", "New password" => "Nytt lösenord", "Change password" => "Ändra lösenord", +"Full Name" => "Hela namnet", "Email" => "E-post", "Your email address" => "Din e-postadress", "Fill in an email address to enable password recovery" => "Fyll i en e-postadress för att aktivera återställning av lösenord", @@ -118,7 +120,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Använd denna adress till nå dina Filer via WebDAV", "Encryption" => "Kryptering", -"The encryption app is no longer enabled, decrypt all your file" => "Appen för kryptering är inte längre aktiverad, dekryptera alla dina filer", "Log-in password" => "Inloggningslösenord", "Decrypt all Files" => "Dekryptera alla filer", "Login Name" => "Inloggningsnamn", @@ -130,6 +131,7 @@ $TRANSLATIONS = array( "Other" => "Annat", "Username" => "Användarnamn", "Storage" => "Lagring", +"change full name" => "ändra hela namnet", "set new password" => "ange nytt lösenord", "Default" => "Förvald" ); diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 9e58cdefa7..a941f2a137 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -129,7 +129,7 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "Dosyalarınıza WebDAV aracılığıyla erişmek için bu adresi kullanın", "Encryption" => "Şifreleme", -"The encryption app is no longer enabled, decrypt all your file" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifresini çözün", +"The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın", "Log-in password" => "Oturum açma parolası", "Decrypt all Files" => "Tüm dosyaların şifresini çözme", "Login Name" => "Giriş Adı", diff --git a/settings/l10n/zh_CN.php b/settings/l10n/zh_CN.php index c85a7c8408..4733a9e429 100644 --- a/settings/l10n/zh_CN.php +++ b/settings/l10n/zh_CN.php @@ -99,7 +99,6 @@ $TRANSLATIONS = array( "Help translate" => "帮助翻译", "WebDAV" => "WebDAV", "Encryption" => "加密", -"The encryption app is no longer enabled, decrypt all your file" => "加密 app 未启用,将解密您所有文件", "Log-in password" => "登录密码", "Decrypt all Files" => "解密所有文件", "Login Name" => "登录名称", diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 57b70b80b0..4f7d6ff9cf 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -118,7 +118,6 @@ $TRANSLATIONS = array( "WebDAV" => "WebDAV", "Use this address to access your Files via WebDAV" => "使用這個地址來透過 WebDAV 存取檔案", "Encryption" => "加密", -"The encryption app is no longer enabled, decrypt all your file" => "加密應用程式已經停用,請您解密您所有的檔案", "Log-in password" => "登入密碼", "Decrypt all Files" => "解密所有檔案", "Login Name" => "登入名稱", diff --git a/tests/lib/files/storage/storage.php b/tests/lib/files/storage/storage.php index 6c433e9547..19113f5262 100644 --- a/tests/lib/files/storage/storage.php +++ b/tests/lib/files/storage/storage.php @@ -139,7 +139,15 @@ abstract class Storage extends \PHPUnit_Framework_TestCase { $this->instance->rename('/source.txt', '/target2.txt'); $this->assertTrue($this->instance->file_exists('/target2.txt')); $this->assertFalse($this->instance->file_exists('/source.txt')); - $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target.txt')); + $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target2.txt')); + + // move to overwrite + $testContents = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; + $this->instance->file_put_contents('/target3.txt', $testContents); + $this->instance->rename('/target2.txt', '/target3.txt'); + $this->assertTrue($this->instance->file_exists('/target3.txt')); + $this->assertFalse($this->instance->file_exists('/target2.txt')); + $this->assertEquals(file_get_contents($textFile), $this->instance->file_get_contents('/target3.txt')); } public function testLocal() { @@ -236,7 +244,8 @@ abstract class Storage extends \PHPUnit_Framework_TestCase { public function testTouchCreateFile() { $this->assertFalse($this->instance->file_exists('foo')); - $this->instance->touch('foo'); + // returns true on success + $this->assertTrue($this->instance->touch('foo')); $this->assertTrue($this->instance->file_exists('foo')); } diff --git a/tests/lib/request.php b/tests/lib/request.php index a740751f06..090cebc923 100644 --- a/tests/lib/request.php +++ b/tests/lib/request.php @@ -42,6 +42,13 @@ class Test_Request extends PHPUnit_Framework_TestCase { array('/core/ajax/translations.php', 'index.php/core/ajax/translations.php', 'index.php'), array('/core/ajax/translations.php', '/index.php/core/ajax/translations.php', '/index.php'), array('/core/ajax/translations.php', '//index.php/core/ajax/translations.php', '/index.php'), + array('', '/oc/core', '/oc/core/index.php'), + array('', '/oc/core/', '/oc/core/index.php'), + array('', '/oc/core/index.php', '/oc/core/index.php'), + array('/core/ajax/translations.php', '/core/ajax/translations.php', 'index.php'), + array('/core/ajax/translations.php', '//core/ajax/translations.php', '/index.php'), + array('/core/ajax/translations.php', '/oc/core/ajax/translations.php', '/oc/index.php'), + array('/1', '/oc/core/1', '/oc/core/index.php'), ); } @@ -60,9 +67,7 @@ class Test_Request extends PHPUnit_Framework_TestCase { function rawPathInfoThrowsExceptionProvider() { return array( - array('core/ajax/translations.php', '/index.php'), - array('/core/ajax/translations.php', '/index.php'), - array('//core/ajax/translations.php', '/index.php'), + array('/oc/core1', '/oc/core/index.php'), ); } }