diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-02 02:08:49 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-02 02:08:49 -0400 |
commit | a323111bd1285f74aa405c240be86b5de5d0c502 (patch) | |
tree | 1beb9e3dac5391c6db8fae9bfd0d4570f17ffc3e /lib | |
parent | c4ec5bca1ba39f0a8e75ca8c47895a3a0eef5628 (diff) | |
download | nextcloud-server-a323111bd1285f74aa405c240be86b5de5d0c502.tar.gz nextcloud-server-a323111bd1285f74aa405c240be86b5de5d0c502.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/en_GB.js | 65 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 65 | ||||
-rw-r--r-- | lib/l10n/fi_FI.js | 55 | ||||
-rw-r--r-- | lib/l10n/fi_FI.json | 55 | ||||
-rw-r--r-- | lib/l10n/pt_BR.js | 63 | ||||
-rw-r--r-- | lib/l10n/pt_BR.json | 63 | ||||
-rw-r--r-- | lib/l10n/sq.js | 63 | ||||
-rw-r--r-- | lib/l10n/sq.json | 63 |
8 files changed, 254 insertions, 238 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index eb276cc00a2..aad5f990213 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -9,6 +9,7 @@ OC.L10N.register( "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" : "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", "PHP %s or higher is required." : "PHP %s or higher is required.", "PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.", + "%sbit or higher PHP required." : "%sbit or higher PHP required.", "Following databases are supported: %s" : "Following databases are supported: %s", "The command line tool %s could not be found" : "The command line tool %s could not be found", "The library %s is not available." : "The library %s is not available.", @@ -56,6 +57,8 @@ OC.L10N.register( "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "You are not allowed to share %s" : "You are not allowed to share %s", "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", + "Files can't be shared with create permissions" : "Files can't be shared with create permissions", "Expiration date is in the past" : "Expiration date is in the past", "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", "Could not find category \"%s\"" : "Could not find category \"%s\"", @@ -91,6 +94,37 @@ OC.L10N.register( "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", "Unknown user" : "Unknown user", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", + "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", + "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", + "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", + "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", + "Setting locale to %s failed" : "Setting locale to %s failed", + "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", + "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", + "PHP module %s not installed." : "PHP module %s not installed.", + "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", + "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", + "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", + "Please upgrade your database version" : "Please upgrade your database version", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", + "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", + "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", + "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "%s shared »%s« with you" : "%s shared \"%s\" with you", "%s via %s" : "%s via %s", @@ -126,37 +160,6 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Username contains whitespace at the beginning or at the end", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", - "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", - "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", - "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", - "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", - "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", - "Setting locale to %s failed" : "Setting locale to %s failed", - "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", - "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", - "PHP module %s not installed." : "PHP module %s not installed.", - "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", - "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", - "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", - "Please upgrade your database version" : "Please upgrade your database version", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", - "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", - "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", - "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", - "Data directory (%s) is invalid" : "Data directory (%s) is invalid", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index f2599db100f..fd5b55eb16b 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -7,6 +7,7 @@ "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" : "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", "PHP %s or higher is required." : "PHP %s or higher is required.", "PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.", + "%sbit or higher PHP required." : "%sbit or higher PHP required.", "Following databases are supported: %s" : "Following databases are supported: %s", "The command line tool %s could not be found" : "The command line tool %s could not be found", "The library %s is not available." : "The library %s is not available.", @@ -54,6 +55,8 @@ "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", "You are not allowed to share %s" : "You are not allowed to share %s", "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", + "Files can't be shared with create permissions" : "Files can't be shared with create permissions", "Expiration date is in the past" : "Expiration date is in the past", "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", "Could not find category \"%s\"" : "Could not find category \"%s\"", @@ -89,6 +92,37 @@ "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", "Unknown user" : "Unknown user", + "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", + "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", + "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", + "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", + "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", + "Setting locale to %s failed" : "Setting locale to %s failed", + "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", + "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", + "PHP module %s not installed." : "PHP module %s not installed.", + "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", + "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", + "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", + "Please upgrade your database version" : "Please upgrade your database version", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", + "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", + "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", + "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "%s shared »%s« with you" : "%s shared \"%s\" with you", "%s via %s" : "%s via %s", @@ -124,37 +158,6 @@ "Username contains whitespace at the beginning or at the end" : "Username contains whitespace at the beginning or at the end", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", - "No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.", - "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.", - "Cannot write into \"config\" directory" : "Cannot write into \"config\" directory", - "Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.", - "Cannot create \"data\" directory (%s)" : "Cannot create \"data\" directory (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", - "Setting locale to %s failed" : "Setting locale to %s failed", - "Please install one of these locales on your system and restart your webserver." : "Please install one of these locales on your system and restart your webserver.", - "Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.", - "PHP module %s not installed." : "PHP module %s not installed.", - "PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", - "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", - "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", - "Please upgrade your database version" : "Please upgrade your database version", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", - "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", - "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", - "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", - "Data directory (%s) is invalid" : "Data directory (%s) is invalid", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js index 162befe5779..7c7db307780 100644 --- a/lib/l10n/fi_FI.js +++ b/lib/l10n/fi_FI.js @@ -8,6 +8,7 @@ OC.L10N.register( "Sample configuration detected" : "Esimerkkimääritykset havaittu", "PHP %s or higher is required." : "PHP %s tai sitä uudempi vaaditaan.", "PHP with a version lower than %s is required." : "PHP versiota %s alempi tarvitaan.", + "%sbit or higher PHP required." : "%s-bit tai korkeampi PHP vaaditaan.", "Following databases are supported: %s" : "Seuraavat tietokannat ovat tuettuja: %s", "The command line tool %s could not be found" : "Komentorivityökalua %s ei löytynyt", "The library %s is not available." : "Kirjastoa %s ei ole käytettävissä.", @@ -60,6 +61,7 @@ OC.L10N.register( "Users" : "Käyttäjät", "Admin" : "Ylläpito", "Recommended" : "Suositeltu", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "Sovellusta \"%s\" ei voi asentaa, koska appinfo-tiedostoa ei voi loi lukea.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Sovelluksen \"%s\" asennus ei onnistu, koska se ei ole yhteensopiva tämän ownCloud-version kanssa.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s", "No app name specified" : "Sovelluksen nimeä ei määritelty", @@ -75,6 +77,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "Tyypin %s arkistot eivät ole tuettuja", "Failed to open archive when installing app" : "Pakettitiedoston avaaminen epäonnistui sovellusta asennettaessa", "App does not provide an info.xml file" : "Sovellus ei sisällä info.xml-tiedostoa", + "App cannot be installed because appinfo file cannot be read." : "Sovellusta ei voi asentaa, koska appinfo-tiedostoa ei voi lukea.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "Allekirjoituksen tarkistaminen ei onnistunut. Ota yhteys sovelluskehittäjään ja tarkista ylläpitonäkymä.", "App can't be installed because of not allowed code in the App" : "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia", "App can't be installed because it is not compatible with this version of ownCloud" : "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa", @@ -83,32 +86,6 @@ OC.L10N.register( "Authentication error" : "Tunnistautumisvirhe", "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", "Unknown user" : "Tuntematon käyttäjä", - "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", - "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", - "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", - "Sharing %s failed, because you can not share with yourself" : "Kohteen %s jakaminen epäonnistui, koska et voi jakaa itsesi kanssa", - "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", - "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", - "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", - "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", - "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", - "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", - "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", - "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", - "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", - "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Vanhenemispäivän tyhjentäminen ei onnistu. Jaoille on määritelty pakolliseksi vanhenemispäivä.", - "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", - "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", - "Sharing failed, because the user %s is the original sharer" : "Jakaminen epäonnistui, koska käyttäjä %s ei ole alkuperäinen jakaja", - "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", - "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", - "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", - "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", - "A valid password must be provided" : "Anna kelvollinen salasana", - "The username is already being used" : "Käyttäjätunnus on jo käytössä", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", "Microsoft Windows Platform is not supported" : "Microsoft Windows -alusta ei ole tuettu", "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "ownCloud-palvelin ei ole tuettu Microsoft Windows -alustalla. Suosittelemme käyttämään Linux-palvelinta virtuaalikoneessa, jos itse palvelimeen ei voi asentaa Linux-jakelua käyttöjärjestelmäksi. Linux-paketit ja virtuaalikoneiden levykuvat ovat saatavilla osoitteesta <a href=\"%s\">%s</a>. Tarjoamme vinkkejä ja siirtoskriptejä nykyisten asennusten siirtämiseksi Linux-alustalle <a href=\"%s\">dokumenaation kautta</a>.", @@ -136,6 +113,32 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Tarkista \"datadirectory\"-arvo asetuksistasi", "Data directory (%s) is invalid" : "Datakansio (%s) on virheellinen", "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että datakansion juuressa on tiedosto \".ocdata\".", + "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", + "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", + "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", + "Sharing %s failed, because you can not share with yourself" : "Kohteen %s jakaminen epäonnistui, koska et voi jakaa itsesi kanssa", + "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", + "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", + "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", + "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", + "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", + "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", + "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", + "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Vanhenemispäivän tyhjentäminen ei onnistu. Jaoille on määritelty pakolliseksi vanhenemispäivä.", + "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", + "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", + "Sharing failed, because the user %s is the original sharer" : "Jakaminen epäonnistui, koska käyttäjä %s ei ole alkuperäinen jakaja", + "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", + "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", + "A valid password must be provided" : "Anna kelvollinen salasana", + "The username is already being used" : "Käyttäjätunnus on jo käytössä", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", diff --git a/lib/l10n/fi_FI.json b/lib/l10n/fi_FI.json index fc81fe24160..4e7598bc90d 100644 --- a/lib/l10n/fi_FI.json +++ b/lib/l10n/fi_FI.json @@ -6,6 +6,7 @@ "Sample configuration detected" : "Esimerkkimääritykset havaittu", "PHP %s or higher is required." : "PHP %s tai sitä uudempi vaaditaan.", "PHP with a version lower than %s is required." : "PHP versiota %s alempi tarvitaan.", + "%sbit or higher PHP required." : "%s-bit tai korkeampi PHP vaaditaan.", "Following databases are supported: %s" : "Seuraavat tietokannat ovat tuettuja: %s", "The command line tool %s could not be found" : "Komentorivityökalua %s ei löytynyt", "The library %s is not available." : "Kirjastoa %s ei ole käytettävissä.", @@ -58,6 +59,7 @@ "Users" : "Käyttäjät", "Admin" : "Ylläpito", "Recommended" : "Suositeltu", + "App \"%s\" cannot be installed because appinfo file cannot be read." : "Sovellusta \"%s\" ei voi asentaa, koska appinfo-tiedostoa ei voi loi lukea.", "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Sovelluksen \"%s\" asennus ei onnistu, koska se ei ole yhteensopiva tämän ownCloud-version kanssa.", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Sovelluksen \"%s\" asennus ei onnistu, koska seuraavia riippuvuuksia ei ole täytetty: %s", "No app name specified" : "Sovelluksen nimeä ei määritelty", @@ -73,6 +75,7 @@ "Archives of type %s are not supported" : "Tyypin %s arkistot eivät ole tuettuja", "Failed to open archive when installing app" : "Pakettitiedoston avaaminen epäonnistui sovellusta asennettaessa", "App does not provide an info.xml file" : "Sovellus ei sisällä info.xml-tiedostoa", + "App cannot be installed because appinfo file cannot be read." : "Sovellusta ei voi asentaa, koska appinfo-tiedostoa ei voi lukea.", "Signature could not get checked. Please contact the app developer and check your admin screen." : "Allekirjoituksen tarkistaminen ei onnistunut. Ota yhteys sovelluskehittäjään ja tarkista ylläpitonäkymä.", "App can't be installed because of not allowed code in the App" : "Sovellusta ei voi asentaa, koska sovellus sisältää kiellettyä koodia", "App can't be installed because it is not compatible with this version of ownCloud" : "Sovellusta ei voi asentaa, koska se ei ole yhteensopiva käytössä olevan ownCloud-version kanssa", @@ -81,32 +84,6 @@ "Authentication error" : "Tunnistautumisvirhe", "Token expired. Please reload page." : "Valtuutus vanheni. Lataa sivu uudelleen.", "Unknown user" : "Tuntematon käyttäjä", - "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", - "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", - "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", - "Sharing %s failed, because you can not share with yourself" : "Kohteen %s jakaminen epäonnistui, koska et voi jakaa itsesi kanssa", - "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", - "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", - "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", - "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", - "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", - "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", - "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", - "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa", - "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", - "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", - "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", - "Cannot clear expiration date. Shares are required to have an expiration date." : "Vanhenemispäivän tyhjentäminen ei onnistu. Jaoille on määritelty pakolliseksi vanhenemispäivä.", - "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", - "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", - "Sharing failed, because the user %s is the original sharer" : "Jakaminen epäonnistui, koska käyttäjä %s ei ole alkuperäinen jakaja", - "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", - "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", - "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", - "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", - "A valid password must be provided" : "Anna kelvollinen salasana", - "The username is already being used" : "Käyttäjätunnus on jo käytössä", "No database drivers (sqlite, mysql, or postgresql) installed." : "Tietokanta-ajureita (sqlite, mysql tai postgresql) ei ole asennettu.", "Microsoft Windows Platform is not supported" : "Microsoft Windows -alusta ei ole tuettu", "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "ownCloud-palvelin ei ole tuettu Microsoft Windows -alustalla. Suosittelemme käyttämään Linux-palvelinta virtuaalikoneessa, jos itse palvelimeen ei voi asentaa Linux-jakelua käyttöjärjestelmäksi. Linux-paketit ja virtuaalikoneiden levykuvat ovat saatavilla osoitteesta <a href=\"%s\">%s</a>. Tarjoamme vinkkejä ja siirtoskriptejä nykyisten asennusten siirtämiseksi Linux-alustalle <a href=\"%s\">dokumenaation kautta</a>.", @@ -134,6 +111,32 @@ "Check the value of \"datadirectory\" in your configuration" : "Tarkista \"datadirectory\"-arvo asetuksistasi", "Data directory (%s) is invalid" : "Datakansio (%s) on virheellinen", "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että datakansion juuressa on tiedosto \".ocdata\".", + "Invalid Federated Cloud ID" : "Virheellinen federoidun pilven tunniste", + "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi", + "Sharing %s failed, because the file does not exist" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei ole olemassa", + "Sharing %s failed, because you can not share with yourself" : "Kohteen %s jakaminen epäonnistui, koska et voi jakaa itsesi kanssa", + "Sharing %s failed, because the user %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska käyttäjää %s ei ole olemassa", + "Sharing %s failed, because this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because this item is already shared with user %s" : "Kohteen %s jakaminen epäonnistui, koska kohde on jo jaettu käyttäjän %s kanssa", + "Sharing %s failed, because the group %s does not exist" : "Kohteen %s jakaminen epäonnistui, koska ryhmää %s ei ole olemassa", + "Sharing %s failed, because %s is not a member of the group %s" : "Kohteen %s jakaminen epäonnistui, koska käyttäjä %s ei ole ryhmän %s jäsen", + "You need to provide a password to create a public link, only protected links are allowed" : "Anna salasana luodaksesi julkisen linkin. Vain suojatut linkit ovat sallittuja", + "Sharing %s failed, because sharing with links is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen linkkejä käyttäen ei ole sallittu", + "Not allowed to create a federated share with the same user" : "Saman käyttäjän kanssa ei ole sallittua luoda federoitua jakoa", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Kohteen %s jakaminen epäonnistui, kohdetta %s ei löytynyt. Kenties palvelin ei ole juuri nyt tavoitettavissa.", + "Setting permissions for %s failed, because the item was not found" : "Kohteen %s oikeuksien asettaminen epäonnistui, koska kohdetta ei löytynyt", + "Cannot set expiration date. Expiration date is in the past" : "Vanhentumispäivää ei voi asettaa. Vanhentumispäivä on jo mennyt", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Vanhenemispäivän tyhjentäminen ei onnistu. Jaoille on määritelty pakolliseksi vanhenemispäivä.", + "Sharing backend %s not found" : "Jakamisen taustaosaa %s ei löytynyt", + "Sharing backend for %s not found" : "Jakamisen taustaosaa kohteelle %s ei löytynyt", + "Sharing failed, because the user %s is the original sharer" : "Jakaminen epäonnistui, koska käyttäjä %s ei ole alkuperäinen jakaja", + "Sharing %s failed, because resharing is not allowed" : "Kohteen %s jakaminen epäonnistui, koska jakaminen uudelleen ei ole sallittu", + "Sharing %s failed, because the file could not be found in the file cache" : "Kohteen %s jakaminen epäonnistui, koska tiedostoa ei löytynyt tiedostovälimuistista", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Vain seuraavat merkit ovat sallittuja käyttäjätunnuksessa: \"a-z\", \"A-Z\", \"0-9\" ja \"_.@-'\"", + "A valid username must be provided" : "Anna kelvollinen käyttäjätunnus", + "Username contains whitespace at the beginning or at the end" : "Käyttäjätunnus sisältää tyhjätilaa joko alussa tai lopussa", + "A valid password must be provided" : "Anna kelvollinen salasana", + "The username is already being used" : "Käyttäjätunnus on jo käytössä", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 68e73ce38ec..66d5ac044c7 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -9,6 +9,7 @@ OC.L10N.register( "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" : "Foi detectado que a configuração exemplo foi copiada. Isso pode desestabilizar sua instalação e nĂŁo Ă© suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", "PHP %s or higher is required." : "É requerido PHP %s ou superior.", "PHP with a version lower than %s is required." : "É requerida uma versĂŁo PHP mais antiga que a %s .", + "%sbit or higher PHP required." : "%sbit ou maior Ă© requerido.", "Following databases are supported: %s" : "Following databases are supported: %s", "The command line tool %s could not be found" : "A ferramenta de linha de comando %s nĂŁo pode ser encontrada", "The library %s is not available." : "A biblioteca %s nĂŁo está disponĂvel.", @@ -93,6 +94,37 @@ OC.L10N.register( "Authentication error" : "Erro de autenticação", "Token expired. Please reload page." : "Token expirou. Por favor recarregue a página.", "Unknown user" : "Usuário desconhecido", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", + "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows nĂŁo Ă© suportada", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "NĂŁo Ă© suportado execução do ownCloud Server na plataforma Microsoft Windows. NĂłs sugerimos que vocĂŞ use um servidor Linux em uma máquina virtual, se vocĂŞ nĂŁo tem opção para migrar o prĂłprio servidor. Encontre pacotes Linux, bem como imagens de máquinas virtuais fáceis de implantar em <a href=\"%s\">%s</a>. Para migrar as instalações existentes para Linux pode encontrar algumas dicas e um script de migração em <a href=\"%s\">nossa documentação</a>.", + "Cannot write into \"config\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"config\"", + "Cannot write into \"apps\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser corrigido dando ao webserver permissĂŁo de escrita %sgiving para o diretĂłrio apps directory%s ou desabilitando o appstore no arquivo de configuração.", + "Cannot create \"data\" directory (%s)" : "NĂŁo pode ser criado \"dados\" no diretĂłrio (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Esta geralmente pode ser fixado por <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dando permissĂŁo de gravação ao diretĂłrio raiz do servidor</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissĂŁo de escita %sgiving ao webserver para o diretĂłrio raiz directory%s", + "Setting locale to %s failed" : "Falha ao configurar localidade para %s", + "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o mĂłdulo.", + "PHP module %s not installed." : "MĂłdulo PHP %s nĂŁo instalado.", + "PHP setting \"%s\" is not set to \"%s\"." : "Configurações \"%s\" PHP nĂŁo está configurado para \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "Ajustando esta configuração no php.ini irá fazer o ownCloud rodar novamente", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" em vez do valor esperado \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 Ă© a mĂnima versĂŁo requerida. Atualmente a versĂŁo %s está instalada.", + "To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versĂŁo da sua libxml2 e reinicie seu servidor web.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está, aparentemente, configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do nĂşcleo fiquem inacessĂveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente Ă© causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "MĂłdulos do PHP foram instalados, mas eles ainda estĂŁo listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", + "Please upgrade your database version" : "Por favor, atualize sua versĂŁo do banco de dados", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretĂłrio nĂŁo possa ser listado por outros usuários.", + "Data directory (%s) is readable by other users" : "DiretĂłrio de dados (%s) pode ser lido por outros usuários", + "Data directory (%s) must be an absolute path" : "DiretĂłrio de dados (%s) deve ser um caminho absoluto", + "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"diretĂłriodedados\" na sua configuração", + "Data directory (%s) is invalid" : "DiretĂłrio de dados (%s) Ă© inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretĂłrio de dados contĂ©m um arquivo \".ocdata\" em sua raiz.", "Invalid Federated Cloud ID" : "Associação Inválida de Nuvem ID", "%s shared »%s« with you" : "%s compartilhou »%s« com vocĂŞ", "%s via %s" : "%s via %s", @@ -128,37 +160,6 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "O nome de usuário contĂ©m espaço em branco no inĂcio ou no fim", "A valid password must be provided" : "Forneça uma senha válida", "The username is already being used" : "Este nome de usuário já está sendo usado", - "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", - "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows nĂŁo Ă© suportada", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "NĂŁo Ă© suportado execução do ownCloud Server na plataforma Microsoft Windows. NĂłs sugerimos que vocĂŞ use um servidor Linux em uma máquina virtual, se vocĂŞ nĂŁo tem opção para migrar o prĂłprio servidor. Encontre pacotes Linux, bem como imagens de máquinas virtuais fáceis de implantar em <a href=\"%s\">%s</a>. Para migrar as instalações existentes para Linux pode encontrar algumas dicas e um script de migração em <a href=\"%s\">nossa documentação</a>.", - "Cannot write into \"config\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"config\"", - "Cannot write into \"apps\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"apps\"", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser corrigido dando ao webserver permissĂŁo de escrita %sgiving para o diretĂłrio apps directory%s ou desabilitando o appstore no arquivo de configuração.", - "Cannot create \"data\" directory (%s)" : "NĂŁo pode ser criado \"dados\" no diretĂłrio (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Esta geralmente pode ser fixado por <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dando permissĂŁo de gravação ao diretĂłrio raiz do servidor</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissĂŁo de escita %sgiving ao webserver para o diretĂłrio raiz directory%s", - "Setting locale to %s failed" : "Falha ao configurar localidade para %s", - "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", - "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o mĂłdulo.", - "PHP module %s not installed." : "MĂłdulo PHP %s nĂŁo instalado.", - "PHP setting \"%s\" is not set to \"%s\"." : "Configurações \"%s\" PHP nĂŁo está configurado para \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "Ajustando esta configuração no php.ini irá fazer o ownCloud rodar novamente", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" em vez do valor esperado \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 Ă© a mĂnima versĂŁo requerida. Atualmente a versĂŁo %s está instalada.", - "To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versĂŁo da sua libxml2 e reinicie seu servidor web.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está, aparentemente, configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do nĂşcleo fiquem inacessĂveis.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente Ă© causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "MĂłdulos do PHP foram instalados, mas eles ainda estĂŁo listados como desaparecidos?", - "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", - "Please upgrade your database version" : "Por favor, atualize sua versĂŁo do banco de dados", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretĂłrio nĂŁo possa ser listado por outros usuários.", - "Data directory (%s) is readable by other users" : "DiretĂłrio de dados (%s) pode ser lido por outros usuários", - "Data directory (%s) must be an absolute path" : "DiretĂłrio de dados (%s) deve ser um caminho absoluto", - "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"diretĂłriodedados\" na sua configuração", - "Data directory (%s) is invalid" : "DiretĂłrio de dados (%s) Ă© inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretĂłrio de dados contĂ©m um arquivo \".ocdata\" em sua raiz.", "Could not obtain lock type %d on \"%s\"." : "NĂŁo foi possĂvel obter tipo de bloqueio %d em \"%s\".", "Storage unauthorized. %s" : "Armazenamento nĂŁo autorizado. %s", "Storage incomplete configuration. %s" : "Incompleta configuração de armazenamento. %s", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 00ca99a4642..c91c70a276f 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -7,6 +7,7 @@ "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" : "Foi detectado que a configuração exemplo foi copiada. Isso pode desestabilizar sua instalação e nĂŁo Ă© suportado. Por favor, leia a documentação antes de realizar mudanças no config.php", "PHP %s or higher is required." : "É requerido PHP %s ou superior.", "PHP with a version lower than %s is required." : "É requerida uma versĂŁo PHP mais antiga que a %s .", + "%sbit or higher PHP required." : "%sbit ou maior Ă© requerido.", "Following databases are supported: %s" : "Following databases are supported: %s", "The command line tool %s could not be found" : "A ferramenta de linha de comando %s nĂŁo pode ser encontrada", "The library %s is not available." : "A biblioteca %s nĂŁo está disponĂvel.", @@ -91,6 +92,37 @@ "Authentication error" : "Erro de autenticação", "Token expired. Please reload page." : "Token expirou. Por favor recarregue a página.", "Unknown user" : "Usuário desconhecido", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", + "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows nĂŁo Ă© suportada", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "NĂŁo Ă© suportado execução do ownCloud Server na plataforma Microsoft Windows. NĂłs sugerimos que vocĂŞ use um servidor Linux em uma máquina virtual, se vocĂŞ nĂŁo tem opção para migrar o prĂłprio servidor. Encontre pacotes Linux, bem como imagens de máquinas virtuais fáceis de implantar em <a href=\"%s\">%s</a>. Para migrar as instalações existentes para Linux pode encontrar algumas dicas e um script de migração em <a href=\"%s\">nossa documentação</a>.", + "Cannot write into \"config\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"config\"", + "Cannot write into \"apps\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser corrigido dando ao webserver permissĂŁo de escrita %sgiving para o diretĂłrio apps directory%s ou desabilitando o appstore no arquivo de configuração.", + "Cannot create \"data\" directory (%s)" : "NĂŁo pode ser criado \"dados\" no diretĂłrio (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Esta geralmente pode ser fixado por <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dando permissĂŁo de gravação ao diretĂłrio raiz do servidor</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissĂŁo de escita %sgiving ao webserver para o diretĂłrio raiz directory%s", + "Setting locale to %s failed" : "Falha ao configurar localidade para %s", + "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", + "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o mĂłdulo.", + "PHP module %s not installed." : "MĂłdulo PHP %s nĂŁo instalado.", + "PHP setting \"%s\" is not set to \"%s\"." : "Configurações \"%s\" PHP nĂŁo está configurado para \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "Ajustando esta configuração no php.ini irá fazer o ownCloud rodar novamente", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" em vez do valor esperado \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 Ă© a mĂnima versĂŁo requerida. Atualmente a versĂŁo %s está instalada.", + "To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versĂŁo da sua libxml2 e reinicie seu servidor web.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está, aparentemente, configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do nĂşcleo fiquem inacessĂveis.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente Ă© causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "MĂłdulos do PHP foram instalados, mas eles ainda estĂŁo listados como desaparecidos?", + "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", + "Please upgrade your database version" : "Por favor, atualize sua versĂŁo do banco de dados", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretĂłrio nĂŁo possa ser listado por outros usuários.", + "Data directory (%s) is readable by other users" : "DiretĂłrio de dados (%s) pode ser lido por outros usuários", + "Data directory (%s) must be an absolute path" : "DiretĂłrio de dados (%s) deve ser um caminho absoluto", + "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"diretĂłriodedados\" na sua configuração", + "Data directory (%s) is invalid" : "DiretĂłrio de dados (%s) Ă© inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretĂłrio de dados contĂ©m um arquivo \".ocdata\" em sua raiz.", "Invalid Federated Cloud ID" : "Associação Inválida de Nuvem ID", "%s shared »%s« with you" : "%s compartilhou »%s« com vocĂŞ", "%s via %s" : "%s via %s", @@ -126,37 +158,6 @@ "Username contains whitespace at the beginning or at the end" : "O nome de usuário contĂ©m espaço em branco no inĂcio ou no fim", "A valid password must be provided" : "Forneça uma senha válida", "The username is already being used" : "Este nome de usuário já está sendo usado", - "No database drivers (sqlite, mysql, or postgresql) installed." : "Nenhum driver de banco de dados (sqlite, mysql, or postgresql) instalado.", - "Microsoft Windows Platform is not supported" : "Plataforma Microsoft Windows nĂŁo Ă© suportada", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "NĂŁo Ă© suportado execução do ownCloud Server na plataforma Microsoft Windows. NĂłs sugerimos que vocĂŞ use um servidor Linux em uma máquina virtual, se vocĂŞ nĂŁo tem opção para migrar o prĂłprio servidor. Encontre pacotes Linux, bem como imagens de máquinas virtuais fáceis de implantar em <a href=\"%s\">%s</a>. Para migrar as instalações existentes para Linux pode encontrar algumas dicas e um script de migração em <a href=\"%s\">nossa documentação</a>.", - "Cannot write into \"config\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"config\"", - "Cannot write into \"apps\" directory" : "NĂŁo Ă© possĂvel gravar no diretĂłrio \"apps\"", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Isto pode ser corrigido dando ao webserver permissĂŁo de escrita %sgiving para o diretĂłrio apps directory%s ou desabilitando o appstore no arquivo de configuração.", - "Cannot create \"data\" directory (%s)" : "NĂŁo pode ser criado \"dados\" no diretĂłrio (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Esta geralmente pode ser fixado por <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">dando permissĂŁo de gravação ao diretĂłrio raiz do servidor</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas dando permissĂŁo de escita %sgiving ao webserver para o diretĂłrio raiz directory%s", - "Setting locale to %s failed" : "Falha ao configurar localidade para %s", - "Please install one of these locales on your system and restart your webserver." : "Por favor, defina uma dessas localizações em seu sistema e reinicie o seu servidor web.", - "Please ask your server administrator to install the module." : "Por favor, peça ao seu administrador do servidor para instalar o mĂłdulo.", - "PHP module %s not installed." : "MĂłdulo PHP %s nĂŁo instalado.", - "PHP setting \"%s\" is not set to \"%s\"." : "Configurações \"%s\" PHP nĂŁo está configurado para \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "Ajustando esta configuração no php.ini irá fazer o ownCloud rodar novamente", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está definido para \"%s\" em vez do valor esperado \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para corrigir esse problema defina <code>mbstring.func_overload</code> para <code>0</code> em seu php.ini", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "A libxml2 2.7.0 Ă© a mĂnima versĂŁo requerida. Atualmente a versĂŁo %s está instalada.", - "To fix this issue update your libxml2 version and restart your web server." : "Para corrigir este problema, atualize a versĂŁo da sua libxml2 e reinicie seu servidor web.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está, aparentemente, configurado para retirar blocos doc inline. Isso fará com que vários aplicativos do nĂşcleo fiquem inacessĂveis.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isso provavelmente Ă© causado por uma cache/acelerador, como Zend OPcache ou eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "MĂłdulos do PHP foram instalados, mas eles ainda estĂŁo listados como desaparecidos?", - "Please ask your server administrator to restart the web server." : "Por favor, peça ao seu administrador do servidor para reiniciar o servidor web.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requirido", - "Please upgrade your database version" : "Por favor, atualize sua versĂŁo do banco de dados", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, altere as permissões para 0770 para que o diretĂłrio nĂŁo possa ser listado por outros usuários.", - "Data directory (%s) is readable by other users" : "DiretĂłrio de dados (%s) pode ser lido por outros usuários", - "Data directory (%s) must be an absolute path" : "DiretĂłrio de dados (%s) deve ser um caminho absoluto", - "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"diretĂłriodedados\" na sua configuração", - "Data directory (%s) is invalid" : "DiretĂłrio de dados (%s) Ă© inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretĂłrio de dados contĂ©m um arquivo \".ocdata\" em sua raiz.", "Could not obtain lock type %d on \"%s\"." : "NĂŁo foi possĂvel obter tipo de bloqueio %d em \"%s\".", "Storage unauthorized. %s" : "Armazenamento nĂŁo autorizado. %s", "Storage incomplete configuration. %s" : "Incompleta configuração de armazenamento. %s", diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index acfdae7642f..90179954698 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -9,6 +9,7 @@ OC.L10N.register( "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" : "U pa se Ă«shtĂ« kopjuar shembulli pĂ«r formĂ«sime. Kjo mund tĂ« prishĂ« instalimin tuaj dhe nuk mbulohet. Ju lutemi, lexoni dokumentimin, pĂ«rpara se tĂ« kryeni ndryshime te config.php", "PHP %s or higher is required." : "Lypse PHP %s ose mĂ« sipĂ«r.", "PHP with a version lower than %s is required." : "Lypset PHP me njĂ« version mĂ« tĂ« ulĂ«t se sa %s.", + "%sbit or higher PHP required." : "Lypset PHP %sbit ose mĂ« i ri.", "Following databases are supported: %s" : "Mbulohen bazat vijuese tĂ« tĂ« dhĂ«nave: %s", "The command line tool %s could not be found" : "Mjeti rresht urdhrash %s s’u gjet dot", "The library %s is not available." : "Libraria %s s’ështĂ« e passhme.", @@ -93,6 +94,37 @@ OC.L10N.register( "Authentication error" : "Gabim mirĂ«filltĂ«simi", "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutemi, ringarkoni faqen.", "Unknown user" : "PĂ«rdorues i panjohur", + "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza tĂ« dhĂ«nash (sqlite, mysql, ose postgresql) tĂ« instaluara.", + "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform nuk mbulohet", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Xhirimi i shĂ«rbyesit ownCloud nĂ« platformĂ«n Microsoft Windows nuk mbulohet. NĂ«se nuk mundeni tĂ« migroni vetĂ« shĂ«rbyesin, kĂ«shillojmĂ« tĂ« pĂ«rdorni njĂ« shĂ«rbyes Linux nĂ« njĂ« makinĂ« virtuale. Gjeni paketa Linux, si dhe paketa makinash virtuale tĂ« lehta pĂ«r t’u vĂ«nĂ« nĂ« punĂ«, te <a href=\"%s\">%s</a>. Rreth migrimit nĂ« Linux tĂ« instalimeve ekzistuese mund tĂ« gjeni disa kĂ«shilla dhe njĂ« programth migrimi te <a href=\"%s\">dokumentimi ynĂ«</a>.", + "Cannot write into \"config\" directory" : "S’shkruhet dot te drejtoria \"config\"", + "Cannot write into \"apps\" directory" : "S’shkruhet dot te drejtoria \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Zakonisht kjo mund tĂ« ndreqet duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« e aplikacionit%s ose duke e çaktivizuar appstore-in te kartela e formĂ«simit.", + "Cannot create \"data\" directory (%s)" : "S’krijohet dot drejtoria \"data\" (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Zakonisht kjo mund tĂ« ndreqet duke <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">i akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund tĂ« ndreqen duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«%s.", + "Setting locale to %s failed" : "Caktimi i gjuhĂ«s si %s dĂ«shtoi", + "Please install one of these locales on your system and restart your webserver." : "Ju lutemi, instaloni te sistemi juaj njĂ« prej kĂ«tyre vendoreve dhe rinisni shĂ«rbyesin tuaj web.", + "Please ask your server administrator to install the module." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit ta instalojĂ« modulin.", + "PHP module %s not installed." : "Moduli PHP %s s’ështĂ« i instaluar.", + "PHP setting \"%s\" is not set to \"%s\"." : "Rregullimi PHP \"%s\" s’ështĂ« vĂ«nĂ« si \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "SaktĂ«simi i kĂ«tij rregullimi te php.ini do tĂ« bĂ«jĂ« qĂ« ownCloud-i tĂ« punojĂ« sĂ«rish", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload Ă«shtĂ« caktuar si \"%s\", nĂ« vend tĂ« vlerĂ«s sĂ« pritshme \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "PĂ«r ta ndrequr kĂ«tĂ« problem, caktoni pĂ«r <code>mbstring.func_overload</code> vlerĂ«n <code>0</code> te php.ini juaj", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "Lypset tĂ« paktĂ«n libxml2 2.7.0. HĂ«pĂ«rhĂ« e instaluar Ă«shtĂ« %s.", + "To fix this issue update your libxml2 version and restart your web server." : "PĂ«r tĂ« ndrequr kĂ«tĂ« problem, pĂ«rditĂ«soni libxml2 dhe rinisni shĂ«rbyesin tuaj web.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Me sa duket, PHP-ja Ă«shtĂ« rregulluar qĂ« tĂ« heqĂ« blloqe tĂ« brendshĂ«m dokumentimi. Kjo do t’i nxjerrĂ« nga funksionimi disa aplikacione bazĂ«.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa tĂ« jetĂ« shkaktuar nga njĂ« fshehtinĂ«/pĂ«rshpejtues i tillĂ« si Zend OPcache ose eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "Modulet PHP janĂ« instaluar, por tregohen ende sikur mungojnĂ«?", + "Please ask your server administrator to restart the web server." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit tuaj tĂ« rinisĂ« shĂ«rbyesin web.", + "PostgreSQL >= 9 required" : "Lypset PostgreSQL >= 9", + "Please upgrade your database version" : "Ju lutemi, pĂ«rmirĂ«soni bazĂ«n tuaj tĂ« tĂ« dhĂ«nave me njĂ« version mĂ« tĂ« ri.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet nĂ« 0770, qĂ« kĂ«shtu atĂ« drejtori tĂ« mos mund ta shfaqin pĂ«rdorues tĂ« tjerĂ«.", + "Data directory (%s) is readable by other users" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e lexueshme nga pĂ«rdorues tĂ« tjerĂ«", + "Data directory (%s) must be an absolute path" : "Drejtoria e tĂ« dhĂ«nave (%s) duhet tĂ« jepĂ« njĂ« shteg absolut", + "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerĂ«n e \"datadirectory\" te formĂ«simi juaj", + "Data directory (%s) is invalid" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e pavlefshme", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni qĂ« drejtoria e tĂ« dhĂ«nave pĂ«rmban nĂ« rrĂ«njĂ«n e saj njĂ« kartelĂ« \".ocdata\".", "Invalid Federated Cloud ID" : "ID Federated Cloud e pavlefshme", "%s shared »%s« with you" : "%s ndau me ju »%s«", "%s via %s" : "%s pĂ«rmes %s", @@ -128,37 +160,6 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Emri i pĂ«rdoruesit pĂ«rmban hapĂ«sirĂ« nĂ« fillim ose nĂ« fund", "A valid password must be provided" : "Duhet dhĂ«nĂ« njĂ« fjalĂ«kalim i vlefshĂ«m", "The username is already being used" : "Emri i pĂ«rdoruesit Ă«shtĂ« tashmĂ« i pĂ«rdorur", - "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza tĂ« dhĂ«nash (sqlite, mysql, ose postgresql) tĂ« instaluara.", - "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform nuk mbulohet", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Xhirimi i shĂ«rbyesit ownCloud nĂ« platformĂ«n Microsoft Windows nuk mbulohet. NĂ«se nuk mundeni tĂ« migroni vetĂ« shĂ«rbyesin, kĂ«shillojmĂ« tĂ« pĂ«rdorni njĂ« shĂ«rbyes Linux nĂ« njĂ« makinĂ« virtuale. Gjeni paketa Linux, si dhe paketa makinash virtuale tĂ« lehta pĂ«r t’u vĂ«nĂ« nĂ« punĂ«, te <a href=\"%s\">%s</a>. Rreth migrimit nĂ« Linux tĂ« instalimeve ekzistuese mund tĂ« gjeni disa kĂ«shilla dhe njĂ« programth migrimi te <a href=\"%s\">dokumentimi ynĂ«</a>.", - "Cannot write into \"config\" directory" : "S’shkruhet dot te drejtoria \"config\"", - "Cannot write into \"apps\" directory" : "S’shkruhet dot te drejtoria \"apps\"", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Zakonisht kjo mund tĂ« ndreqet duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« e aplikacionit%s ose duke e çaktivizuar appstore-in te kartela e formĂ«simit.", - "Cannot create \"data\" directory (%s)" : "S’krijohet dot drejtoria \"data\" (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Zakonisht kjo mund tĂ« ndreqet duke <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">i akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund tĂ« ndreqen duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«%s.", - "Setting locale to %s failed" : "Caktimi i gjuhĂ«s si %s dĂ«shtoi", - "Please install one of these locales on your system and restart your webserver." : "Ju lutemi, instaloni te sistemi juaj njĂ« prej kĂ«tyre vendoreve dhe rinisni shĂ«rbyesin tuaj web.", - "Please ask your server administrator to install the module." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit ta instalojĂ« modulin.", - "PHP module %s not installed." : "Moduli PHP %s s’ështĂ« i instaluar.", - "PHP setting \"%s\" is not set to \"%s\"." : "Rregullimi PHP \"%s\" s’ështĂ« vĂ«nĂ« si \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "SaktĂ«simi i kĂ«tij rregullimi te php.ini do tĂ« bĂ«jĂ« qĂ« ownCloud-i tĂ« punojĂ« sĂ«rish", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload Ă«shtĂ« caktuar si \"%s\", nĂ« vend tĂ« vlerĂ«s sĂ« pritshme \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "PĂ«r ta ndrequr kĂ«tĂ« problem, caktoni pĂ«r <code>mbstring.func_overload</code> vlerĂ«n <code>0</code> te php.ini juaj", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "Lypset tĂ« paktĂ«n libxml2 2.7.0. HĂ«pĂ«rhĂ« e instaluar Ă«shtĂ« %s.", - "To fix this issue update your libxml2 version and restart your web server." : "PĂ«r tĂ« ndrequr kĂ«tĂ« problem, pĂ«rditĂ«soni libxml2 dhe rinisni shĂ«rbyesin tuaj web.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Me sa duket, PHP-ja Ă«shtĂ« rregulluar qĂ« tĂ« heqĂ« blloqe tĂ« brendshĂ«m dokumentimi. Kjo do t’i nxjerrĂ« nga funksionimi disa aplikacione bazĂ«.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa tĂ« jetĂ« shkaktuar nga njĂ« fshehtinĂ«/pĂ«rshpejtues i tillĂ« si Zend OPcache ose eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "Modulet PHP janĂ« instaluar, por tregohen ende sikur mungojnĂ«?", - "Please ask your server administrator to restart the web server." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit tuaj tĂ« rinisĂ« shĂ«rbyesin web.", - "PostgreSQL >= 9 required" : "Lypset PostgreSQL >= 9", - "Please upgrade your database version" : "Ju lutemi, pĂ«rmirĂ«soni bazĂ«n tuaj tĂ« tĂ« dhĂ«nave me njĂ« version mĂ« tĂ« ri.", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet nĂ« 0770, qĂ« kĂ«shtu atĂ« drejtori tĂ« mos mund ta shfaqin pĂ«rdorues tĂ« tjerĂ«.", - "Data directory (%s) is readable by other users" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e lexueshme nga pĂ«rdorues tĂ« tjerĂ«", - "Data directory (%s) must be an absolute path" : "Drejtoria e tĂ« dhĂ«nave (%s) duhet tĂ« jepĂ« njĂ« shteg absolut", - "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerĂ«n e \"datadirectory\" te formĂ«simi juaj", - "Data directory (%s) is invalid" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e pavlefshme", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni qĂ« drejtoria e tĂ« dhĂ«nave pĂ«rmban nĂ« rrĂ«njĂ«n e saj njĂ« kartelĂ« \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "S’u mor dot lloj kyçjeje %d nĂ« \"%s\".", "Storage unauthorized. %s" : "DepozitĂ« e paautorizuar. %s", "Storage incomplete configuration. %s" : "FormĂ«sim jo i plotĂ« i depozitĂ«s. %s", diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index b0d4f735894..fde868930ab 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -7,6 +7,7 @@ "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" : "U pa se Ă«shtĂ« kopjuar shembulli pĂ«r formĂ«sime. Kjo mund tĂ« prishĂ« instalimin tuaj dhe nuk mbulohet. Ju lutemi, lexoni dokumentimin, pĂ«rpara se tĂ« kryeni ndryshime te config.php", "PHP %s or higher is required." : "Lypse PHP %s ose mĂ« sipĂ«r.", "PHP with a version lower than %s is required." : "Lypset PHP me njĂ« version mĂ« tĂ« ulĂ«t se sa %s.", + "%sbit or higher PHP required." : "Lypset PHP %sbit ose mĂ« i ri.", "Following databases are supported: %s" : "Mbulohen bazat vijuese tĂ« tĂ« dhĂ«nave: %s", "The command line tool %s could not be found" : "Mjeti rresht urdhrash %s s’u gjet dot", "The library %s is not available." : "Libraria %s s’ështĂ« e passhme.", @@ -91,6 +92,37 @@ "Authentication error" : "Gabim mirĂ«filltĂ«simi", "Token expired. Please reload page." : "Token-i ka skaduar. Ju lutemi, ringarkoni faqen.", "Unknown user" : "PĂ«rdorues i panjohur", + "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza tĂ« dhĂ«nash (sqlite, mysql, ose postgresql) tĂ« instaluara.", + "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform nuk mbulohet", + "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Xhirimi i shĂ«rbyesit ownCloud nĂ« platformĂ«n Microsoft Windows nuk mbulohet. NĂ«se nuk mundeni tĂ« migroni vetĂ« shĂ«rbyesin, kĂ«shillojmĂ« tĂ« pĂ«rdorni njĂ« shĂ«rbyes Linux nĂ« njĂ« makinĂ« virtuale. Gjeni paketa Linux, si dhe paketa makinash virtuale tĂ« lehta pĂ«r t’u vĂ«nĂ« nĂ« punĂ«, te <a href=\"%s\">%s</a>. Rreth migrimit nĂ« Linux tĂ« instalimeve ekzistuese mund tĂ« gjeni disa kĂ«shilla dhe njĂ« programth migrimi te <a href=\"%s\">dokumentimi ynĂ«</a>.", + "Cannot write into \"config\" directory" : "S’shkruhet dot te drejtoria \"config\"", + "Cannot write into \"apps\" directory" : "S’shkruhet dot te drejtoria \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Zakonisht kjo mund tĂ« ndreqet duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« e aplikacionit%s ose duke e çaktivizuar appstore-in te kartela e formĂ«simit.", + "Cannot create \"data\" directory (%s)" : "S’krijohet dot drejtoria \"data\" (%s)", + "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Zakonisht kjo mund tĂ« ndreqet duke <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">i akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«</a>.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund tĂ« ndreqen duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«%s.", + "Setting locale to %s failed" : "Caktimi i gjuhĂ«s si %s dĂ«shtoi", + "Please install one of these locales on your system and restart your webserver." : "Ju lutemi, instaloni te sistemi juaj njĂ« prej kĂ«tyre vendoreve dhe rinisni shĂ«rbyesin tuaj web.", + "Please ask your server administrator to install the module." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit ta instalojĂ« modulin.", + "PHP module %s not installed." : "Moduli PHP %s s’ështĂ« i instaluar.", + "PHP setting \"%s\" is not set to \"%s\"." : "Rregullimi PHP \"%s\" s’ështĂ« vĂ«nĂ« si \"%s\".", + "Adjusting this setting in php.ini will make ownCloud run again" : "SaktĂ«simi i kĂ«tij rregullimi te php.ini do tĂ« bĂ«jĂ« qĂ« ownCloud-i tĂ« punojĂ« sĂ«rish", + "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload Ă«shtĂ« caktuar si \"%s\", nĂ« vend tĂ« vlerĂ«s sĂ« pritshme \"0\"", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "PĂ«r ta ndrequr kĂ«tĂ« problem, caktoni pĂ«r <code>mbstring.func_overload</code> vlerĂ«n <code>0</code> te php.ini juaj", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "Lypset tĂ« paktĂ«n libxml2 2.7.0. HĂ«pĂ«rhĂ« e instaluar Ă«shtĂ« %s.", + "To fix this issue update your libxml2 version and restart your web server." : "PĂ«r tĂ« ndrequr kĂ«tĂ« problem, pĂ«rditĂ«soni libxml2 dhe rinisni shĂ«rbyesin tuaj web.", + "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Me sa duket, PHP-ja Ă«shtĂ« rregulluar qĂ« tĂ« heqĂ« blloqe tĂ« brendshĂ«m dokumentimi. Kjo do t’i nxjerrĂ« nga funksionimi disa aplikacione bazĂ«.", + "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa tĂ« jetĂ« shkaktuar nga njĂ« fshehtinĂ«/pĂ«rshpejtues i tillĂ« si Zend OPcache ose eAccelerator.", + "PHP modules have been installed, but they are still listed as missing?" : "Modulet PHP janĂ« instaluar, por tregohen ende sikur mungojnĂ«?", + "Please ask your server administrator to restart the web server." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit tuaj tĂ« rinisĂ« shĂ«rbyesin web.", + "PostgreSQL >= 9 required" : "Lypset PostgreSQL >= 9", + "Please upgrade your database version" : "Ju lutemi, pĂ«rmirĂ«soni bazĂ«n tuaj tĂ« tĂ« dhĂ«nave me njĂ« version mĂ« tĂ« ri.", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet nĂ« 0770, qĂ« kĂ«shtu atĂ« drejtori tĂ« mos mund ta shfaqin pĂ«rdorues tĂ« tjerĂ«.", + "Data directory (%s) is readable by other users" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e lexueshme nga pĂ«rdorues tĂ« tjerĂ«", + "Data directory (%s) must be an absolute path" : "Drejtoria e tĂ« dhĂ«nave (%s) duhet tĂ« jepĂ« njĂ« shteg absolut", + "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerĂ«n e \"datadirectory\" te formĂ«simi juaj", + "Data directory (%s) is invalid" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e pavlefshme", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni qĂ« drejtoria e tĂ« dhĂ«nave pĂ«rmban nĂ« rrĂ«njĂ«n e saj njĂ« kartelĂ« \".ocdata\".", "Invalid Federated Cloud ID" : "ID Federated Cloud e pavlefshme", "%s shared »%s« with you" : "%s ndau me ju »%s«", "%s via %s" : "%s pĂ«rmes %s", @@ -126,37 +158,6 @@ "Username contains whitespace at the beginning or at the end" : "Emri i pĂ«rdoruesit pĂ«rmban hapĂ«sirĂ« nĂ« fillim ose nĂ« fund", "A valid password must be provided" : "Duhet dhĂ«nĂ« njĂ« fjalĂ«kalim i vlefshĂ«m", "The username is already being used" : "Emri i pĂ«rdoruesit Ă«shtĂ« tashmĂ« i pĂ«rdorur", - "No database drivers (sqlite, mysql, or postgresql) installed." : "S’ka baza tĂ« dhĂ«nash (sqlite, mysql, ose postgresql) tĂ« instaluara.", - "Microsoft Windows Platform is not supported" : "Microsoft Windows Platform nuk mbulohet", - "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Xhirimi i shĂ«rbyesit ownCloud nĂ« platformĂ«n Microsoft Windows nuk mbulohet. NĂ«se nuk mundeni tĂ« migroni vetĂ« shĂ«rbyesin, kĂ«shillojmĂ« tĂ« pĂ«rdorni njĂ« shĂ«rbyes Linux nĂ« njĂ« makinĂ« virtuale. Gjeni paketa Linux, si dhe paketa makinash virtuale tĂ« lehta pĂ«r t’u vĂ«nĂ« nĂ« punĂ«, te <a href=\"%s\">%s</a>. Rreth migrimit nĂ« Linux tĂ« instalimeve ekzistuese mund tĂ« gjeni disa kĂ«shilla dhe njĂ« programth migrimi te <a href=\"%s\">dokumentimi ynĂ«</a>.", - "Cannot write into \"config\" directory" : "S’shkruhet dot te drejtoria \"config\"", - "Cannot write into \"apps\" directory" : "S’shkruhet dot te drejtoria \"apps\"", - "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Zakonisht kjo mund tĂ« ndreqet duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« e aplikacionit%s ose duke e çaktivizuar appstore-in te kartela e formĂ«simit.", - "Cannot create \"data\" directory (%s)" : "S’krijohet dot drejtoria \"data\" (%s)", - "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "Zakonisht kjo mund tĂ« ndreqet duke <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">i akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«</a>.", - "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund tĂ« ndreqen duke %si akorduar shĂ«rbyesit web tĂ« drejta shkrimi mbi drejtorinĂ« rrĂ«njĂ«%s.", - "Setting locale to %s failed" : "Caktimi i gjuhĂ«s si %s dĂ«shtoi", - "Please install one of these locales on your system and restart your webserver." : "Ju lutemi, instaloni te sistemi juaj njĂ« prej kĂ«tyre vendoreve dhe rinisni shĂ«rbyesin tuaj web.", - "Please ask your server administrator to install the module." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit ta instalojĂ« modulin.", - "PHP module %s not installed." : "Moduli PHP %s s’ështĂ« i instaluar.", - "PHP setting \"%s\" is not set to \"%s\"." : "Rregullimi PHP \"%s\" s’ështĂ« vĂ«nĂ« si \"%s\".", - "Adjusting this setting in php.ini will make ownCloud run again" : "SaktĂ«simi i kĂ«tij rregullimi te php.ini do tĂ« bĂ«jĂ« qĂ« ownCloud-i tĂ« punojĂ« sĂ«rish", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload Ă«shtĂ« caktuar si \"%s\", nĂ« vend tĂ« vlerĂ«s sĂ« pritshme \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "PĂ«r ta ndrequr kĂ«tĂ« problem, caktoni pĂ«r <code>mbstring.func_overload</code> vlerĂ«n <code>0</code> te php.ini juaj", - "libxml2 2.7.0 is at least required. Currently %s is installed." : "Lypset tĂ« paktĂ«n libxml2 2.7.0. HĂ«pĂ«rhĂ« e instaluar Ă«shtĂ« %s.", - "To fix this issue update your libxml2 version and restart your web server." : "PĂ«r tĂ« ndrequr kĂ«tĂ« problem, pĂ«rditĂ«soni libxml2 dhe rinisni shĂ«rbyesin tuaj web.", - "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Me sa duket, PHP-ja Ă«shtĂ« rregulluar qĂ« tĂ« heqĂ« blloqe tĂ« brendshĂ«m dokumentimi. Kjo do t’i nxjerrĂ« nga funksionimi disa aplikacione bazĂ«.", - "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa tĂ« jetĂ« shkaktuar nga njĂ« fshehtinĂ«/pĂ«rshpejtues i tillĂ« si Zend OPcache ose eAccelerator.", - "PHP modules have been installed, but they are still listed as missing?" : "Modulet PHP janĂ« instaluar, por tregohen ende sikur mungojnĂ«?", - "Please ask your server administrator to restart the web server." : "Ju lutemi, kĂ«rkojini pĂ«rgjegjĂ«sit tĂ« shĂ«rbyesit tuaj tĂ« rinisĂ« shĂ«rbyesin web.", - "PostgreSQL >= 9 required" : "Lypset PostgreSQL >= 9", - "Please upgrade your database version" : "Ju lutemi, pĂ«rmirĂ«soni bazĂ«n tuaj tĂ« tĂ« dhĂ«nave me njĂ« version mĂ« tĂ« ri.", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet nĂ« 0770, qĂ« kĂ«shtu atĂ« drejtori tĂ« mos mund ta shfaqin pĂ«rdorues tĂ« tjerĂ«.", - "Data directory (%s) is readable by other users" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e lexueshme nga pĂ«rdorues tĂ« tjerĂ«", - "Data directory (%s) must be an absolute path" : "Drejtoria e tĂ« dhĂ«nave (%s) duhet tĂ« jepĂ« njĂ« shteg absolut", - "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerĂ«n e \"datadirectory\" te formĂ«simi juaj", - "Data directory (%s) is invalid" : "Drejtoria e tĂ« dhĂ«nave (%s) Ă«shtĂ« e pavlefshme", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni qĂ« drejtoria e tĂ« dhĂ«nave pĂ«rmban nĂ« rrĂ«njĂ«n e saj njĂ« kartelĂ« \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "S’u mor dot lloj kyçjeje %d nĂ« \"%s\".", "Storage unauthorized. %s" : "DepozitĂ« e paautorizuar. %s", "Storage incomplete configuration. %s" : "FormĂ«sim jo i plotĂ« i depozitĂ«s. %s", |