1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Removed lines from po files

This commit is contained in:
Laurent Cozic 2017-07-24 18:08:01 +00:00
parent 0f95e97d19
commit 9b8376f152
4 changed files with 1 additions and 435 deletions

View File

@ -80,6 +80,7 @@ async function createPotFile(potFilePath, sources) {
baseArgs.push('--copyright-holder="Laurent Cozic"'); baseArgs.push('--copyright-holder="Laurent Cozic"');
baseArgs.push('--package-name=Joplin-CLI'); baseArgs.push('--package-name=Joplin-CLI');
baseArgs.push('--package-version=1.0.0'); baseArgs.push('--package-version=1.0.0');
baseArgs.push('--no-location');
for (let i = 0; i < sources.length; i++) { for (let i = 0; i < sources.length; i++) {
let args = baseArgs.slice(); let args = baseArgs.slice();

View File

@ -15,602 +15,457 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:91
msgid "No notebook selected." msgid "No notebook selected."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:96
msgid "No notebook has been specified." msgid "No notebook has been specified."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:127
msgid "Usage: --profile <dir-path>" msgid "Usage: --profile <dir-path>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:134
msgid "Usage: --env <dev|prod>" msgid "Usage: --env <dev|prod>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:159
msgid "Usage: --log-level <none|error|warn|info|debug>" msgid "Usage: --log-level <none|error|warn|info|debug>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:166
#, javascript-format #, javascript-format
msgid "Unknown flag: %s" msgid "Unknown flag: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:182
#, javascript-format #, javascript-format
msgid "" msgid ""
"Command line argument \"%s\" contains both quotes and double-quotes - " "Command line argument \"%s\" contains both quotes and double-quotes - "
"aborting." "aborting."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:202
msgid "Provides help for a given command." msgid "Provides help for a given command."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:204
msgid "Exits the application." msgid "Exits the application."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:419
msgid "No notebook is defined. Create one with `mkbook <notebook>`." msgid "No notebook is defined. Create one with `mkbook <notebook>`."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-alias.js:13
msgid "" msgid ""
"Creates a new command alias which can then be used as a regular command (eg. " "Creates a new command alias which can then be used as a regular command (eg. "
"`alias ll \"ls -l\"`)." "`alias ll \"ls -l\"`)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:16
msgid "Displays the given note." msgid "Displays the given note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:21
msgid "Displays the complete information about note." msgid "Displays the complete information about note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:33
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:27
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:36
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:46
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:25
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:28
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:35
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:28
#, javascript-format #, javascript-format
msgid "Cannot find \"%s\"." msgid "Cannot find \"%s\"."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-config.js:13
msgid "" msgid ""
"Gets or sets a config value. If [value] is not provided, it will show the " "Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the " "value of [name]. If neither [name] nor [value] is provided, it will list the "
"current configuration." "current configuration."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:16
msgid "" msgid ""
"Duplicates the notes matching <pattern> to [notebook]. If no notebook is " "Duplicates the notes matching <pattern> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook." "specified the note is duplicated in the current notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:18
msgid "Edit note." msgid "Edit note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:33
msgid "Done editing." msgid "Done editing."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:39
msgid "" msgid ""
"No text editor is defined. Please set it using `config editor <editor-path>`" "No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:45
msgid "No active notebook." msgid "No active notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:66
msgid "Starting to edit note. Close the editor to get back to the prompt." msgid "Starting to edit note. Close the editor to get back to the prompt."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:16
msgid "Displays a geolocation URL for the note." msgid "Displays a geolocation URL for the note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:16
msgid "Imports an Evernote notebook file (.enex file)." msgid "Imports an Evernote notebook file (.enex file)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:21
msgid "Do not ask for confirmation." msgid "Do not ask for confirmation."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:35
#, javascript-format #, javascript-format
msgid "Folder does not exists: \"%s\". Create it?" msgid "Folder does not exists: \"%s\". Create it?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:42
#, javascript-format #, javascript-format
msgid "Imported - %s" msgid "Imported - %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:55
#, javascript-format #, javascript-format
msgid "File \"%s\" will be imported into notebook \"%s\". Continue?" msgid "File \"%s\" will be imported into notebook \"%s\". Continue?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:62
#, javascript-format #, javascript-format
msgid "Found: %d." msgid "Found: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:63
#, javascript-format #, javascript-format
msgid "Created: %d." msgid "Created: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:64
#, javascript-format #, javascript-format
msgid "Updated: %d." msgid "Updated: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:65
#, javascript-format #, javascript-format
msgid "Skipped: %d." msgid "Skipped: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:66
#, javascript-format #, javascript-format
msgid "Resources: %d." msgid "Resources: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:67
#, javascript-format #, javascript-format
msgid "Tagged: %d." msgid "Tagged: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:78
msgid "Importing notes..." msgid "Importing notes..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:19
msgid "" msgid ""
"Displays the notes in [notebook]. Use `ls /` to display the list of " "Displays the notes in [notebook]. Use `ls /` to display the list of "
"notebooks." "notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:24
msgid "Displays only the first top <num> notes." msgid "Displays only the first top <num> notes."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:25
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)." msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:26
msgid "Reverses the sorting order." msgid "Reverses the sorting order."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:27
msgid "" msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` " "Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for todos, or `nt` for notes and todos (eg. `-tt` would display only the " "for todos, or `nt` for notes and todos (eg. `-tt` would display only the "
"todos, while `-ttd` would display notes and todos." "todos, while `-ttd` would display notes and todos."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:28
msgid "Either \"text\" or \"json\"" msgid "Either \"text\" or \"json\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:29
msgid "" msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, " "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for todos), TITLE" "TODO_CHECKED (for todos), TITLE"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:65
msgid "Please select a notebook first." msgid "Please select a notebook first."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mkbook.js:13
msgid "Creates a new notebook." msgid "Creates a new notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:13
msgid "Creates a new note." msgid "Creates a new note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:17
msgid "Notes can only be created within a notebook." msgid "Notes can only be created within a notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:16
msgid "" msgid ""
"Moves the notes matching <pattern> to <destination>. If <pattern> is a note, " "Moves the notes matching <pattern> to <destination>. If <pattern> is a note, "
"it will be moved to the notebook <destination>. If <pattern> is a notebook, " "it will be moved to the notebook <destination>. If <pattern> is a notebook, "
"it will be renamed to <destination>." "it will be renamed to <destination>."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:18
msgid "Deletes the items matching <pattern>." msgid "Deletes the items matching <pattern>."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:27
msgid "Deletes the items without asking for confirmation." msgid "Deletes the items without asking for confirmation."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:28
msgid "Deletes a notebook." msgid "Deletes a notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:40
#, javascript-format #, javascript-format
msgid "Delete notebook \"%s\"?" msgid "Delete notebook \"%s\"?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:47
#, javascript-format #, javascript-format
msgid "%d notes match this pattern. Delete them?" msgid "%d notes match this pattern. Delete them?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:19
msgid "Searches for the given <pattern> in all the notes." msgid "Searches for the given <pattern> in all the notes."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:17
msgid "Sets the property <name> of the given <note> to the given [value]." msgid "Sets the property <name> of the given <note> to the given [value]."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-status.js:14
msgid "Displays summary about the notes and notebooks." msgid "Displays summary about the notes and notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:27
msgid "Synchronizes with remote storage." msgid "Synchronizes with remote storage."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:32
msgid "Sync to provided target (defaults to sync.target config value)" msgid "Sync to provided target (defaults to sync.target config value)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:70
msgid "Synchronisation is already in progress." msgid "Synchronisation is already in progress."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:92
#, javascript-format #, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:94
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:96
msgid "Starting synchronization..." msgid "Starting synchronization..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:108
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:123
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:60
msgid "Cancelling..." msgid "Cancelling..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:14
msgid "" msgid ""
"<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] " "<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] "
"from [note], or to list the notes associated with [tag]. The command `tag " "from [note], or to list the notes associated with [tag]. The command `tag "
"list` can be used to list all the tags." "list` can be used to list all the tags."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:48
#, javascript-format #, javascript-format
msgid "Invalid command: \"%s\"" msgid "Invalid command: \"%s\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:15
msgid "" msgid ""
"Switches to [notebook] - all further operations will happen within this " "Switches to [notebook] - all further operations will happen within this "
"notebook." "notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:12
msgid "Displays version information" msgid "Displays version information"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:17
#, javascript-format #, javascript-format
msgid "%s %s (%s)" msgid "%s %s (%s)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/main.js:53
msgid "Fatal error:" msgid "Fatal error:"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:38
#, javascript-format #, javascript-format
msgid "All potential ports are in use - please report the issue at %s" msgid "All potential ports are in use - please report the issue at %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:58
msgid "" msgid ""
"The application has been authorised - you may now close this browser tab." "The application has been authorised - you may now close this browser tab."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:60
msgid "The application has been successfully authorised." msgid "The application has been successfully authorised."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:82
msgid "Please open this URL in your browser to authenticate the application:" msgid "Please open this URL in your browser to authenticate the application:"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/registry.js:77
msgid "" msgid ""
"Please set the \"sync.filesystem.path\" config value to the desired " "Please set the \"sync.filesystem.path\" config value to the desired "
"synchronisation destination." "synchronisation destination."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:52
#, javascript-format #, javascript-format
msgid "Created local items: %d." msgid "Created local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:53
#, javascript-format #, javascript-format
msgid "Updated local items: %d." msgid "Updated local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:54
#, javascript-format #, javascript-format
msgid "Created remote items: %d." msgid "Created remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:55
#, javascript-format #, javascript-format
msgid "Updated remote items: %d." msgid "Updated remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:56
#, javascript-format #, javascript-format
msgid "Deleted local items: %d." msgid "Deleted local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:57
#, javascript-format #, javascript-format
msgid "Deleted remote items: %d." msgid "Deleted remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:58
#, javascript-format #, javascript-format
msgid "State: %s." msgid "State: %s."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:59
#, javascript-format #, javascript-format
msgid "Last error: %s (stacktrace in log)." msgid "Last error: %s (stacktrace in log)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:61
#, javascript-format #, javascript-format
msgid "Completed: %s" msgid "Completed: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:81
msgid "Conflicts" msgid "Conflicts"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:136
#, javascript-format #, javascript-format
msgid "A notebook with this title already exists: \"%s\"" msgid "A notebook with this title already exists: \"%s\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:140
#, javascript-format #, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title." msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:46
msgid "This note does not have geolocation information." msgid "This note does not have geolocation information."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:201
#, javascript-format #, javascript-format
msgid "Cannot copy note to \"%s\" notebook" msgid "Cannot copy note to \"%s\" notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:212
#, javascript-format #, javascript-format
msgid "Cannot move note to \"%s\" notebook" msgid "Cannot move note to \"%s\" notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:169
msgid "Synchronisation target" msgid "Synchronisation target"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:171
msgid "File system" msgid "File system"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:172
msgid "OneDrive" msgid "OneDrive"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:178
msgid "Todo filter" msgid "Todo filter"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:179
msgid "Show all" msgid "Show all"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:180
msgid "Non-completed and recently completed ones" msgid "Non-completed and recently completed ones"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:181
msgid "Non-completed ones only" msgid "Non-completed ones only"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:54
msgid "Sync status (synced items / total items)" msgid "Sync status (synced items / total items)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:59
#, javascript-format #, javascript-format
msgid "%s: %d/%d" msgid "%s: %d/%d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:62
#, javascript-format #, javascript-format
msgid "Total: %d/%d" msgid "Total: %d/%d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:64
#, javascript-format #, javascript-format
msgid "Conflicted: %d" msgid "Conflicted: %d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:65
#, javascript-format #, javascript-format
msgid "To delete: %d" msgid "To delete: %d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:70
msgid "Folders" msgid "Folders"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:80
#, javascript-format #, javascript-format
msgid "%s: %d notes" msgid "%s: %d notes"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:66
msgid "New todo" msgid "New todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:73
msgid "New note" msgid "New note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:81
msgid "New notebook" msgid "New notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:215
msgid "Log" msgid "Log"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:220
msgid "Status" msgid "Status"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:229
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
msgid "Synchronize" msgid "Synchronize"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
msgid "Cancel synchronization" msgid "Cancel synchronization"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/config.js:101
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folder.js:73
#, javascript-format #, javascript-format
msgid "The folder could not be saved: %s" msgid "The folder could not be saved: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folders.js:21
msgid "" msgid ""
"There is currently no notebook. Create one by clicking on the (+) button." "There is currently no notebook. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:173
msgid "Untitled" msgid "Untitled"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:216
msgid "Delete note?" msgid "Delete note?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:259
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:260
msgid "Delete note" msgid "Delete note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to regular note" msgid "Convert to regular note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to todo" msgid "Convert to todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Hide metadata" msgid "Hide metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Show metadata" msgid "Show metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:263
msgid "View location on map" msgid "View location on map"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:414
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:23
msgid "Delete notebook?" msgid "Delete notebook?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:46
msgid "Delete notebook" msgid "Delete notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:47
msgid "Edit notebook" msgid "Edit notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:66
msgid "There are currently no notes. Create one by clicking on the (+) button." msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "" msgid ""
"Click on the (+) button to create a new note or notebook. Click on the side " "Click on the (+) button to create a new note or notebook. Click on the side "
"menu to access your existing notebooks." "menu to access your existing notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "You currently have no notebook. Create one by clicking on (+) button." msgid "You currently have no notebook. Create one by clicking on (+) button."
msgstr "" msgstr ""

View File

@ -15,32 +15,25 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.7.1\n" "X-Generator: Poedit 1.8.7.1\n"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:91
msgid "No notebook selected." msgid "No notebook selected."
msgstr "Aucun carnet n'est sélectionné." msgstr "Aucun carnet n'est sélectionné."
#: /media/veracrypt22/src/notes/CliClient/app/app.js:96
msgid "No notebook has been specified." msgid "No notebook has been specified."
msgstr "Aucun carnet n'est spécifié." msgstr "Aucun carnet n'est spécifié."
#: /media/veracrypt22/src/notes/CliClient/app/app.js:127
msgid "Usage: --profile <dir-path>" msgid "Usage: --profile <dir-path>"
msgstr "Utilisation: --profile <chemin>" msgstr "Utilisation: --profile <chemin>"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:134
msgid "Usage: --env <dev|prod>" msgid "Usage: --env <dev|prod>"
msgstr "Utilisation : --env <dev|prod>" msgstr "Utilisation : --env <dev|prod>"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:159
msgid "Usage: --log-level <none|error|warn|info|debug>" msgid "Usage: --log-level <none|error|warn|info|debug>"
msgstr "Utilisation: --log-level <none|error|warn|info|debug>" msgstr "Utilisation: --log-level <none|error|warn|info|debug>"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:166
#, javascript-format #, javascript-format
msgid "Unknown flag: %s" msgid "Unknown flag: %s"
msgstr "Paramètre inconnu : %s" msgstr "Paramètre inconnu : %s"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:182
#, javascript-format #, javascript-format
msgid "" msgid ""
"Command line argument \"%s\" contains both quotes and double-quotes - " "Command line argument \"%s\" contains both quotes and double-quotes - "
@ -49,53 +42,30 @@ msgstr ""
"Paramètre de ligne de command \"%s\" contient à la fois des guillemets " "Paramètre de ligne de command \"%s\" contient à la fois des guillemets "
"simples et doubles - impossible de continuer." "simples et doubles - impossible de continuer."
#: /media/veracrypt22/src/notes/CliClient/app/app.js:202
msgid "Provides help for a given command." msgid "Provides help for a given command."
msgstr "Affiche l'aide pour la commande donnée." msgstr "Affiche l'aide pour la commande donnée."
#: /media/veracrypt22/src/notes/CliClient/app/app.js:204
msgid "Exits the application." msgid "Exits the application."
msgstr "Quitter le logiciel." msgstr "Quitter le logiciel."
#: /media/veracrypt22/src/notes/CliClient/app/app.js:419
msgid "No notebook is defined. Create one with `mkbook <notebook>`." msgid "No notebook is defined. Create one with `mkbook <notebook>`."
msgstr "Aucun carnet n'est défini. Créez-en un avec `mkbook <carnet>`." msgstr "Aucun carnet n'est défini. Créez-en un avec `mkbook <carnet>`."
#: /media/veracrypt22/src/notes/CliClient/app/command-alias.js:13
msgid "" msgid ""
"Creates a new command alias which can then be used as a regular command (eg. " "Creates a new command alias which can then be used as a regular command (eg. "
"`alias ll \"ls -l\"`)." "`alias ll \"ls -l\"`)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:16
msgid "Displays the given note." msgid "Displays the given note."
msgstr "Affiche la note." msgstr "Affiche la note."
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:21
msgid "Displays the complete information about note." msgid "Displays the complete information about note."
msgstr "Affiche tous les détails de la note." msgstr "Affiche tous les détails de la note."
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:33
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:27
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:36
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:46
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:25
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:28
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:35
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:28
#, javascript-format #, javascript-format
msgid "Cannot find \"%s\"." msgid "Cannot find \"%s\"."
msgstr "Impossible de trouver \"%s\"." msgstr "Impossible de trouver \"%s\"."
#: /media/veracrypt22/src/notes/CliClient/app/command-config.js:13
msgid "" msgid ""
"Gets or sets a config value. If [value] is not provided, it will show the " "Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the " "value of [name]. If neither [name] nor [value] is provided, it will list the "
@ -105,7 +75,6 @@ msgstr ""
"fournie, la valeur de [nom] est affichée. Si ni le [nom] ni la [valeur] ne " "fournie, la valeur de [nom] est affichée. Si ni le [nom] ni la [valeur] ne "
"sont fournies, la configuration complète est affichée." "sont fournies, la configuration complète est affichée."
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:16
msgid "" msgid ""
"Duplicates the notes matching <pattern> to [notebook]. If no notebook is " "Duplicates the notes matching <pattern> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook." "specified the note is duplicated in the current notebook."
@ -113,94 +82,75 @@ msgstr ""
"Copie les notes correspondant à [nom] vers [carnet]. Si aucun carnet n'est " "Copie les notes correspondant à [nom] vers [carnet]. Si aucun carnet n'est "
"spécifié, la note est dupliqué sur place." "spécifié, la note est dupliqué sur place."
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:18
msgid "Edit note." msgid "Edit note."
msgstr "Editer la note." msgstr "Editer la note."
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:33
msgid "Done editing." msgid "Done editing."
msgstr "Edition terminée." msgstr "Edition terminée."
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:39
msgid "" msgid ""
"No text editor is defined. Please set it using `config editor <editor-path>`" "No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr "" msgstr ""
"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la " "Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la "
"commande `config editor <chemin-editeur>`" "commande `config editor <chemin-editeur>`"
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:45
msgid "No active notebook." msgid "No active notebook."
msgstr "Aucun carnet actif." msgstr "Aucun carnet actif."
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:66
msgid "Starting to edit note. Close the editor to get back to the prompt." msgid "Starting to edit note. Close the editor to get back to the prompt."
msgstr "" msgstr ""
"Edition de la note en cours. Fermez l'éditeur de texte pour retourner à " "Edition de la note en cours. Fermez l'éditeur de texte pour retourner à "
"l'invite de commande." "l'invite de commande."
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:16
#, fuzzy #, fuzzy
msgid "Displays a geolocation URL for the note." msgid "Displays a geolocation URL for the note."
msgstr "Affiche tous les détails de la note." msgstr "Affiche tous les détails de la note."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:16
msgid "Imports an Evernote notebook file (.enex file)." msgid "Imports an Evernote notebook file (.enex file)."
msgstr "Importer un carnet Evernote (fichier .enex)." msgstr "Importer un carnet Evernote (fichier .enex)."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:21
msgid "Do not ask for confirmation." msgid "Do not ask for confirmation."
msgstr "Ne pas demander de confirmation." msgstr "Ne pas demander de confirmation."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:35
#, javascript-format #, javascript-format
msgid "Folder does not exists: \"%s\". Create it?" msgid "Folder does not exists: \"%s\". Create it?"
msgstr "Ce carnet n'existe pas : \"%s\". Le créer ?" msgstr "Ce carnet n'existe pas : \"%s\". Le créer ?"
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:42
#, javascript-format #, javascript-format
msgid "Imported - %s" msgid "Imported - %s"
msgstr "Importé - %s" msgstr "Importé - %s"
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:55
#, javascript-format #, javascript-format
msgid "File \"%s\" will be imported into notebook \"%s\". Continue?" msgid "File \"%s\" will be imported into notebook \"%s\". Continue?"
msgstr "Le fichier \"%s\" va être importé dans le carnet \"%s\". Continuer ?" msgstr "Le fichier \"%s\" va être importé dans le carnet \"%s\". Continuer ?"
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:62
#, javascript-format #, javascript-format
msgid "Found: %d." msgid "Found: %d."
msgstr "Trouvés : %d." msgstr "Trouvés : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:63
#, javascript-format #, javascript-format
msgid "Created: %d." msgid "Created: %d."
msgstr "Créés : %d." msgstr "Créés : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:64
#, javascript-format #, javascript-format
msgid "Updated: %d." msgid "Updated: %d."
msgstr "Mise à jour : %d." msgstr "Mise à jour : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:65
#, javascript-format #, javascript-format
msgid "Skipped: %d." msgid "Skipped: %d."
msgstr "Ignorés : %d." msgstr "Ignorés : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:66
#, javascript-format #, javascript-format
msgid "Resources: %d." msgid "Resources: %d."
msgstr "Ressources : %d." msgstr "Ressources : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:67
#, javascript-format #, javascript-format
msgid "Tagged: %d." msgid "Tagged: %d."
msgstr "Etiquettes : %d." msgstr "Etiquettes : %d."
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:78
msgid "Importing notes..." msgid "Importing notes..."
msgstr "Importation des notes..." msgstr "Importation des notes..."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:19
msgid "" msgid ""
"Displays the notes in [notebook]. Use `ls /` to display the list of " "Displays the notes in [notebook]. Use `ls /` to display the list of "
"notebooks." "notebooks."
@ -208,20 +158,16 @@ msgstr ""
"Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des " "Affiche les notes dans le carnet. Utilisez `ls /` pour afficher la liste des "
"carnets." "carnets."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:24
msgid "Displays only the first top <num> notes." msgid "Displays only the first top <num> notes."
msgstr "Affiche uniquement les <num> premières notes." msgstr "Affiche uniquement les <num> premières notes."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:25
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)." msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr "" msgstr ""
"Trier les notes par <field> (par exemple, title, updated_time, created_time)." "Trier les notes par <field> (par exemple, title, updated_time, created_time)."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:26
msgid "Reverses the sorting order." msgid "Reverses the sorting order."
msgstr "Inverser l'ordre." msgstr "Inverser l'ordre."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:27
msgid "" msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` " "Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for todos, or `nt` for notes and todos (eg. `-tt` would display only the " "for todos, or `nt` for notes and todos (eg. `-tt` would display only the "
@ -231,11 +177,9 @@ msgstr ""
"`n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche " "`n` pour les notes, `t` pour les tâches (par exemple, `-tt` affiche "
"uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches)." "uniquement les tâches, tandis que `-ttd` affiche les notes et les tâches)."
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:28
msgid "Either \"text\" or \"json\"" msgid "Either \"text\" or \"json\""
msgstr "Soit \"text\" soit \"json\"" msgstr "Soit \"text\" soit \"json\""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:29
msgid "" msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, " "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for todos), TITLE" "TODO_CHECKED (for todos), TITLE"
@ -243,23 +187,18 @@ msgstr ""
"Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour " "Utilise le format de liste longue. Le format est ID, NOMBRE_DE_NOTES (pour "
"les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE" "les carnets), DATE, TACHE_TERMINE (pour les tâches), TITRE"
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:65
msgid "Please select a notebook first." msgid "Please select a notebook first."
msgstr "Veuillez sélectionner un carnet d'abord." msgstr "Veuillez sélectionner un carnet d'abord."
#: /media/veracrypt22/src/notes/CliClient/app/command-mkbook.js:13
msgid "Creates a new notebook." msgid "Creates a new notebook."
msgstr "Créer un carnet." msgstr "Créer un carnet."
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:13
msgid "Creates a new note." msgid "Creates a new note."
msgstr "Créer une note." msgstr "Créer une note."
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:17
msgid "Notes can only be created within a notebook." msgid "Notes can only be created within a notebook."
msgstr "Les notes ne peuvent être créées que dans un carnet." msgstr "Les notes ne peuvent être créées que dans un carnet."
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:16
msgid "" msgid ""
"Moves the notes matching <pattern> to <destination>. If <pattern> is a note, " "Moves the notes matching <pattern> to <destination>. If <pattern> is a note, "
"it will be moved to the notebook <destination>. If <pattern> is a notebook, " "it will be moved to the notebook <destination>. If <pattern> is a notebook, "
@ -269,77 +208,59 @@ msgstr ""
"est une note, elle sera déplacée vers le carnet <destination>. Si <motif> " "est une note, elle sera déplacée vers le carnet <destination>. Si <motif> "
"est un carnet, il sera renommé <destination>." "est un carnet, il sera renommé <destination>."
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:18
msgid "Deletes the items matching <pattern>." msgid "Deletes the items matching <pattern>."
msgstr "Supprime les objets correspondants à <motif>." msgstr "Supprime les objets correspondants à <motif>."
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:27
msgid "Deletes the items without asking for confirmation." msgid "Deletes the items without asking for confirmation."
msgstr "Supprime les objets sans demander la confirmation." msgstr "Supprime les objets sans demander la confirmation."
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:28
msgid "Deletes a notebook." msgid "Deletes a notebook."
msgstr "Supprime le carnet." msgstr "Supprime le carnet."
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:40
#, javascript-format #, javascript-format
msgid "Delete notebook \"%s\"?" msgid "Delete notebook \"%s\"?"
msgstr "Supprimer le carnet \"%s\" ?" msgstr "Supprimer le carnet \"%s\" ?"
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:47
#, javascript-format #, javascript-format
msgid "%d notes match this pattern. Delete them?" msgid "%d notes match this pattern. Delete them?"
msgstr "%d notes correspondent à ce motif. Les supprimer ?" msgstr "%d notes correspondent à ce motif. Les supprimer ?"
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:19
msgid "Searches for the given <pattern> in all the notes." msgid "Searches for the given <pattern> in all the notes."
msgstr "Chercher le motif <pattern> dans toutes les notes." msgstr "Chercher le motif <pattern> dans toutes les notes."
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:17
msgid "Sets the property <name> of the given <note> to the given [value]." msgid "Sets the property <name> of the given <note> to the given [value]."
msgstr "Assigner la valeur [value] à la propriété <name> de la <note> donnée." msgstr "Assigner la valeur [value] à la propriété <name> de la <note> donnée."
#: /media/veracrypt22/src/notes/CliClient/app/command-status.js:14
msgid "Displays summary about the notes and notebooks." msgid "Displays summary about the notes and notebooks."
msgstr "Afficher un résumé des notes et carnets." msgstr "Afficher un résumé des notes et carnets."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:27
msgid "Synchronizes with remote storage." msgid "Synchronizes with remote storage."
msgstr "Synchroniser les notes et carnets." msgstr "Synchroniser les notes et carnets."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:32
msgid "Sync to provided target (defaults to sync.target config value)" msgid "Sync to provided target (defaults to sync.target config value)"
msgstr "" msgstr ""
"Synchroniser avec la cible donnée (par défaut, la valeur de configuration " "Synchroniser avec la cible donnée (par défaut, la valeur de configuration "
"`sync.target`)." "`sync.target`)."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:70
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."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:92
#, javascript-format #, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s"
msgstr "Cible de la synchronisation : %s" msgstr "Cible de la synchronisation : %s"
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:94
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."
msgstr "Impossible d'initialiser le synchroniseur." msgstr "Impossible d'initialiser le synchroniseur."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:96
msgid "Starting synchronization..." msgid "Starting synchronization..."
msgstr "Commencement de la synchronisation..." msgstr "Commencement de la synchronisation..."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:108
msgid "Done." msgid "Done."
msgstr "Terminé." msgstr "Terminé."
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:123
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:60
msgid "Cancelling..." msgid "Cancelling..."
msgstr "Annulation..." msgstr "Annulation..."
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:14
msgid "" msgid ""
"<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] " "<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] "
"from [note], or to list the notes associated with [tag]. The command `tag " "from [note], or to list the notes associated with [tag]. The command `tag "
@ -350,312 +271,246 @@ msgstr ""
"l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les " "l'étiquette [tag]. La commande `tag list` peut être utilisée pour lister les "
"étiquettes." "étiquettes."
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:48
#, javascript-format #, javascript-format
msgid "Invalid command: \"%s\"" msgid "Invalid command: \"%s\""
msgstr "Commande invalie : \"%s\"" msgstr "Commande invalie : \"%s\""
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:15
msgid "" msgid ""
"Switches to [notebook] - all further operations will happen within this " "Switches to [notebook] - all further operations will happen within this "
"notebook." "notebook."
msgstr "" msgstr ""
"Changer de carnet - toutes les opérations à venir se feront dans ce carnet." "Changer de carnet - toutes les opérations à venir se feront dans ce carnet."
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:12
msgid "Displays version information" msgid "Displays version information"
msgstr "Affiche les informations de version." msgstr "Affiche les informations de version."
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:17
#, javascript-format #, javascript-format
msgid "%s %s (%s)" msgid "%s %s (%s)"
msgstr "%s %s (%s)" msgstr "%s %s (%s)"
#: /media/veracrypt22/src/notes/CliClient/app/main.js:53
msgid "Fatal error:" msgid "Fatal error:"
msgstr "Erreur fatale :" msgstr "Erreur fatale :"
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:38
#, javascript-format #, javascript-format
msgid "All potential ports are in use - please report the issue at %s" msgid "All potential ports are in use - please report the issue at %s"
msgstr "" msgstr ""
"Tous les ports sont en cours d'utilisation. Veuillez signaler ce problème " "Tous les ports sont en cours d'utilisation. Veuillez signaler ce problème "
"sur %s" "sur %s"
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:58
msgid "" msgid ""
"The application has been authorised - you may now close this browser tab." "The application has been authorised - you may now close this browser tab."
msgstr "Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet." msgstr "Le logiciel a été autorisé. Vous pouvez maintenant fermer cet onglet."
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:60
msgid "The application has been successfully authorised." msgid "The application has been successfully authorised."
msgstr "Le logiciel a été autorisé." msgstr "Le logiciel a été autorisé."
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:82
#, fuzzy #, fuzzy
msgid "Please open this URL in your browser to authenticate the application:" msgid "Please open this URL in your browser to authenticate the application:"
msgstr "" msgstr ""
"Veuillez ouvrir cette URL dans votre navigateur internet pour autentifier le " "Veuillez ouvrir cette URL dans votre navigateur internet pour autentifier le "
"logiciel :" "logiciel :"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/registry.js:77
msgid "" msgid ""
"Please set the \"sync.filesystem.path\" config value to the desired " "Please set the \"sync.filesystem.path\" config value to the desired "
"synchronisation destination." "synchronisation destination."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:52
#, javascript-format #, javascript-format
msgid "Created local items: %d." msgid "Created local items: %d."
msgstr "Objets créés localement : %d." msgstr "Objets créés localement : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:53
#, javascript-format #, javascript-format
msgid "Updated local items: %d." msgid "Updated local items: %d."
msgstr "Objets mis à jour localement : %d." msgstr "Objets mis à jour localement : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:54
#, javascript-format #, javascript-format
msgid "Created remote items: %d." msgid "Created remote items: %d."
msgstr "Objets distants créés : %d." msgstr "Objets distants créés : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:55
#, javascript-format #, javascript-format
msgid "Updated remote items: %d." msgid "Updated remote items: %d."
msgstr "Objets distants mis à jour : %d." msgstr "Objets distants mis à jour : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:56
#, javascript-format #, javascript-format
msgid "Deleted local items: %d." msgid "Deleted local items: %d."
msgstr "Objets supprimés localement : %d." msgstr "Objets supprimés localement : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:57
#, javascript-format #, javascript-format
msgid "Deleted remote items: %d." msgid "Deleted remote items: %d."
msgstr "Objets distants supprimés : %d." msgstr "Objets distants supprimés : %d."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:58
#, javascript-format #, javascript-format
msgid "State: %s." msgid "State: %s."
msgstr "Etat : %s." msgstr "Etat : %s."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:59
#, javascript-format #, javascript-format
msgid "Last error: %s (stacktrace in log)." msgid "Last error: %s (stacktrace in log)."
msgstr "Dernière erreur : %s (Plus d'information dans le journal d'erreurs)" msgstr "Dernière erreur : %s (Plus d'information dans le journal d'erreurs)"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:61
#, javascript-format #, javascript-format
msgid "Completed: %s" msgid "Completed: %s"
msgstr "Terminé : %s" msgstr "Terminé : %s"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:81
msgid "Conflicts" msgid "Conflicts"
msgstr "Conflits" msgstr "Conflits"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:136
#, javascript-format #, javascript-format
msgid "A notebook with this title already exists: \"%s\"" msgid "A notebook with this title already exists: \"%s\""
msgstr "Un carnet avec ce titre existe déjà : \"%s\"" msgstr "Un carnet avec ce titre existe déjà : \"%s\""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:140
#, javascript-format #, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title." msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé." msgstr "Les carnets ne peuvent être nommés \"%s\" car c'est un nom réservé."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:46
msgid "This note does not have geolocation information." msgid "This note does not have geolocation information."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:201
#, javascript-format #, javascript-format
msgid "Cannot copy note to \"%s\" notebook" msgid "Cannot copy note to \"%s\" notebook"
msgstr "Impossible de copier la note dans le carnet \"%s\"" msgstr "Impossible de copier la note dans le carnet \"%s\""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:212
#, javascript-format #, javascript-format
msgid "Cannot move note to \"%s\" notebook" msgid "Cannot move note to \"%s\" notebook"
msgstr "Impossible de déplacer la note vers le carnet \"%s\"" msgstr "Impossible de déplacer la note vers le carnet \"%s\""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:169
#, fuzzy #, fuzzy
msgid "Synchronisation target" msgid "Synchronisation target"
msgstr "Cible de la synchronisation : %s" msgstr "Cible de la synchronisation : %s"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:171
msgid "File system" msgid "File system"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:172
msgid "OneDrive" msgid "OneDrive"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:178
msgid "Todo filter" msgid "Todo filter"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:179
msgid "Show all" msgid "Show all"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:180
msgid "Non-completed and recently completed ones" msgid "Non-completed and recently completed ones"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:181
msgid "Non-completed ones only" msgid "Non-completed ones only"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:54
msgid "Sync status (synced items / total items)" msgid "Sync status (synced items / total items)"
msgstr "Status de la synchronisation (objets synchro. / total)" msgstr "Status de la synchronisation (objets synchro. / total)"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:59
#, javascript-format #, javascript-format
msgid "%s: %d/%d" msgid "%s: %d/%d"
msgstr "%s: %d/%d" msgstr "%s: %d/%d"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:62
#, javascript-format #, javascript-format
msgid "Total: %d/%d" msgid "Total: %d/%d"
msgstr "Total : %d/%d" msgstr "Total : %d/%d"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:64
#, javascript-format #, javascript-format
msgid "Conflicted: %d" msgid "Conflicted: %d"
msgstr "Conflits : %d" msgstr "Conflits : %d"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:65
#, javascript-format #, javascript-format
msgid "To delete: %d" msgid "To delete: %d"
msgstr "A supprimer : %d" msgstr "A supprimer : %d"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:70
msgid "Folders" msgid "Folders"
msgstr "Carnets" msgstr "Carnets"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:80
#, javascript-format #, javascript-format
msgid "%s: %d notes" msgid "%s: %d notes"
msgstr "%s : %d notes" msgstr "%s : %d notes"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:66
msgid "New todo" msgid "New todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:73
msgid "New note" msgid "New note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:81
#, fuzzy #, fuzzy
msgid "New notebook" msgid "New notebook"
msgstr "Supprime le carnet." msgstr "Supprime le carnet."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:215
msgid "Log" msgid "Log"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:220
#, fuzzy #, fuzzy
msgid "Status" msgid "Status"
msgstr "Etat : %s." msgstr "Etat : %s."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:229
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
msgid "Synchronize" msgid "Synchronize"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
#, fuzzy #, fuzzy
msgid "Cancel synchronization" msgid "Cancel synchronization"
msgstr "Commencement de la synchronisation..." msgstr "Commencement de la synchronisation..."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/config.js:101
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folder.js:73
#, javascript-format #, javascript-format
msgid "The folder could not be saved: %s" msgid "The folder could not be saved: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folders.js:21
msgid "" msgid ""
"There is currently no notebook. Create one by clicking on the (+) button." "There is currently no notebook. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:173
msgid "Untitled" msgid "Untitled"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:216
#, fuzzy #, fuzzy
msgid "Delete note?" msgid "Delete note?"
msgstr "Supprimer le carnet \"%s\" ?" msgstr "Supprimer le carnet \"%s\" ?"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:259
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:260
#, fuzzy #, fuzzy
msgid "Delete note" msgid "Delete note"
msgstr "Supprime le carnet." msgstr "Supprime le carnet."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to regular note" msgid "Convert to regular note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to todo" msgid "Convert to todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Hide metadata" msgid "Hide metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Show metadata" msgid "Show metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:263
msgid "View location on map" msgid "View location on map"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:414
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:23
#, fuzzy #, fuzzy
msgid "Delete notebook?" msgid "Delete notebook?"
msgstr "Supprimer le carnet \"%s\" ?" msgstr "Supprimer le carnet \"%s\" ?"
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:46
#, fuzzy #, fuzzy
msgid "Delete notebook" msgid "Delete notebook"
msgstr "Supprime le carnet." msgstr "Supprime le carnet."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:47
#, fuzzy #, fuzzy
msgid "Edit notebook" msgid "Edit notebook"
msgstr "Editer la note." msgstr "Editer la note."
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:66
msgid "There are currently no notes. Create one by clicking on the (+) button." msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "" msgid ""
"Click on the (+) button to create a new note or notebook. Click on the side " "Click on the (+) button to create a new note or notebook. Click on the side "
"menu to access your existing notebooks." "menu to access your existing notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "You currently have no notebook. Create one by clicking on (+) button." msgid "You currently have no notebook. Create one by clicking on (+) button."
msgstr "" msgstr ""

View File

@ -15,602 +15,457 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: /media/veracrypt22/src/notes/CliClient/app/app.js:91
msgid "No notebook selected." msgid "No notebook selected."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:96
msgid "No notebook has been specified." msgid "No notebook has been specified."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:127
msgid "Usage: --profile <dir-path>" msgid "Usage: --profile <dir-path>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:134
msgid "Usage: --env <dev|prod>" msgid "Usage: --env <dev|prod>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:159
msgid "Usage: --log-level <none|error|warn|info|debug>" msgid "Usage: --log-level <none|error|warn|info|debug>"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:166
#, javascript-format #, javascript-format
msgid "Unknown flag: %s" msgid "Unknown flag: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:182
#, javascript-format #, javascript-format
msgid "" msgid ""
"Command line argument \"%s\" contains both quotes and double-quotes - " "Command line argument \"%s\" contains both quotes and double-quotes - "
"aborting." "aborting."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:202
msgid "Provides help for a given command." msgid "Provides help for a given command."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:204
msgid "Exits the application." msgid "Exits the application."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/app.js:419
msgid "No notebook is defined. Create one with `mkbook <notebook>`." msgid "No notebook is defined. Create one with `mkbook <notebook>`."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-alias.js:13
msgid "" msgid ""
"Creates a new command alias which can then be used as a regular command (eg. " "Creates a new command alias which can then be used as a regular command (eg. "
"`alias ll \"ls -l\"`)." "`alias ll \"ls -l\"`)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:16
msgid "Displays the given note." msgid "Displays the given note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:21
msgid "Displays the complete information about note." msgid "Displays the complete information about note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cat.js:33
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:27
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:36
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:39
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:46
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:29
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:31
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:25
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:28
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:34
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:35
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:28
#, javascript-format #, javascript-format
msgid "Cannot find \"%s\"." msgid "Cannot find \"%s\"."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-config.js:13
msgid "" msgid ""
"Gets or sets a config value. If [value] is not provided, it will show the " "Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the " "value of [name]. If neither [name] nor [value] is provided, it will list the "
"current configuration." "current configuration."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-cp.js:16
msgid "" msgid ""
"Duplicates the notes matching <pattern> to [notebook]. If no notebook is " "Duplicates the notes matching <pattern> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook." "specified the note is duplicated in the current notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:18
msgid "Edit note." msgid "Edit note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:33
msgid "Done editing." msgid "Done editing."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:39
msgid "" msgid ""
"No text editor is defined. Please set it using `config editor <editor-path>`" "No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:45
msgid "No active notebook." msgid "No active notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-edit.js:66
msgid "Starting to edit note. Close the editor to get back to the prompt." msgid "Starting to edit note. Close the editor to get back to the prompt."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-geoloc.js:16
msgid "Displays a geolocation URL for the note." msgid "Displays a geolocation URL for the note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:16
msgid "Imports an Evernote notebook file (.enex file)." msgid "Imports an Evernote notebook file (.enex file)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:21
msgid "Do not ask for confirmation." msgid "Do not ask for confirmation."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:35
#, javascript-format #, javascript-format
msgid "Folder does not exists: \"%s\". Create it?" msgid "Folder does not exists: \"%s\". Create it?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:42
#, javascript-format #, javascript-format
msgid "Imported - %s" msgid "Imported - %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:55
#, javascript-format #, javascript-format
msgid "File \"%s\" will be imported into notebook \"%s\". Continue?" msgid "File \"%s\" will be imported into notebook \"%s\". Continue?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:62
#, javascript-format #, javascript-format
msgid "Found: %d." msgid "Found: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:63
#, javascript-format #, javascript-format
msgid "Created: %d." msgid "Created: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:64
#, javascript-format #, javascript-format
msgid "Updated: %d." msgid "Updated: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:65
#, javascript-format #, javascript-format
msgid "Skipped: %d." msgid "Skipped: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:66
#, javascript-format #, javascript-format
msgid "Resources: %d." msgid "Resources: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:67
#, javascript-format #, javascript-format
msgid "Tagged: %d." msgid "Tagged: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-import-enex.js:78
msgid "Importing notes..." msgid "Importing notes..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:19
msgid "" msgid ""
"Displays the notes in [notebook]. Use `ls /` to display the list of " "Displays the notes in [notebook]. Use `ls /` to display the list of "
"notebooks." "notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:24
msgid "Displays only the first top <num> notes." msgid "Displays only the first top <num> notes."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:25
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)." msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:26
msgid "Reverses the sorting order." msgid "Reverses the sorting order."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:27
msgid "" msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` " "Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for todos, or `nt` for notes and todos (eg. `-tt` would display only the " "for todos, or `nt` for notes and todos (eg. `-tt` would display only the "
"todos, while `-ttd` would display notes and todos." "todos, while `-ttd` would display notes and todos."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:28
msgid "Either \"text\" or \"json\"" msgid "Either \"text\" or \"json\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:29
msgid "" msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, " "Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for todos), TITLE" "TODO_CHECKED (for todos), TITLE"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-ls.js:65
msgid "Please select a notebook first." msgid "Please select a notebook first."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mkbook.js:13
msgid "Creates a new notebook." msgid "Creates a new notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:13
msgid "Creates a new note." msgid "Creates a new note."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mknote.js:17
msgid "Notes can only be created within a notebook." msgid "Notes can only be created within a notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-mv.js:16
msgid "" msgid ""
"Moves the notes matching <pattern> to <destination>. If <pattern> is a note, " "Moves the notes matching <pattern> to <destination>. If <pattern> is a note, "
"it will be moved to the notebook <destination>. If <pattern> is a notebook, " "it will be moved to the notebook <destination>. If <pattern> is a notebook, "
"it will be renamed to <destination>." "it will be renamed to <destination>."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:18
msgid "Deletes the items matching <pattern>." msgid "Deletes the items matching <pattern>."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:27
msgid "Deletes the items without asking for confirmation." msgid "Deletes the items without asking for confirmation."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:28
msgid "Deletes a notebook." msgid "Deletes a notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:40
#, javascript-format #, javascript-format
msgid "Delete notebook \"%s\"?" msgid "Delete notebook \"%s\"?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-rm.js:47
#, javascript-format #, javascript-format
msgid "%d notes match this pattern. Delete them?" msgid "%d notes match this pattern. Delete them?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-search.js:19
msgid "Searches for the given <pattern> in all the notes." msgid "Searches for the given <pattern> in all the notes."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-set.js:17
msgid "Sets the property <name> of the given <note> to the given [value]." msgid "Sets the property <name> of the given <note> to the given [value]."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-status.js:14
msgid "Displays summary about the notes and notebooks." msgid "Displays summary about the notes and notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:27
msgid "Synchronizes with remote storage." msgid "Synchronizes with remote storage."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:32
msgid "Sync to provided target (defaults to sync.target config value)" msgid "Sync to provided target (defaults to sync.target config value)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:70
msgid "Synchronisation is already in progress." msgid "Synchronisation is already in progress."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:92
#, javascript-format #, javascript-format
msgid "Synchronization target: %s" msgid "Synchronization target: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:94
msgid "Cannot initialize synchronizer." msgid "Cannot initialize synchronizer."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:96
msgid "Starting synchronization..." msgid "Starting synchronization..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:108
msgid "Done." msgid "Done."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-sync.js:123
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:60
msgid "Cancelling..." msgid "Cancelling..."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:14
msgid "" msgid ""
"<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] " "<command> can be \"add\", \"remove\" or \"list\" to assign or remove [tag] "
"from [note], or to list the notes associated with [tag]. The command `tag " "from [note], or to list the notes associated with [tag]. The command `tag "
"list` can be used to list all the tags." "list` can be used to list all the tags."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-tag.js:48
#, javascript-format #, javascript-format
msgid "Invalid command: \"%s\"" msgid "Invalid command: \"%s\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-use.js:15
msgid "" msgid ""
"Switches to [notebook] - all further operations will happen within this " "Switches to [notebook] - all further operations will happen within this "
"notebook." "notebook."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:12
msgid "Displays version information" msgid "Displays version information"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/command-version.js:17
#, javascript-format #, javascript-format
msgid "%s %s (%s)" msgid "%s %s (%s)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/main.js:53
msgid "Fatal error:" msgid "Fatal error:"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:38
#, javascript-format #, javascript-format
msgid "All potential ports are in use - please report the issue at %s" msgid "All potential ports are in use - please report the issue at %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:58
msgid "" msgid ""
"The application has been authorised - you may now close this browser tab." "The application has been authorised - you may now close this browser tab."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:60
msgid "The application has been successfully authorised." msgid "The application has been successfully authorised."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/CliClient/app/onedrive-api-node-utils.js:82
msgid "Please open this URL in your browser to authenticate the application:" msgid "Please open this URL in your browser to authenticate the application:"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/registry.js:77
msgid "" msgid ""
"Please set the \"sync.filesystem.path\" config value to the desired " "Please set the \"sync.filesystem.path\" config value to the desired "
"synchronisation destination." "synchronisation destination."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:52
#, javascript-format #, javascript-format
msgid "Created local items: %d." msgid "Created local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:53
#, javascript-format #, javascript-format
msgid "Updated local items: %d." msgid "Updated local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:54
#, javascript-format #, javascript-format
msgid "Created remote items: %d." msgid "Created remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:55
#, javascript-format #, javascript-format
msgid "Updated remote items: %d." msgid "Updated remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:56
#, javascript-format #, javascript-format
msgid "Deleted local items: %d." msgid "Deleted local items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:57
#, javascript-format #, javascript-format
msgid "Deleted remote items: %d." msgid "Deleted remote items: %d."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:58
#, javascript-format #, javascript-format
msgid "State: %s." msgid "State: %s."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:59
#, javascript-format #, javascript-format
msgid "Last error: %s (stacktrace in log)." msgid "Last error: %s (stacktrace in log)."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/synchronizer.js:61
#, javascript-format #, javascript-format
msgid "Completed: %s" msgid "Completed: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:81
msgid "Conflicts" msgid "Conflicts"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:136
#, javascript-format #, javascript-format
msgid "A notebook with this title already exists: \"%s\"" msgid "A notebook with this title already exists: \"%s\""
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/folder.js:140
#, javascript-format #, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title." msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:46
msgid "This note does not have geolocation information." msgid "This note does not have geolocation information."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:201
#, javascript-format #, javascript-format
msgid "Cannot copy note to \"%s\" notebook" msgid "Cannot copy note to \"%s\" notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/note.js:212
#, javascript-format #, javascript-format
msgid "Cannot move note to \"%s\" notebook" msgid "Cannot move note to \"%s\" notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:169
msgid "Synchronisation target" msgid "Synchronisation target"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:171
msgid "File system" msgid "File system"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:172
msgid "OneDrive" msgid "OneDrive"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:178
msgid "Todo filter" msgid "Todo filter"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:179
msgid "Show all" msgid "Show all"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:180
msgid "Non-completed and recently completed ones" msgid "Non-completed and recently completed ones"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/models/setting.js:181
msgid "Non-completed ones only" msgid "Non-completed ones only"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:54
msgid "Sync status (synced items / total items)" msgid "Sync status (synced items / total items)"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:59
#, javascript-format #, javascript-format
msgid "%s: %d/%d" msgid "%s: %d/%d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:62
#, javascript-format #, javascript-format
msgid "Total: %d/%d" msgid "Total: %d/%d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:64
#, javascript-format #, javascript-format
msgid "Conflicted: %d" msgid "Conflicted: %d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:65
#, javascript-format #, javascript-format
msgid "To delete: %d" msgid "To delete: %d"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:70
msgid "Folders" msgid "Folders"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/services/report.js:80
#, javascript-format #, javascript-format
msgid "%s: %d notes" msgid "%s: %d notes"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:66
msgid "New todo" msgid "New todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:73
msgid "New note" msgid "New note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/action-button.js:81
msgid "New notebook" msgid "New notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:215
msgid "Log" msgid "Log"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:220
msgid "Status" msgid "Status"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screen-header.js:229
msgid "Configuration" msgid "Configuration"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
msgid "Synchronize" msgid "Synchronize"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/side-menu-content.js:106
msgid "Cancel synchronization" msgid "Cancel synchronization"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/config.js:101
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folder.js:73
#, javascript-format #, javascript-format
msgid "The folder could not be saved: %s" msgid "The folder could not be saved: %s"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/folders.js:21
msgid "" msgid ""
"There is currently no notebook. Create one by clicking on the (+) button." "There is currently no notebook. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:173
msgid "Untitled" msgid "Untitled"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:216
msgid "Delete note?" msgid "Delete note?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:259
msgid "Attach file" msgid "Attach file"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:260
msgid "Delete note" msgid "Delete note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to regular note" msgid "Convert to regular note"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:261
msgid "Convert to todo" msgid "Convert to todo"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Hide metadata" msgid "Hide metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:262
msgid "Show metadata" msgid "Show metadata"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:263
msgid "View location on map" msgid "View location on map"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/note.js:414
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:23
msgid "Delete notebook?" msgid "Delete notebook?"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:46
msgid "Delete notebook" msgid "Delete notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:47
msgid "Edit notebook" msgid "Edit notebook"
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/notes.js:66
msgid "There are currently no notes. Create one by clicking on the (+) button." msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "" msgid ""
"Click on the (+) button to create a new note or notebook. Click on the side " "Click on the (+) button to create a new note or notebook. Click on the side "
"menu to access your existing notebooks." "menu to access your existing notebooks."
msgstr "" msgstr ""
#: /media/veracrypt22/src/notes/ReactNativeClient/lib/components/screens/welcome.js:31
msgid "You currently have no notebook. Create one by clicking on (+) button." msgid "You currently have no notebook. Create one by clicking on (+) button."
msgstr "" msgstr ""