1

Archive Project

This commit is contained in:
Kim Wittenburg
2017-07-25 17:21:13 +02:00
parent 7d4f001502
commit 15062dfb27
66 changed files with 14172 additions and 4692 deletions

View File

@@ -0,0 +1,16 @@
/*
RulesPredicates.strings
Notifications for YouTube
Created by Kim Wittenburg on 22.07.13.
Copyright (c) 2013 Kim Wittenburg. All rights reserved.
*/
"%[Any]@ of the following are true" = "Entspricht %[einem]@ der folgenden Kriterien";
"%[All]@ of the following are true" = "Entspricht %[allen]@ der folgenden Kriterien";
"%[None]@ of the following are true" = "Entspricht %[keinem]@ der folgenden Kriterien";
"%[Video Title]@ %[contains]@ %@" = "%1$[Videotitel]@ %2$[enthält]@ %3$@";
"%[Video Title]@ %[begins with]@ %@" = "%1$[Videotitel]@ %2$[beginnt mit]@ %3$@";
"%[Video Title]@ %[ends with]@ %@" = "%1$[Videotitel]@ %2$[endet mit]@ %3$@";
"%[Video Title]@ %[is]@ %@" = "%1$[Videotitel]@ %2$[ist]@ %3$@";
"%[Video Title]@ %[is not]@ %@" = "%1$[Videotitel]@ %2$[ist nicht]@ %3$@";