Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
girara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
girara
Commits
dbef1b78
Commit
dbef1b78
authored
Jun 01, 2019
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Arabic and Swedish translations
parent
5e0e10cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
499 additions
and
0 deletions
+499
-0
po/LINGUAS
po/LINGUAS
+2
-0
po/ar.po
po/ar.po
+249
-0
po/sv.po
po/sv.po
+248
-0
No files found.
po/LINGUAS
View file @
dbef1b78
ar
de
el
eo
...
...
@@ -9,4 +10,5 @@ nl
pl
pt_BR
ru
sv
tr
po/ar.po
0 → 100644
View file @
dbef1b78
# girara - language file (Arabic)
# SPDX-License-Identifier: Zlib
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: girara\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-01 11:30+0200\n"
"PO-Revision-Date: 2019-06-01 11:23+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Arabic (http://www.transifex.com/pwmt/girara/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#. unhandled command
#: girara/callbacks.c:515
#, c-format
msgid "Not a valid command: %s"
msgstr ""
#: girara/commands.c:111 girara/commands.c:311
#, c-format
msgid "Invalid number of arguments passed: %zu instead of at least %u"
msgstr ""
#: girara/commands.c:145
#, c-format
msgid "Unregistered mode specified: %s"
msgstr ""
#: girara/commands.c:177
#, c-format
msgid "Invalid modifier in %s"
msgstr ""
#: girara/commands.c:216
#, c-format
msgid "Invalid special key value for %s"
msgstr ""
#: girara/commands.c:252
#, c-format
msgid "Invalid special key value or mode %s"
msgstr ""
#: girara/commands.c:335
#, c-format
msgid "Not a valid shortcut function: %s"
msgstr ""
#: girara/commands.c:423
msgid "Not enough arguments."
msgstr ""
#: girara/commands.c:428
msgid "Too many arguments."
msgstr ""
#: girara/commands.c:441
#, c-format
msgid "Unknown option: %s"
msgstr ""
#: girara/commands.c:455
msgid "true"
msgstr ""
#: girara/commands.c:455
msgid "false"
msgstr ""
#: girara/commands.c:487
#, c-format
msgid "No value defined for option: %s"
msgstr ""
#: girara/commands.c:502
#, c-format
msgid "Unknown value for option: %s"
msgstr ""
#. settings
#: girara/config.c:187
msgid "Font"
msgstr ""
#: girara/config.c:188
msgid "Default foreground color"
msgstr ""
#: girara/config.c:189
msgid "Default background color"
msgstr ""
#: girara/config.c:190
msgid "Inputbar foreground color"
msgstr ""
#: girara/config.c:191
msgid "Inputbar background color"
msgstr ""
#: girara/config.c:192
msgid "Statusbar foreground color"
msgstr ""
#: girara/config.c:193
msgid "Statsubar background color"
msgstr ""
#: girara/config.c:194
msgid "Completion foreground color"
msgstr ""
#: girara/config.c:195
msgid "Completion background color"
msgstr ""
#: girara/config.c:196
msgid "Completion group foreground color"
msgstr ""
#: girara/config.c:197
msgid "Completion group background color"
msgstr ""
#: girara/config.c:198
msgid "Completion highlight foreground color"
msgstr ""
#: girara/config.c:199
msgid "Completion highlight background color"
msgstr ""
#: girara/config.c:200
msgid "Error notification foreground color"
msgstr ""
#: girara/config.c:201
msgid "Error notification background color"
msgstr ""
#: girara/config.c:202
msgid "Warning notification foreground color"
msgstr ""
#: girara/config.c:203
msgid "Warning notifaction background color"
msgstr ""
#: girara/config.c:204
msgid "Notification foreground color"
msgstr ""
#: girara/config.c:205
msgid "Notification background color"
msgstr ""
#: girara/config.c:206
msgid "Scrollbar foreground color"
msgstr ""
#: girara/config.c:207
msgid "Scrollbar background color"
msgstr ""
#: girara/config.c:209
msgid "Initial window width"
msgstr ""
#: girara/config.c:210
msgid "Initial window height"
msgstr ""
#: girara/config.c:211
msgid "Horizontal padding for the status, input, and notification bars"
msgstr ""
#: girara/config.c:212
msgid "Vertical padding for the status, input, and notification bars"
msgstr ""
#: girara/config.c:213
msgid "Number of completion items"
msgstr ""
#: girara/config.c:214
msgid "Show both the horizontal and vertical scrollbars"
msgstr ""
#: girara/config.c:215
msgid "Show the horizontal scrollbar"
msgstr ""
#: girara/config.c:216
msgid "Show the vertical scrollbar"
msgstr ""
#: girara/config.c:217
msgid "Window icon"
msgstr ""
#: girara/config.c:218
msgid "Command to execute in :exec"
msgstr ""
#: girara/config.c:219
msgid "Show or hide certain GUI elements"
msgstr ""
#. commands
#: girara/config.c:255
msgid "Execute a command"
msgstr ""
#: girara/config.c:256
msgid "Map a key sequence"
msgstr ""
#: girara/config.c:257
msgid "Quit the program"
msgstr ""
#: girara/config.c:258
msgid "Set an option"
msgstr ""
#: girara/config.c:259
msgid "Unmap a key sequence"
msgstr ""
#: girara/config.c:261
msgid "Dump settings to a file"
msgstr ""
#: girara/settings.c:251
#, c-format
msgid "Invalid number of arguments passed: %zu instead of 1"
msgstr ""
#: girara/utils.c:464
#, c-format
msgid "Failed to execute command: %s"
msgstr ""
po/sv.po
0 → 100644
View file @
dbef1b78
# girara - language file (Swedish)
# SPDX-License-Identifier: Zlib
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: girara\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-01 11:30+0200\n"
"PO-Revision-Date: 2019-06-01 11:29+0200\n"
"Last-Translator: Sebastian Ramacher <sebastian+dev@ramacher.at>\n"
"Language-Team: Swedish (http://www.transifex.com/pwmt/girara/language/sv/)\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. unhandled command
#: girara/callbacks.c:515
#, c-format
msgid "Not a valid command: %s"
msgstr ""
#: girara/commands.c:111 girara/commands.c:311
#, c-format
msgid "Invalid number of arguments passed: %zu instead of at least %u"
msgstr ""
#: girara/commands.c:145
#, c-format
msgid "Unregistered mode specified: %s"
msgstr ""
#: girara/commands.c:177
#, c-format
msgid "Invalid modifier in %s"
msgstr ""
#: girara/commands.c:216
#, c-format
msgid "Invalid special key value for %s"
msgstr ""
#: girara/commands.c:252
#, c-format
msgid "Invalid special key value or mode %s"
msgstr ""
#: girara/commands.c:335
#, c-format
msgid "Not a valid shortcut function: %s"
msgstr ""
#: girara/commands.c:423
msgid "Not enough arguments."
msgstr ""
#: girara/commands.c:428
msgid "Too many arguments."
msgstr ""
#: girara/commands.c:441
#, c-format
msgid "Unknown option: %s"
msgstr ""
#: girara/commands.c:455
msgid "true"
msgstr ""
#: girara/commands.c:455
msgid "false"
msgstr ""
#: girara/commands.c:487
#, c-format
msgid "No value defined for option: %s"
msgstr ""
#: girara/commands.c:502
#, c-format
msgid "Unknown value for option: %s"
msgstr ""
#. settings
#: girara/config.c:187
msgid "Font"
msgstr ""
#: girara/config.c:188
msgid "Default foreground color"
msgstr ""
#: girara/config.c:189
msgid "Default background color"
msgstr ""
#: girara/config.c:190
msgid "Inputbar foreground color"
msgstr ""
#: girara/config.c:191
msgid "Inputbar background color"
msgstr ""
#: girara/config.c:192
msgid "Statusbar foreground color"
msgstr ""
#: girara/config.c:193
msgid "Statsubar background color"
msgstr ""
#: girara/config.c:194
msgid "Completion foreground color"
msgstr ""
#: girara/config.c:195
msgid "Completion background color"
msgstr ""
#: girara/config.c:196
msgid "Completion group foreground color"
msgstr ""
#: girara/config.c:197
msgid "Completion group background color"
msgstr ""
#: girara/config.c:198
msgid "Completion highlight foreground color"
msgstr ""
#: girara/config.c:199
msgid "Completion highlight background color"
msgstr ""
#: girara/config.c:200
msgid "Error notification foreground color"
msgstr ""
#: girara/config.c:201
msgid "Error notification background color"
msgstr ""
#: girara/config.c:202
msgid "Warning notification foreground color"
msgstr ""
#: girara/config.c:203
msgid "Warning notifaction background color"
msgstr ""
#: girara/config.c:204
msgid "Notification foreground color"
msgstr ""
#: girara/config.c:205
msgid "Notification background color"
msgstr ""
#: girara/config.c:206
msgid "Scrollbar foreground color"
msgstr ""
#: girara/config.c:207
msgid "Scrollbar background color"
msgstr ""
#: girara/config.c:209
msgid "Initial window width"
msgstr ""
#: girara/config.c:210
msgid "Initial window height"
msgstr ""
#: girara/config.c:211
msgid "Horizontal padding for the status, input, and notification bars"
msgstr ""
#: girara/config.c:212
msgid "Vertical padding for the status, input, and notification bars"
msgstr ""
#: girara/config.c:213
msgid "Number of completion items"
msgstr ""
#: girara/config.c:214
msgid "Show both the horizontal and vertical scrollbars"
msgstr ""
#: girara/config.c:215
msgid "Show the horizontal scrollbar"
msgstr ""
#: girara/config.c:216
msgid "Show the vertical scrollbar"
msgstr ""
#: girara/config.c:217
msgid "Window icon"
msgstr ""
#: girara/config.c:218
msgid "Command to execute in :exec"
msgstr ""
#: girara/config.c:219
msgid "Show or hide certain GUI elements"
msgstr ""
#. commands
#: girara/config.c:255
msgid "Execute a command"
msgstr ""
#: girara/config.c:256
msgid "Map a key sequence"
msgstr ""
#: girara/config.c:257
msgid "Quit the program"
msgstr ""
#: girara/config.c:258
msgid "Set an option"
msgstr ""
#: girara/config.c:259
msgid "Unmap a key sequence"
msgstr ""
#: girara/config.c:261
msgid "Dump settings to a file"
msgstr ""
#: girara/settings.c:251
#, c-format
msgid "Invalid number of arguments passed: %zu instead of 1"
msgstr ""
#: girara/utils.c:464
#, c-format
msgid "Failed to execute command: %s"
msgstr ""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment