|
127.
|
|
|
Location:
|
|
|
Translators: location of a file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-tab-label.c:249
|
|
128.
|
|
|
Close file
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-tab-label.c:318
|
|
129.
|
|
|
Error when loading the file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-tab-loading.c:36
|
|
130.
|
|
|
Error when saving the file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-tab-saving.c:49
|
|
131.
|
|
|
Save File
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-tab-saving.c:277
|
|
132.
|
|
|
Open File
|
|
|
Create a GtkFileChooserDialog, not a GtkFileChooserNative, because
* with GtkFileChooserNative the GFile that we obtain (in flatpak)
* doesn't have the real path to the file, so it would ruin some
* features for text editors:
* - showing the directory in parentheses in the window title, or in the
* tab tooltip;
* - opening a recent file.
* Basically everywhere where the directory is shown.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
tepl/tepl-window-actions-file.c:79
|