From f3afd25b068d7939be0dad99ab06fbaee9429a4b Mon Sep 17 00:00:00 2001 From: Pavol Zibrita Date: Mon, 22 Oct 2012 21:41:11 +0200 Subject: [PATCH] Correct Norwegian code should be nb, or nb-rNO. Added Arabic resources --- .../src/net/osmand/swing/swing_messages_ar.properties | 0 .../src/net/osmand/swing/swing_messages_nb.properties | 0 OsmAnd/res/values-ar/bidforfix.xml | 3 +++ OsmAnd/res/values-ar/strings.xml | 3 +++ OsmAnd/res/values-nb/bidforfix.xml | 3 +++ OsmAnd/res/{values-no => values-nb}/strings.xml | 0 plugins/Osmand-ParkingPlugin/res/values-ar/strings.xml | 3 +++ plugins/Osmand-ParkingPlugin/res/values-nb/strings.xml | 3 +++ 8 files changed, 15 insertions(+) create mode 100644 DataExtractionOSM/src/net/osmand/swing/swing_messages_ar.properties create mode 100644 DataExtractionOSM/src/net/osmand/swing/swing_messages_nb.properties create mode 100644 OsmAnd/res/values-ar/bidforfix.xml create mode 100644 OsmAnd/res/values-ar/strings.xml create mode 100644 OsmAnd/res/values-nb/bidforfix.xml rename OsmAnd/res/{values-no => values-nb}/strings.xml (100%) create mode 100644 plugins/Osmand-ParkingPlugin/res/values-ar/strings.xml create mode 100644 plugins/Osmand-ParkingPlugin/res/values-nb/strings.xml diff --git a/DataExtractionOSM/src/net/osmand/swing/swing_messages_ar.properties b/DataExtractionOSM/src/net/osmand/swing/swing_messages_ar.properties new file mode 100644 index 0000000000..e69de29bb2 diff --git a/DataExtractionOSM/src/net/osmand/swing/swing_messages_nb.properties b/DataExtractionOSM/src/net/osmand/swing/swing_messages_nb.properties new file mode 100644 index 0000000000..e69de29bb2 diff --git a/OsmAnd/res/values-ar/bidforfix.xml b/OsmAnd/res/values-ar/bidforfix.xml new file mode 100644 index 0000000000..81fcead2f0 --- /dev/null +++ b/OsmAnd/res/values-ar/bidforfix.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OsmAnd/res/values-ar/strings.xml b/OsmAnd/res/values-ar/strings.xml new file mode 100644 index 0000000000..8bb767998d --- /dev/null +++ b/OsmAnd/res/values-ar/strings.xml @@ -0,0 +1,3 @@ + + + diff --git a/OsmAnd/res/values-nb/bidforfix.xml b/OsmAnd/res/values-nb/bidforfix.xml new file mode 100644 index 0000000000..81fcead2f0 --- /dev/null +++ b/OsmAnd/res/values-nb/bidforfix.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OsmAnd/res/values-no/strings.xml b/OsmAnd/res/values-nb/strings.xml similarity index 100% rename from OsmAnd/res/values-no/strings.xml rename to OsmAnd/res/values-nb/strings.xml diff --git a/plugins/Osmand-ParkingPlugin/res/values-ar/strings.xml b/plugins/Osmand-ParkingPlugin/res/values-ar/strings.xml new file mode 100644 index 0000000000..81fcead2f0 --- /dev/null +++ b/plugins/Osmand-ParkingPlugin/res/values-ar/strings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/plugins/Osmand-ParkingPlugin/res/values-nb/strings.xml b/plugins/Osmand-ParkingPlugin/res/values-nb/strings.xml new file mode 100644 index 0000000000..81fcead2f0 --- /dev/null +++ b/plugins/Osmand-ParkingPlugin/res/values-nb/strings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file