« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/strings-default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r--src/strings-default.yaml205
1 files changed, 40 insertions, 165 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index 2f50fe9b..f84cff21 100644
--- a/src/strings-default.yaml
+++ b/src/strings-default.yaml
@@ -48,14 +48,6 @@ count:
       many: ""
       other: "{ALBUMS} albums"
 
-    unitOnly:
-      zero: ""
-      one: "album"
-      two: ""
-      few: ""
-      many: ""
-      other: "albums"
-
   artTags:
     _: "{TAGS}"
 
@@ -67,14 +59,6 @@ count:
       many: ""
       other: "{TAGS} tags"
 
-    unitOnly:
-      zero: ""
-      one: "tag"
-      two: ""
-      few: ""
-      many: ""
-      other: "tags"
-
   artworks:
     _: "{ARTWORKS}"
 
@@ -86,14 +70,6 @@ count:
       many: ""
       other: "{ARTWORKS} artworks"
 
-    unitOnly:
-      zero: ""
-      one: "artwork"
-      two: ""
-      few: ""
-      many: ""
-      other: "artworks"
-
   commentaryEntries:
     _: "{ENTRIES}"
 
@@ -105,14 +81,6 @@ count:
       many: ""
       other: "{ENTRIES} entries"
 
-    unitOnly:
-      zero: ""
-      one: "entry"
-      two: ""
-      few: ""
-      many: ""
-      other: "entries"
-
   contributions:
     _: "{CONTRIBUTIONS}"
 
@@ -124,14 +92,6 @@ count:
       many: ""
       other: "{CONTRIBUTIONS} contributions"
 
-    unitOnly:
-      zero: ""
-      one: "contribution"
-      two: ""
-      few: ""
-      many: ""
-      other: "contributions"
-
   files:
     _: "{FILES}"
 
@@ -143,14 +103,6 @@ count:
       many: ""
       other: "{FILES} files"
 
-    unitOnly:
-      zero: ""
-      one: "file"
-      two: ""
-      few: ""
-      many: ""
-      other: "files"
-
   flashes:
     _: "{FLASHES}"
 
@@ -162,14 +114,6 @@ count:
       many: ""
       other: "{FLASHES} flashes"
 
-    unitOnly:
-      zero: ""
-      one: "flash"
-      two: ""
-      few: ""
-      many: ""
-      other: "flashes"
-
   tracks:
     _: "{TRACKS}"
 
@@ -181,14 +125,6 @@ count:
       many: ""
       other: "{TRACKS} tracks"
 
-    unitOnly:
-      zero: ""
-      one: "track"
-      two: ""
-      few: ""
-      many: ""
-      other: "tracks"
-
   # Count more abstract stuff
 
   days:
@@ -202,14 +138,6 @@ count:
       many: ""
       other: "{DAYS} days"
 
-    unitOnly:
-      zero: ""
-      one: "day"
-      two: ""
-      few: ""
-      many: ""
-      other: "days"
-
   months:
     _: "{MONTHS}"
 
@@ -221,14 +149,6 @@ count:
       many: ""
       other: "{MONTHS} months"
 
-    unitOnly:
-      zero: ""
-      one: "month"
-      two: ""
-      few: ""
-      many: ""
-      other: "months"
-
   timesFeatured:
     _: "{TIMES_FEATURED}"
 
@@ -240,14 +160,6 @@ count:
       many: ""
       other: "featured {TIMES_FEATURED} times"
 
-    unitOnly:
-      zero: ""
-      one: "time featured"
-      two: ""
-      few: ""
-      many: ""
-      other: "times featured"
-
   timesReferenced:
     _: "{TIMES_REFERENCED}"
 
@@ -259,14 +171,6 @@ count:
       many: ""
       other: "{TIMES_REFERENCED} times referenced"
 
-    unitOnly:
-      zero: ""
-      one: "time referenced"
-      two: ""
-      few: ""
-      many: ""
-      other: "times referenced"
-
   timesUsed:
     _: "{TIMES_USED}"
 
@@ -278,14 +182,6 @@ count:
       many: ""
       other: "used {TIMES_USED} times"
 
-    unitOnly:
-      zero: ""
-      one: "time used"
-      two: ""
-      few: ""
-      many: ""
-      other: "times used"
-
   weeks:
     _: "{WEEKS}"
 
@@ -297,14 +193,6 @@ count:
       many: ""
       other: "{WEEKS} weeks"
 
-    unitOnly:
-      zero: ""
-      one: "week"
-      two: ""
-      few: ""
-      many: ""
-      other: "weeks"
-
   words:
     _: "{WORDS}"
     thousand: "{WORDS}k"
@@ -317,14 +205,6 @@ count:
       many: ""
       other: "{WORDS} words"
 
-    unitOnly:
-      zero: ""
-      one: "word"
-      two: ""
-      few: ""
-      many: ""
-      other: "words"
-
   years:
     _: "{YEARS}"
 
@@ -336,14 +216,6 @@ count:
       many: ""
       other: "{YEARS} years"
 
-    unitOnly:
-      zero: ""
-      one: "year"
-      two: ""
-      few: ""
-      many: ""
-      other: "years"
-
   # Numerical things that aren't exactly counting, per se
 
   duration:
@@ -1797,66 +1669,69 @@ artistPage:
 
       track.miscellaneousAdditionalFile:
         _: >-
-          {TRACK}
-
-        withTitle: >-
-          {TRACK} — {TITLE}
+          {TITLE}: {TRACK}
 
         withCredit: >-
-          {TRACK}: {CREDIT}
+          {TITLE} ({CREDIT}): {TRACK}
 
-        withCredit.withTitle: >-
-          {TRACK}: {TITLE} {CREDIT}
+        withMultipleFiles: >-
+          {TITLE}: {TRACK} ({FILES})
 
-        credit: >-
-          files by {ARTISTS}
+        withNoFiles: >-
+          {TITLE}: {TRACK} (no files)
 
-        credit.standaloneWithFiles: >-
-          {FILES} by {ARTISTS}
+        withCredit.withMultipleFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} ({FILES})
 
-        credit.alongsideTitle: >-
-          by {ARTISTS}
+        withCredit.withNoFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} (no files)
+
+        placeholderTitle: "Additional file"
+        credit: "by {ARTISTS}"
 
       track.sheetMusicFile:
         _: >-
-          {TRACK}
-
-        withTitle: >-
-          {TRACK} — {TITLE}
+          {TITLE}: {TRACK}
 
         withCredit: >-
-          {TRACK}: {CREDIT}
+          {TITLE} ({CREDIT}): {TRACK}
 
-        withCredit.withTitle: >-
-          {TRACK}: {TITLE} {CREDIT}
+        withMultipleFiles: >-
+          {TITLE}: {TRACK} ({FILES})
 
-        credit: >-
-          sheet music by {ARTISTS}
+        withNoFiles: >-
+          {TITLE}: {TRACK} (no files)
 
-        credit.alongsideTitle: >-
-          by {ARTISTS}
+        withCredit.withMultipleFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} ({FILES})
+
+        withCredit.withNoFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} (no files)
+
+        placeholderTitle: "Sheet music"
+        credit: "by {ARTISTS}"
 
       track.midiProjectFile:
         _: >-
-          {TRACK}
-
-        withTitle: >-
-          {TRACK} — {TITLE}
+          {TITLE}: {TRACK}
 
         withCredit: >-
-          {TRACK}: {CREDIT}
+          {TITLE} ({CREDIT}): {TRACK}
 
-        withCredit.withTitle: >-
-          {TRACK}: {TITLE} {CREDIT}
+        withMultipleFiles: >-
+          {TITLE}: {TRACK} ({FILES})
 
-        credit: >-
-          files by {ARTISTS}
+        withNoFiles: >-
+          {TITLE}: {TRACK} (no files)
 
-        credit.standaloneWithFiles: >-
-          {FILES} by {ARTISTS}
+        withCredit.withMultipleFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} ({FILES})
 
-        credit.alongsideTitle: >-
-          by {ARTISTS}
+        withCredit.withNoFiles: >-
+          {TITLE} ({CREDIT}): {TRACK} (no files)
+
+        placeholderTitle: "MIDI or project music"
+        credit: "by {ARTISTS}"
 
       # album:
       #   The artist info page doesn't display if the artist is