From ef4de65e7f23682258fbba8516bebb638e81d22a Mon Sep 17 00:00:00 2001 From: Douglas Gardner Date: Thu, 14 Feb 2013 02:58:11 +0000 Subject: [PATCH] Convert core strings.json to ISO 631 --- strings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/strings.json b/strings.json index 630e213..1f67531 100644 --- a/strings.json +++ b/strings.json @@ -1,17 +1,17 @@ { "correction": { - "english": "Did you mean: ", - "spanish": "¿Querías decir: ", + "en": "Did you mean: ", + "es": "¿Querías decir: ", "na'vi": "Srake sweylu nga pamrel sivi: ", - "welsh": "A oeddech chi'n feddwl: " + "cy": "A oeddech chi'n feddwl: " }, "module_load_error": { - "english": "Failed to load module: {moduleName}", - "spanish": "No se pudó cargar el módulo: {moduleName}", + "en": "Failed to load module: {moduleName}", + "es": "No se pudó cargar el módulo: {moduleName}", "na'vi": "Oeru Oel {moduleName}it sung.", - "welsh": "Wedi methu a llwytho modiwl: {moduleName}" + "cy": "Wedi methu a llwytho modiwl: {moduleName}" }, "url": { - "english": "http://{host}:{port}/{path}" + "en": "http://{host}:{port}/{path}" } }