Skip to content

Commit 039793d

Browse files
CHORE: Extracted i18n strings to ardupilot_methodic_configurator/locale/ardupilot_methodic_configurator.pot
1 parent 3a197ce commit 039793d

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

ardupilot_methodic_configurator/locale/ardupilot_methodic_configurator.pot

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: PACKAGE VERSION\n"
8-
"POT-Creation-Date: 2025-02-07 01:44+0000\n"
8+
"POT-Creation-Date: 2025-02-09 21:32+0000\n"
99
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1010
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -15,23 +15,23 @@ msgstr ""
1515
"Generated-By: pygettext.py 1.5\n"
1616

1717

18-
#: ardupilot_methodic_configurator/__main__.py:48
18+
#: ardupilot_methodic_configurator/__main__.py:49
1919
msgid "ArduPilot methodic configurator is a simple GUI with a table that lists parameters. The GUI reads intermediate parameter files from a directory and displays their parameters in a table. Each row displays the parameter name, its current value on the flight controller, its new value from the selected intermediate parameter file, and an \"Upload\" checkbox. The GUI includes \"Upload selected params to FC\" and \"Skip\" buttons at the bottom. When \"Upload Selected to FC\" is clicked, it uploads the selected parameters to the flight controller. When \"Skip\" is pressed, it skips to the next intermediate parameter file. The process gets repeated for each intermediate parameter file."
2020
msgstr ""
2121

22-
#: ardupilot_methodic_configurator/__main__.py:74
22+
#: ardupilot_methodic_configurator/__main__.py:78
2323
msgid "No serial ports found"
2424
msgstr ""
2525

26-
#: ardupilot_methodic_configurator/__main__.py:83
26+
#: ardupilot_methodic_configurator/__main__.py:87
2727
msgid "Vehicle type not set explicitly, auto-detected %s."
2828
msgstr ""
2929

30-
#: ardupilot_methodic_configurator/__main__.py:85
30+
#: ardupilot_methodic_configurator/__main__.py:89
3131
msgid "Vehicle type explicitly set to %s."
3232
msgstr ""
3333

34-
#: ardupilot_methodic_configurator/__main__.py:116
34+
#: ardupilot_methodic_configurator/__main__.py:120
3535
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:97
3636
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:100
3737
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:110
@@ -43,16 +43,16 @@ msgstr ""
4343
msgid "Unknown"
4444
msgstr ""
4545

46-
#: ardupilot_methodic_configurator/__main__.py:132
46+
#: ardupilot_methodic_configurator/__main__.py:136
4747
#: ardupilot_methodic_configurator/frontend_tkinter_parameter_editor_table.py:123
4848
msgid "Error in derived parameters"
4949
msgstr ""
5050

51-
#: ardupilot_methodic_configurator/__main__.py:142
51+
#: ardupilot_methodic_configurator/__main__.py:146
5252
msgid "Will now exit the old software version."
5353
msgstr ""
5454

55-
#: ardupilot_methodic_configurator/__main__.py:165
55+
#: ardupilot_methodic_configurator/__main__.py:169
5656
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:203
5757
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:437
5858
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:458
@@ -76,91 +76,91 @@ msgstr ""
7676
msgid "Value must be a number."
7777
msgstr ""
7878

79-
#: ardupilot_methodic_configurator/backend_filesystem.py:114
79+
#: ardupilot_methodic_configurator/backend_filesystem.py:116
8080
msgid "Could not detect vehicle type. Defaulting to %s."
8181
msgstr ""
8282

83-
#: ardupilot_methodic_configurator/backend_filesystem.py:164
83+
#: ardupilot_methodic_configurator/backend_filesystem.py:166
8484
msgid "File %s already exists. Will not rename file %s to %s."
8585
msgstr ""
8686

87-
#: ardupilot_methodic_configurator/backend_filesystem.py:244
87+
#: ardupilot_methodic_configurator/backend_filesystem.py:246
8888
msgid "Error: %s is not a directory."
8989
msgstr ""
9090

91-
#: ardupilot_methodic_configurator/backend_filesystem.py:443
91+
#: ardupilot_methodic_configurator/backend_filesystem.py:445
9292
msgid "Intermediate parameter files and summary files zipped to %s"
9393
msgstr ""
9494

95-
#: ardupilot_methodic_configurator/backend_filesystem.py:463
95+
#: ardupilot_methodic_configurator/backend_filesystem.py:465
9696
msgid "Template directory does not exist: {template_dir}"
9797
msgstr ""
9898

