Skip to content

Commit

Permalink
Update translation template
Browse files Browse the repository at this point in the history
  • Loading branch information
elementaryBot committed Jun 13, 2024
1 parent 3f353c1 commit 9c6d47c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
2 changes: 1 addition & 1 deletion po/extra/extra.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-17 12:40+0000\n"
"POT-Creation-Date: 2024-06-13 22:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
73 changes: 37 additions & 36 deletions po/io.elementary.code.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: io.elementary.code\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-17 12:40+0000\n"
"POT-Creation-Date: 2024-06-13 22:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -90,11 +90,11 @@ msgstr ""
msgid "%s - %s"
msgstr ""

#: src/MainWindow.vala:932 src/Services/Document.vala:605
#: src/MainWindow.vala:932 src/Services/Document.vala:608
msgid "All files"
msgstr ""

#: src/MainWindow.vala:936 src/Services/Document.vala:609
#: src/MainWindow.vala:936 src/Services/Document.vala:612
msgid "Text files"
msgstr ""

Expand All @@ -107,8 +107,8 @@ msgid "Open"
msgstr ""

#: src/MainWindow.vala:944 src/Dialogs/GlobalSearchDialog.vala:109
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:448
#: src/Services/Document.vala:617 plugins/pastebin/pastebin_dialog.vala:327
#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:451
#: src/Services/Document.vala:620 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
Expand Down Expand Up @@ -391,148 +391,149 @@ msgstr ""
msgid "Branch"
msgstr ""

#: src/Services/Document.vala:324
#. Empty files are valid text files
#: src/Services/Document.vala:327
#, c-format
msgid "%s Is Not a Text File"
msgstr ""

#: src/Services/Document.vala:325
#: src/Services/Document.vala:328
msgid "Code will not load this type of file."
msgstr ""

#: src/Services/Document.vala:327
#: src/Services/Document.vala:330
msgid "Load Anyway"
msgstr ""

#: src/Services/Document.vala:348
#: src/Services/Document.vala:351
#, c-format
msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""

#: src/Services/Document.vala:349
#: src/Services/Document.vala:352
msgid "Please wait while Code is loading the file."
msgstr ""

#: src/Services/Document.vala:351
#: src/Services/Document.vala:354
msgid "Cancel Loading"
msgstr ""

#: src/Services/Document.vala:438
#: src/Services/Document.vala:441
#, c-format
msgid "Save changes to “%s” before closing?"
msgstr ""

#: src/Services/Document.vala:439
#: src/Services/Document.vala:442
msgid "If you don't save, changes will be permanently lost."
msgstr ""

#: src/Services/Document.vala:445
#: src/Services/Document.vala:448
msgid "Close Without Saving"
msgstr ""

#: src/Services/Document.vala:449 src/Services/Document.vala:616
#: src/Services/Document.vala:452 src/Services/Document.vala:619
msgid "Save"
msgstr ""

#: src/Services/Document.vala:575
#: src/Services/Document.vala:578
#, c-format
msgid "Saving to “%s” failed."
msgstr ""

#: src/Services/Document.vala:613
#: src/Services/Document.vala:616
msgid "Save File"
msgstr ""

#: src/Services/Document.vala:700 src/Services/Document.vala:718
#: src/Services/Document.vala:703 src/Services/Document.vala:721
msgid "New Document"
msgstr ""

#. No path for a new document
#: src/Services/Document.vala:720
#: src/Services/Document.vala:723
#, c-format
msgid "Cannot save this document to %s"
msgstr ""

#. Show an error view which says "Hey, I cannot read that file!"
#: src/Services/Document.vala:786
#: src/Services/Document.vala:789
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""

#: src/Services/Document.vala:789
#: src/Services/Document.vala:792
msgid "You may not have permission to read the file."
msgstr ""

#: src/Services/Document.vala:791
#: src/Services/Document.vala:794
msgid "The file may be corrupt or may not be a text file"
msgstr ""

#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
#: src/Services/Document.vala:797
#: src/Services/Document.vala:800
msgid "Show Anyway"
msgstr ""

#: src/Services/Document.vala:828
#: src/Services/Document.vala:831
#, c-format
msgid ""
"The location containing the file “%s” was unmounted and there are unsaved "
"changes."
msgstr ""

#: src/Services/Document.vala:830
#: src/Services/Document.vala:833
#, c-format
msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""

#. Check external changes after loading
#. The file has become unwritable while changes are pending
#: src/Services/Document.vala:844
#: src/Services/Document.vala:847
#, c-format
msgid "File “%s” does not have write permission."
msgstr ""

#: src/Services/Document.vala:890
#: src/Services/Document.vala:893
#, c-format
msgid "File “%s” was modified by an external application"
msgstr ""

#: src/Services/Document.vala:895
#: src/Services/Document.vala:898
msgid ""
"There are also unsaved changes. Reloading the document will overwrite the "
"unsaved changes."
msgstr ""

#: src/Services/Document.vala:899
#: src/Services/Document.vala:902
msgid "The document changed externally since you last saved it."
msgstr ""

#: src/Services/Document.vala:915
#: src/Services/Document.vala:918
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""

#: src/Services/Document.vala:924
#: src/Services/Document.vala:927
msgid "Ignore"
msgstr ""

#: src/Services/Document.vala:926
#: src/Services/Document.vala:929
msgid "Save Duplicate…"
msgstr ""

#: src/Services/Document.vala:975
#: src/Services/Document.vala:978
msgid "Continue"
msgstr ""

#: src/Services/Document.vala:977
#: src/Services/Document.vala:980
msgid "Reload"
msgstr ""

#: src/Services/Document.vala:980
#: src/Services/Document.vala:983
msgid "Overwrite"
msgstr ""

#: src/Services/Document.vala:983
#: src/Services/Document.vala:986
msgid "Save Document elsewhere"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion po/plugins/plugins.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: plugins\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-17 12:40+0000\n"
"POT-Creation-Date: 2024-06-13 22:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit 9c6d47c

Please sign in to comment.