summaryrefslogtreecommitdiff
path: root/apps/lang/norsk.lang
diff options
context:
space:
mode:
authorShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
committerShachar Liberman <lshachar@hotmail.com>2006-08-07 21:24:22 +0000
commitf17e5c04f30ee49b3a514b31bdad805323ce93e6 (patch)
tree3e6335fae00c1d8023c1d7c895f1f677f0b075da /apps/lang/norsk.lang
parent5eb1e1549c24aa3ed590c5edb784796b0ecbf010 (diff)
downloadrockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.tar.gz
rockbox-f17e5c04f30ee49b3a514b31bdad805323ce93e6.zip
FS#5587 Non-latin languages support update. Translators:Please change
the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/norsk.lang')
-rw-r--r--apps/lang/norsk.lang658
1 files changed, 658 insertions, 0 deletions
diff --git a/apps/lang/norsk.lang b/apps/lang/norsk.lang
index b2c66bf6d9..6eb4b282dc 100644
--- a/apps/lang/norsk.lang
+++ b/apps/lang/norsk.lang
@@ -8477,3 +8477,661 @@
8477 *: "Tagcache is not ready" 8477 *: "Tagcache is not ready"
8478 </voice> 8478 </voice>
8479</phrase> 8479</phrase>
8480<phrase>
8481 id: LANG_SYSFONT_SET_BOOL_YES
8482 desc: bool true representation
8483 user:
8484 <source>
8485 *: "Yes"
8486 </source>
8487 <dest>
8488 *: "Ja"
8489 </dest>
8490 <voice>
8491 *: "Yes"
8492 </voice>
8493</phrase>
8494<phrase>
8495 id: LANG_SYSFONT_SET_BOOL_NO
8496 desc: bool false representation
8497 user:
8498 <source>
8499 *: "No"
8500 </source>
8501 <dest>
8502 *: "Nei"
8503 </dest>
8504 <voice>
8505 *: "No"
8506 </voice>
8507</phrase>
8508<phrase>
8509 id: LANG_SYSFONT_ON
8510 desc: Used in a lot of places
8511 user:
8512 <source>
8513 *: "On"
8514 </source>
8515 <dest>
8516 *: "På"
8517 </dest>
8518 <voice>
8519 *: "On"
8520 </voice>
8521</phrase>
8522<phrase>
8523 id: LANG_SYSFONT_OFF
8524 desc: Used in a lot of places
8525 user:
8526 <source>
8527 *: "Off"
8528 </source>
8529 <dest>
8530 *: "Av"
8531 </dest>
8532 <voice>
8533 *: "Off"
8534 </voice>
8535</phrase>
8536<phrase>
8537 id: LANG_SYSFONT_VOLUME
8538 desc: in sound_settings
8539 user:
8540 <source>
8541 *: "Volume"
8542 </source>
8543 <dest>
8544 *: "Volum"
8545 </dest>
8546 <voice>
8547 *: "Volume"
8548 </voice>
8549</phrase>
8550<phrase>
8551 id: LANG_SYSFONT_CHANNEL_STEREO
8552 desc: in sound_settings
8553 user:
8554 <source>
8555 *: "Stereo"
8556 </source>
8557 <dest>
8558 *: "Stereo"
8559 </dest>
8560 <voice>
8561 *: "Stereo"
8562 </voice>
8563</phrase>
8564<phrase>
8565 id: LANG_SYSFONT_CHANNEL_MONO
8566 desc: in sound_settings
8567 user:
8568 <source>
8569 *: "Mono"
8570 </source>
8571 <dest>
8572 *: "Mono"
8573 </dest>
8574 <voice>
8575 *: "Mono"
8576 </voice>
8577</phrase>
8578<phrase>
8579 id: LANG_SYSFONT_SHUFFLE
8580 desc: in settings_menu
8581 user:
8582 <source>
8583 *: "Shuffle"
8584 </source>
8585 <dest>
8586 *: "Stokk om rekkefølge"
8587 </dest>
8588 <voice>
8589 *: "Shuffle"
8590 </voice>
8591</phrase>
8592<phrase>
8593 id: LANG_SYSFONT_REPEAT
8594 desc: in settings_menu
8595 user:
8596 <source>
8597 *: "Repeat"
8598 </source>
8599 <dest>
8600 *: "Gjenta"
8601 </dest>
8602 <voice>
8603 *: "Repeat"
8604 </voice>
8605</phrase>
8606<phrase>
8607 id: LANG_SYSFONT_REPEAT_ALL
8608 desc: repeat playlist once all songs have completed
8609 user:
8610 <source>
8611 *: "All"
8612 </source>
8613 <dest>
8614 *: "Alle"
8615 </dest>
8616 <voice>
8617 *: "All"
8618 </voice>
8619</phrase>
8620<phrase>
8621 id: LANG_SYSFONT_REPEAT_ONE
8622 desc: repeat one song
8623 user:
8624 <source>
8625 *: "One"
8626 </source>
8627 <dest>
8628 *: "En"
8629 </dest>
8630 <voice>
8631 *: "One"
8632 </voice>
8633</phrase>
8634<phrase>
8635 id: LANG_SYSFONT_REPEAT_AB
8636 desc: repeat one song
8637 user:
8638 <source>
8639 *: "A-B"
8640 </source>
8641 <dest>
8642 *: "A-B"
8643 </dest>
8644 <voice>
8645 *: "A-B"
8646 </voice>
8647</phrase>
8648<phrase>
8649 id: LANG_SYSFONT_FILTER
8650 desc: setting name for dir filter
8651 user:
8652 <source>
8653 *: "Show Files"
8654 </source>
8655 <dest>
8656 *: "Vis filer"
8657 </dest>
8658 <voice>
8659 *: "Show Files"
8660 </voice>
8661</phrase>
8662<phrase>
8663 id: LANG_SYSFONT_FILTER_ALL
8664 desc: show all files
8665 user:
8666 <source>
8667 *: "All"
8668 </source>
8669 <dest>
8670 *: "Alle"
8671 </dest>
8672 <voice>
8673 *: "All"
8674 </voice>
8675</phrase>
8676<phrase>
8677 id: LANG_SYSFONT_FILTER_SUPPORTED
8678 desc: show all file types supported by Rockbox
8679 user:
8680 <source>
8681 *: "Supported"
8682 </source>
8683 <dest>
8684 *: "Støttede"
8685 </dest>
8686 <voice>
8687 *: "Supported"
8688 </voice>
8689</phrase>
8690<phrase>
8691 id: LANG_SYSFONT_FILTER_MUSIC
8692 desc: show only music-related files
8693 user:
8694 <source>
8695 *: "Music"
8696 </source>
8697 <dest>
8698 *: "Musikk"
8699 </dest>
8700 <voice>
8701 *: "Music"
8702 </voice>
8703</phrase>
8704<phrase>
8705 id: LANG_SYSFONT_FILTER_PLAYLIST
8706 desc: show only playlist
8707 user:
8708 <source>
8709 *: "Playlists"
8710 </source>
8711 <dest>
8712 *: "Spillelister"
8713 </dest>
8714 <voice>
8715 *: "Playlists"
8716 </voice>
8717</phrase>
8718<phrase>
8719 id: LANG_SYSFONT_FILTER_ID3DB
8720 desc: show ID3 Database
8721 user:
8722 <source>
8723 *: "ID3 Database"
8724 </source>
8725 <dest>
8726 *: "Spordatabase"
8727 </dest>
8728 <voice>
8729 *: "ID3 database"
8730 </voice>
8731</phrase>
8732<phrase>
8733 id: LANG_SYSFONT_RECORDING_QUALITY
8734 desc: in the recording settings
8735 user:
8736 <source>
8737 *: "Quality"
8738 </source>
8739 <dest>
8740 *: "Kvalitet"
8741 </dest>
8742 <voice>
8743 *: "Quality"
8744 </voice>
8745</phrase>
8746<phrase>
8747 id: LANG_SYSFONT_RECORDING_FREQUENCY
8748 desc: in the recording settings
8749 user:
8750 <source>
8751 *: "Frequency"
8752 </source>
8753 <dest>
8754 *: "Frekvens"
8755 </dest>
8756 <voice>
8757 *: "Frequency"
8758 </voice>
8759</phrase>
8760<phrase>
8761 id: LANG_SYSFONT_RECORDING_SOURCE
8762 desc: in the recording settings
8763 user:
8764 <source>
8765 *: "Source"
8766 </source>
8767 <dest>
8768 *: "Kilde"
8769 </dest>
8770 <voice>
8771 *: "Source"
8772 </voice>
8773</phrase>
8774<phrase>
8775 id: LANG_SYSFONT_RECORDING_SRC_MIC
8776 desc: in the recording settings
8777 user:
8778 <source>
8779 *: "Mic"
8780 </source>
8781 <dest>
8782 *: "Mikrofon"
8783 </dest>
8784 <voice>
8785 *: "Microphone"
8786 </voice>
8787</phrase>
8788<phrase>
8789 id: LANG_SYSFONT_RECORDING_SRC_LINE
8790 desc: in the recording settings
8791 user:
8792 <source>
8793 *: "Line In"
8794 </source>
8795 <dest>
8796 *: "Line in"
8797 </dest>
8798 <voice>
8799 *: "Line In"
8800 </voice>
8801</phrase>
8802<phrase>
8803 id: LANG_SYSFONT_RECORDING_SRC_DIGITAL
8804 desc: in the recording settings
8805 user:
8806 <source>
8807 *: "Digital"
8808 </source>
8809 <dest>
8810 *: "Digital"
8811 </dest>
8812 <voice>
8813 *: "Digital"
8814 </voice>
8815</phrase>
8816<phrase>
8817 id: LANG_SYSFONT_RECORDING_CHANNELS
8818 desc: in the recording settings
8819 user:
8820 <source>
8821 *: "Channels"
8822 </source>
8823 <dest>
8824 *: "Kanaler"
8825 </dest>
8826 <voice>
8827 *: "Channels"
8828 </voice>
8829</phrase>
8830<phrase>
8831 id: LANG_SYSFONT_RECORD_TRIGGER
8832 desc: in recording settings_menu
8833 user:
8834 <source>
8835 *: "Trigger"
8836 </source>
8837 <dest>
8838 *: "Utløser"
8839 </dest>
8840 <voice>
8841 *: "Trigger"
8842 </voice>
8843</phrase>
8844<phrase>
8845 id: LANG_SYSFONT_FLIP_DISPLAY
8846 desc: in settings_menu, option to turn display+buttos by 180 degreed
8847 user:
8848 <source>
8849 *: "Upside Down"
8850 </source>
8851 <dest>
8852 *: "Opp-ned"
8853 </dest>
8854 <voice>
8855 *: "Upside Down"
8856 </voice>
8857</phrase>
8858<phrase>
8859 id: LANG_SYSFONT_SCROLL_BAR
8860 desc: display menu, F3 substitute
8861 user:
8862 <source>
8863 *: "Scroll Bar"
8864 </source>
8865 <dest>
8866 *: "Rullefelt"
8867 </dest>
8868 <voice>
8869 *: "Scroll Bar"
8870 </voice>
8871</phrase>
8872<phrase>
8873 id: LANG_SYSFONT_STATUS_BAR
8874 desc: display menu, F3 substitute
8875 user:
8876 <source>
8877 *: "Status Bar"
8878 </source>
8879 <dest>
8880 *: "Statusfelt"
8881 </dest>
8882 <voice>
8883 *: "Status Bar"
8884 </voice>
8885</phrase>
8886<phrase>
8887 id: LANG_SYSFONT_PITCH_UP
8888 desc: in wps
8889 user:
8890 <source>
8891 *: "Pitch Up"
8892 </source>
8893 <dest>
8894 *: "Pitsj opp"
8895 </dest>
8896 <voice>
8897 *: ""
8898 </voice>
8899</phrase>
8900<phrase>
8901 id: LANG_SYSFONT_PITCH_DOWN
8902 desc: in wps
8903 user:
8904 <source>
8905 *: "Pitch Down"
8906 </source>
8907 <dest>
8908 *: "Pitsj ned"
8909 </dest>
8910 <voice>
8911 *: ""
8912 </voice>
8913</phrase>
8914<phrase>
8915 id: LANG_SYSFONT_F2_MODE
8916 desc: in wps F2 pressed
8917 user:
8918 <source>
8919 *: "Mode:"
8920 </source>
8921 <dest>
8922 *: "Modus:"
8923 </dest>
8924 <voice>
8925 *: ""
8926 </voice>
8927</phrase>
8928<phrase>
8929 id: LANG_SYSFONT_RECORDING_TIME
8930 desc: Display of recorded time
8931 user:
8932 <source>
8933 *: "Time:"
8934 </source>
8935 <dest>
8936 *: "Tid:"
8937 </dest>
8938 <voice>
8939 *: ""
8940 </voice>
8941</phrase>
8942<phrase>
8943 id: LANG_SYSFONT_RECORD_TIMESPLIT_REC
8944 desc: Display of record timer interval setting, on the record screen
8945 user:
8946 <source>
8947 *: "Split Time:"
8948 </source>
8949 <dest>
8950 *: "Tidsdeling:"
8951 </dest>
8952 <voice>
8953 *: ""
8954 </voice>
8955</phrase>
8956<phrase>
8957 id: LANG_SYSFONT_RECORDING_SIZE
8958 desc: Display of recorded file size
8959 user:
8960 <source>
8961 *: "Size:"
8962 </source>
8963 <dest>
8964 *: "Størrelse:"
8965 </dest>
8966 <voice>
8967 *: ""
8968 </voice>
8969</phrase>
8970<phrase>
8971 id: LANG_SYSFONT_RECORD_PRERECORD
8972 desc: in recording and radio screen
8973 user:
8974 <source>
8975 *: "Pre-Recording"
8976 </source>
8977 <dest>
8978 *: "Forinnspilling"
8979 </dest>
8980 <voice>
8981 *: ""
8982 </voice>
8983</phrase>
8984<phrase>
8985 id: LANG_SYSFONT_RECORDING_GAIN
8986 desc: in the recording screen
8987 user:
8988 <source>
8989 *: "Gain"
8990 </source>
8991 <dest>
8992 *: "Forsterkning"
8993 </dest>
8994 <voice>
8995 *: ""
8996 </voice>
8997</phrase>
8998<phrase>
8999 id: LANG_SYSFONT_RECORDING_LEFT
9000 desc: in the recording screen
9001 user:
9002 <source>
9003 *: "Gain Left"
9004 </source>
9005 <dest>
9006 *: "Nivå venstre"
9007 </dest>
9008 <voice>
9009 *: ""
9010 </voice>
9011</phrase>
9012<phrase>
9013 id: LANG_SYSFONT_RECORDING_RIGHT
9014 desc: in the recording screen
9015 user:
9016 <source>
9017 *: "Gain Right"
9018 </source>
9019 <dest>
9020 *: "Nivå venstre"
9021 </dest>
9022 <voice>
9023 *: ""
9024 </voice>
9025</phrase>
9026<phrase>
9027 id: LANG_SYSFONT_DISK_FULL
9028 desc: in recording screen
9029 user:
9030 <source>
9031 *: "The disk is full. Press OFF to continue."
9032 </source>
9033 <dest>
9034 *: "Disken er full. Trykk AV for å fortsette."
9035 </dest>
9036 <voice>
9037 *: ""
9038 </voice>
9039</phrase>
9040<phrase>
9041 id: LANG_SYSFONT_DIRBROWSE_F1
9042 desc: in dir browser, F1 button bar text
9043 user:
9044 <source>
9045 *: "Menu"
9046 </source>
9047 <dest>
9048 *: "Meny"
9049 </dest>
9050 <voice>
9051 *: ""
9052 </voice>
9053</phrase>
9054<phrase>
9055 id: LANG_SYSFONT_DIRBROWSE_F2
9056 desc: in dir browser, F2 button bar text
9057 user:
9058 <source>
9059 *: "Option"
9060 </source>
9061 <dest>
9062 *: "Valg"
9063 </dest>
9064 <voice>
9065 *: ""
9066 </voice>
9067</phrase>
9068<phrase>
9069 id: LANG_SYSFONT_DIRBROWSE_F3
9070 desc: in dir browser, F3 button bar text
9071 user:
9072 <source>
9073 *: "LCD"
9074 </source>
9075 <dest>
9076 *: "LCD"
9077 </dest>
9078 <voice>
9079 *: ""
9080 </voice>
9081</phrase>
9082<phrase>
9083 id: LANG_SYSFONT_PITCH
9084 desc: "pitch" in the pitch screen
9085 user:
9086 <source>
9087 *: "Pitch"
9088 </source>
9089 <dest>
9090 *: "Pitsj"
9091 </dest>
9092 <voice>
9093 *: "Pitch"
9094 </voice>
9095</phrase>
9096<phrase>
9097 id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
9098 desc: in the equalizer settings menu
9099 user:
9100 <source>
9101 *: "Cutoff Frequency"
9102 </source>
9103 <dest>
9104 *: "Avkuttingsfrekvens"
9105 </dest>
9106 <voice>
9107 *: "Cutoff Frequency"
9108 </voice>
9109</phrase>
9110<phrase>
9111 id: LANG_SYSFONT_EQUALIZER_BAND_GAIN
9112 desc: in the equalizer settings menu
9113 user:
9114 <source>
9115 *: "Gain"
9116 </source>
9117 <dest>
9118 *: "Nivå"
9119 </dest>
9120 <voice>
9121 *: "Gain"
9122 </voice>
9123</phrase>
9124<phrase>
9125 id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
9126 desc: in the equalizer settings menu
9127 user:
9128 <source>
9129 *: "Edit mode: %s"
9130 </source>
9131 <dest>
9132 *: "Redigeringsmodus Edit mode: %s"
9133 </dest>
9134 <voice>
9135 *: ""
9136 </voice>
9137</phrase>