1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Minor chnages

This commit is contained in:
Laurent Cozic
2017-07-24 22:34:07 +01:00
parent 4464fb0f90
commit 2685120ecd
4 changed files with 5 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ class Command extends BaseCommand {
randomFailures: args.options['random-failures'] === true, randomFailures: args.options['random-failures'] === true,
}; };
this.log(_('Synchronization target: %s', this.syncTarget_)); this.log(_('Synchronization target: %s (%s)', Setting.enumOptionLabel('sync.target', this.syncTarget_), this.syncTarget_));
if (!sync) throw new Error(_('Cannot initialize synchronizer.')); if (!sync) throw new Error(_('Cannot initialize synchronizer.'));

View File

@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
msgstr "" msgstr ""
#, javascript-format #, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s (%s)"
msgstr "" msgstr ""
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."

View File

@@ -250,8 +250,8 @@ msgstr ""
msgid "Synchronisation is already in progress." msgid "Synchronisation is already in progress."
msgstr "Synchronisation est déjà en cours." msgstr "Synchronisation est déjà en cours."
#, javascript-format #, fuzzy, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s (%s)"
msgstr "Cible de la synchronisation : %s" msgstr "Cible de la synchronisation : %s"
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."

View File

@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
msgstr "" msgstr ""
#, javascript-format #, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s (%s)"
msgstr "" msgstr ""
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."