From 1869e82b45d9c20fc7b2f1f930a0eb12bea9fe88 Mon Sep 17 00:00:00 2001 From: Owen Dyckhoff Date: Wed, 29 May 2013 12:21:48 +0200 Subject: [PATCH] Completed reddit module Welsh translations in strings.json --- modules/reddit/strings.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/reddit/strings.json b/modules/reddit/strings.json index 7a4d692..61096f8 100644 --- a/modules/reddit/strings.json +++ b/modules/reddit/strings.json @@ -1,14 +1,18 @@ { "about_subreddit": { - "en": "[{display_name} has {subscribers} subscribers ({active} active)]" + "en": "[{display_name} has {subscribers} subscribers ({active} active)]", + "cy": "[Mae {display_name} wedi {subscribers} subscribers ({active} active)]" }, "about_post": { - "en": "[Post by {poster} in {subreddit} — Comments: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}" + "en": "[Post by {poster} in {subreddit} — Comments: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}", + "cy": "[Postio gan {poster} yn {subreddit} - Sylwadau: {comments}, Sgôr: {score} (\u00039]▲{up}\u000f|\u000312{down}▼\u000f)] — {url}" }, "about_comment": { - "en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]" + "en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]", + "cy": "[Sylw gan {poster} yn {subreddit} - Sgôr: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]" }, "nsfw": { - "en": "[NSFW]" + "en": "[NSFW]", + "cy": "[Anniogel Ar Gwaith (AAG)] } }