summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/wrap/lang/no
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/wrap/lang/no')
-rw-r--r--platform/www/lib/plugins/wrap/lang/no/lang.php24
-rw-r--r--platform/www/lib/plugins/wrap/lang/no/settings.php15
2 files changed, 39 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/wrap/lang/no/lang.php b/platform/www/lib/plugins/wrap/lang/no/lang.php
new file mode 100644
index 0000000..a1734b8
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/no/lang.php
@@ -0,0 +1,24 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aurora Voje <aurora.voje@jbv.no>
+ */
+$lang['picker'] = 'Omhylningsplugin
+Omkransningsplugin';
+$lang['column'] = 'kolonner';
+$lang['box'] = 'enkel sentrert boks';
+$lang['info'] = 'infoboks';
+$lang['tip'] = 'tipsboks';
+$lang['important'] = 'viktig boks';
+$lang['alert'] = 'alarmboks';
+$lang['help'] = 'hjelpeboks';
+$lang['download'] = 'nedlastningsboks';
+$lang['todo'] = 'gjøremålsboks';
+$lang['clear'] = 'tøm floats';
+$lang['em'] = 'spesielt fremhevet (singular)
+spesielt fremhevede (plural)';
+$lang['hi'] = 'markert (singular)
+markerte (plural)';
+$lang['lo'] = 'mindre viktig';
diff --git a/platform/www/lib/plugins/wrap/lang/no/settings.php b/platform/www/lib/plugins/wrap/lang/no/settings.php
new file mode 100644
index 0000000..1bdc762
--- /dev/null
+++ b/platform/www/lib/plugins/wrap/lang/no/settings.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Aurora Voje <aurora.voje@jbv.no>
+ */
+$lang['noPrefix'] = 'Hvilke klasser (adskilt med komma) bør eksluderes fra å ha prefiks "wrap_"?';
+$lang['restrictedClasses'] = 'begrens bruk av plugin til klasser adskilt med komma';
+$lang['restrictionType'] = 'restriksjonstype, spesifiserer om de ovenforstående klassene skal inkluderes eller ekskluderes';
+$lang['restrictionType_o_0'] = 'vis alle klasser bortsett fra de ovenforstående';
+$lang['restrictionType_o_1'] = 'begrens til kun ovenforstående klasser og ingen fler';
+$lang['syntaxDiv'] = 'Hvilken syntaks bør brukes i verktøylinjen valg for blokkomkransning?';
+$lang['syntaxSpan'] = 'Hvilken syntaks bør brukes i verktøylinjen valg for omkransning på en linje?';
+$lang['darkTpl'] = 'Optimer farger for mørke maler?';