diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-09 01:12:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-09 01:12:28 +0000 |
commit | a9df1e387a259c2d2011131c5754c439f292ab0d (patch) | |
tree | fdc92b35269495296964c1fcd91896ab63116c86 /core/l10n/sr.js | |
parent | f1923e6c083578e6b3b5a830afbe7d198c59863e (diff) | |
download | nextcloud-server-a9df1e387a259c2d2011131c5754c439f292ab0d.tar.gz nextcloud-server-a9df1e387a259c2d2011131c5754c439f292ab0d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/sr.js')
-rw-r--r-- | core/l10n/sr.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 15723a992d3..b6c2665cad1 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -139,6 +139,7 @@ OC.L10N.register( "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.", "Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.", "This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.", |