|
1 | 1 | OC.L10N.register( |
2 | 2 | "integration_dropbox", |
3 | 3 | { |
| 4 | + "Invalid access code" : "Невалиден код за пристап", |
4 | 5 | "Dropbox" : "Dropbox", |
| 6 | + "_%n file was imported from Dropbox storage._::_%n files were imported from Dropbox storage._" : ["%n датотека е увезена од Dropbox","%n датотеки се увезени од Dropbox."], |
5 | 7 | "Bad credentials" : "Неточни акредитиви", |
| 8 | + "Token is not valid anymore. Impossible to refresh it." : "Токенот не е валиден повеќе. Неможе да се освежи.", |
6 | 9 | "OAuth access token refused" : "Одбиен OAuth пристапен токен ", |
7 | 10 | "Connected accounts" : "Поврзани сметки", |
8 | 11 | "Data migration" : "Мигрирање на податоци", |
| 12 | + "Dropbox integration" : "Dropbox интеграција", |
9 | 13 | "App key" : "Клуч на апликацијата", |
10 | 14 | "App secret" : "Тајна на апликацијата", |
11 | 15 | "Failed to get Dropbox storage information" : "Неуспешно добивање информации за Dropbox складиштето", |
12 | 16 | "Starting importing files in {targetPath} directory" : "Почеток на увоз на датотеки во папката {targetPath}", |
13 | 17 | "Choose where to write imported files" : "Избери каде да ги увезете датотеките", |
14 | 18 | "Dropbox data migration" : "Мигрирање на податоци од Dropbox ", |
15 | 19 | "Authentication" : "Автентикација", |
| 20 | + "Connect to Dropbox to get an access code" : "Поврзи се на Dropbox за пристапен код", |
| 21 | + "Dropbox access code" : "Dropbox код за пристап", |
16 | 22 | "Connected as {user} ({email})" : "Поврзан како {user} ({email})", |
17 | 23 | "Disconnect from Dropbox" : "Исклучи се од Dropbox", |
18 | 24 | "Dropbox storage" : "Dropbox складиште", |
|
0 commit comments