Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions modules/issue_tracker/locale/fr/LC_MESSAGES/issue_tracker.po
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ msgstr "Édition par lot"
msgid "Add Comment"
msgstr "Ajouter un commentaire"

msgid "Add New Comment"
msgstr "Ajouter un nouveau commentaire"

msgid "Comment"
msgstr "Commentaire"

msgid "Create New Issue"
msgstr "Créer un nouvel incident"

Expand Down Expand Up @@ -146,6 +152,9 @@ msgstr "Description"
msgid "Watching?"
msgstr "Tu regardes ?"

msgid "Watchers"
msgstr "Observateurs"

#, fuzzy
msgid "Add others to watching?"
msgstr "Ajouter d'autres personnes à la liste des spectateurs ?"
Expand Down Expand Up @@ -281,3 +290,15 @@ msgstr "Comptes utilisateur"
#, fuzzy
msgid "Last 3 Comments"
msgstr "3 derniers commentaires"

msgid "The server is not configured for attachments."
msgstr "Le serveur n'est pas configuré pour les pièces jointes."

msgid "The server is not configured to receive a file this large."
msgstr "Le serveur n'est pas configuré pour recevoir un fichier de cette taille."

msgid "Submit Attachment"
msgstr "Soumettre la pièce jointe"

msgid "Submit Comment"
msgstr "Soumettre le commentaire"
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ msgstr ""
"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"

msgid "Issue Tracker"
msgstr "समस्या ट्रैकर"
Expand Down
12 changes: 12 additions & 0 deletions modules/issue_tracker/locale/issue_tracker.pot
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ msgstr ""
msgid "Add Comment"
msgstr ""

msgid "Add New Comment"
msgstr ""

msgid "Comment"
msgstr ""

msgid "Create New Issue"
msgstr ""

Expand Down Expand Up @@ -139,6 +145,9 @@ msgstr ""
msgid "Watching?"
msgstr ""

msgid "Watchers"
msgstr ""

msgid "Add others to watching?"
msgstr ""

Expand Down Expand Up @@ -268,3 +277,6 @@ msgstr ""

msgid "Submit Attachment"
msgstr ""

msgid "Submit Comment"
msgstr ""
12 changes: 12 additions & 0 deletions modules/issue_tracker/locale/ja/LC_MESSAGES/issue_tracker.po
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ msgstr "一括編集"
msgid "Add Comment"
msgstr "コメントを追加"

msgid "Add New Comment"
msgstr "新しいコメントを追加"

msgid "Comment"
msgstr "コメント"

msgid "Create New Issue"
msgstr "新しい問題を作成"

Expand Down Expand Up @@ -143,6 +149,9 @@ msgstr "説明"
msgid "Watching?"
msgstr "見ている"

msgid "Watchers"
msgstr "ウォッチャー"

msgid "Add others to watching?"
msgstr "他の人をウォッチリストに追加する"

Expand Down Expand Up @@ -273,3 +282,6 @@ msgstr "サーバーはこれほど大きなファイルを受信するように
msgid "Submit Attachment"
msgstr "添付ファイルを送信"

msgid "Submit Comment"
msgstr "コメントを送信"

Loading