99-
#: ardupilot_methodic_configurator/backend_filesystem.py:468
99+
#: ardupilot_methodic_configurator/backend_filesystem.py:470
100100
msgid "New vehicle directory does not exist: {new_vehicle_dir}"
101101
msgstr ""
102102

103-
#: ardupilot_methodic_configurator/backend_filesystem.py:488
103+
#: ardupilot_methodic_configurator/backend_filesystem.py:490
104104
msgid "Error copying template files to new vehicle directory: {_e}"
105105
msgstr ""
106106

107-
#: ardupilot_methodic_configurator/backend_filesystem.py:508
107+
#: ardupilot_methodic_configurator/backend_filesystem.py:510
108108
msgid "Parameter %s not found in the current parameter file"
109109
msgstr ""
110110

111-
#: ardupilot_methodic_configurator/backend_filesystem.py:516
111+
#: ardupilot_methodic_configurator/backend_filesystem.py:518
112112
msgid "Error writing last uploaded filename: %s"
113113
msgstr ""
114114

115-
#: ardupilot_methodic_configurator/backend_filesystem.py:523
115+
#: ardupilot_methodic_configurator/backend_filesystem.py:525
116116
msgid "last_uploaded_filename.txt not found: %s"
117117
msgstr ""
118118

119-
#: ardupilot_methodic_configurator/backend_filesystem.py:525
119+
#: ardupilot_methodic_configurator/backend_filesystem.py:527
120120
msgid "Error reading last uploaded filename: %s"
121121
msgstr ""
122122

123-
#: ardupilot_methodic_configurator/backend_filesystem.py:541
123+
#: ardupilot_methodic_configurator/backend_filesystem.py:543
124124
msgid "Starting file index %s is out of range. Starting with file %s instead."
125125
msgstr ""
126126

127-
#: ardupilot_methodic_configurator/backend_filesystem.py:549
127+
#: ardupilot_methodic_configurator/backend_filesystem.py:551
128128
msgid "Starting with the first file."
129129
msgstr ""
130130

131-
#: ardupilot_methodic_configurator/backend_filesystem.py:552
131+
#: ardupilot_methodic_configurator/backend_filesystem.py:554
132132
msgid "Starting with the first non-tcal file."
133133
msgstr ""
134134

135-
#: ardupilot_methodic_configurator/backend_filesystem.py:556
135+
#: ardupilot_methodic_configurator/backend_filesystem.py:558
136136
msgid "Last uploaded file was %s."
137137
msgstr ""
138138

139-
#: ardupilot_methodic_configurator/backend_filesystem.py:558
139+
#: ardupilot_methodic_configurator/backend_filesystem.py:560
140140
msgid "No last uploaded file found. %s."
141141
msgstr ""
142142

143-
#: ardupilot_methodic_configurator/backend_filesystem.py:563
143+
#: ardupilot_methodic_configurator/backend_filesystem.py:565
144144
msgid "Last uploaded file not found in the list of files. %s."
145145
msgstr ""
146146

147-
#: ardupilot_methodic_configurator/backend_filesystem.py:572
147+
#: ardupilot_methodic_configurator/backend_filesystem.py:574
148148
msgid "Last uploaded file is the last file in the list. Starting from there."
149149
msgstr ""
150150

151-
#: ardupilot_methodic_configurator/backend_filesystem.py:671
151+
#: ardupilot_methodic_configurator/backend_filesystem.py:673
152152
msgid "The type of the vehicle. Default is ArduCopter"
153153
msgstr ""
154154

155-
#: ardupilot_methodic_configurator/backend_filesystem.py:677
155+
#: ardupilot_methodic_configurator/backend_filesystem.py:679
156156
msgid "Directory containing vehicle-specific intermediate parameter files. Default is the current working directory"
157157
msgstr ""
158158

159-
#: ardupilot_methodic_configurator/backend_filesystem.py:685
159+
#: ardupilot_methodic_configurator/backend_filesystem.py:687
160160
msgid "Start directly on the nth intermediate parameter file (skips previous files). Default is to start on the file next to the last that you wrote to the flight controller. If the file does not exist, it will start on the first file."
161161
msgstr ""
162162

163-
#: ardupilot_methodic_configurator/backend_filesystem.py:694
163+
#: ardupilot_methodic_configurator/backend_filesystem.py:696
164164
msgid "Allow opening and editing template files directly. Only for software developers that know what they are doing. Default is %(default)s"
165165
msgstr ""
166166

0 commit comments

Comments
 (0)