diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-23 02:15:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-23 02:15:28 +0000 |
commit | 9a61d5fb72ee57c10202028ce1a9394227b598c4 (patch) | |
tree | b6395ecfa082983127cf1997469546aba69e770e /lib/l10n | |
parent | 3a6d8174a92734a3cc4be476163f4a98ca4d3f81 (diff) | |
download | nextcloud-server-9a61d5fb72ee57c10202028ce1a9394227b598c4.tar.gz nextcloud-server-9a61d5fb72ee57c10202028ce1a9394227b598c4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/eo.js | 1 | ||||
-rw-r--r-- | lib/l10n/eo.json | 1 | ||||
-rw-r--r-- | lib/l10n/sv.js | 5 | ||||
-rw-r--r-- | lib/l10n/sv.json | 5 |
4 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index 10f9aedcda1..a64be655c31 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -29,6 +29,7 @@ OC.L10N.register( "Following platforms are supported: %s" : "La jenaj platformoj estas subtenataj: %s", "Server version %s or higher is required." : "Servilo kun versio %s aŭ pli bezoniĝas.", "Server version %s or lower is required." : "Servilo kun versio %s aŭ malpli bezoniĝas.", + "Logged in user must be an admin or sub admin" : "La ensalutanta uzanto estu administranto aŭ subadministranto", "Logged in user must be an admin" : "La ensalutanta uzanto estu administranto", "Remote wipe started" : "Defora forviŝado komenciĝis", "A remote wipe was started on device %s" : "Defora forviŝado komenciĝis ĉe aparato %s", diff --git a/lib/l10n/eo.json b/lib/l10n/eo.json index 094d19f019f..4d5442b423d 100644 --- a/lib/l10n/eo.json +++ b/lib/l10n/eo.json @@ -27,6 +27,7 @@ "Following platforms are supported: %s" : "La jenaj platformoj estas subtenataj: %s", "Server version %s or higher is required." : "Servilo kun versio %s aŭ pli bezoniĝas.", "Server version %s or lower is required." : "Servilo kun versio %s aŭ malpli bezoniĝas.", + "Logged in user must be an admin or sub admin" : "La ensalutanta uzanto estu administranto aŭ subadministranto", "Logged in user must be an admin" : "La ensalutanta uzanto estu administranto", "Remote wipe started" : "Defora forviŝado komenciĝis", "A remote wipe was started on device %s" : "Defora forviŝado komenciĝis ĉe aparato %s", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 47e70db3f96..f808730f0cb 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -4,7 +4,10 @@ OC.L10N.register( "Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!", "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config-katalogen", "See %s" : "Se %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Eller, om du föredrar att behålla config.php skrivskyddad, sätt alternativet \"config_is_read_only\" till true i den.", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta fixas vanligtvis genom att ge webbservern skrivrättigheter till konfigureringsmappen. Se %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Eller, om du föredrar att behålla config.php skrivskyddad, sätt alternativet \"config_is_read_only\" till true i den. Se %s", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %1$s ersattes inte korrekt. Kontrollera att det är en version som är kompatibel med servern.", "Sample configuration detected" : "Exempel-konfiguration detekterad", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Det har detekterats att exempel-konfigurationen har kopierats. Detta kan förstöra din installation och stöds ej. Vänligen läs dokumentationen innan ändringar på config.php utförs", "%1$s and %2$s" : "%1$s och %2$s", @@ -21,6 +24,8 @@ OC.L10N.register( "Following databases are supported: %s" : "Följande databastyper stöds: %s", "The command line tool %s could not be found" : "Kommandoradsverktyget %s hittades inte.", "The library %s is not available." : "Biblioteket %s är inte tillgängligt.", + "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Bibliotek %1$s med en högre version än %2$s krävs - tillgänglig version %3$s.", + "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Bibliotek %1$s med en lägre version än %2$s krävs - tillgänglig version %3$s.", "Following platforms are supported: %s" : "Följande plattformar stöds: %s", "Server version %s or higher is required." : "Serverversion %s eller nyare krävs.", "Server version %s or lower is required." : "Serverversion %s eller äldre krävs.", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 97d24fba540..db97d6bb819 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -2,7 +2,10 @@ "Cannot write into \"config\" directory!" : "Kan inte skriva till \"config\" katalogen!", "This can usually be fixed by giving the webserver write access to the config directory" : "Detta kan vanligtvis åtgärdas genom att ge skrivrättigheter till config-katalogen", "See %s" : "Se %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Eller, om du föredrar att behålla config.php skrivskyddad, sätt alternativet \"config_is_read_only\" till true i den.", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Detta fixas vanligtvis genom att ge webbservern skrivrättigheter till konfigureringsmappen. Se %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Eller, om du föredrar att behålla config.php skrivskyddad, sätt alternativet \"config_is_read_only\" till true i den. Se %s", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Filerna i appen %1$s ersattes inte korrekt. Kontrollera att det är en version som är kompatibel med servern.", "Sample configuration detected" : "Exempel-konfiguration detekterad", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Det har detekterats att exempel-konfigurationen har kopierats. Detta kan förstöra din installation och stöds ej. Vänligen läs dokumentationen innan ändringar på config.php utförs", "%1$s and %2$s" : "%1$s och %2$s", @@ -19,6 +22,8 @@ "Following databases are supported: %s" : "Följande databastyper stöds: %s", "The command line tool %s could not be found" : "Kommandoradsverktyget %s hittades inte.", "The library %s is not available." : "Biblioteket %s är inte tillgängligt.", + "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Bibliotek %1$s med en högre version än %2$s krävs - tillgänglig version %3$s.", + "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Bibliotek %1$s med en lägre version än %2$s krävs - tillgänglig version %3$s.", "Following platforms are supported: %s" : "Följande plattformar stöds: %s", "Server version %s or higher is required." : "Serverversion %s eller nyare krävs.", "Server version %s or lower is required." : "Serverversion %s eller äldre krävs.", |