Merge pull request #145 from nextcloud/rakekniven-patch-1

Improved source strings for l10n.
This commit is contained in:
Pranav Kant 2017-12-13 12:48:21 +05:30 коммит произвёл GitHub
Родитель 846613798e 05aee21958
Коммит 616699c7c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -64,7 +64,7 @@ var documentsSettings = {
'external_apps': externalAppsData
};
OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving...'));
OC.msg.startAction('#enable-external-apps-section-msg', t('richdocuments', 'Saving'));
$.post(
OC.filePath('richdocuments', 'ajax', 'admin.php'),
data,

Просмотреть файл

@ -383,7 +383,7 @@ var documentsMain = {
// console.log(val);
// documentsMain.WOPIPostMessage($('#loleafletframe')[0], Action_SaveAs', {'Filename': val});
// }, false, null, true);
OC.dialogs.prompt(t('richdocuments', 'Please enter filename to which this document should be stored.'),
OC.dialogs.prompt(t('richdocuments', 'Please enter the filename to store the document as.'),
t('richdocuments', 'Save As'),
function(result, value) {
if (result === true) {