--- a/src-qt5/core/lumina-desktop/BootSplash.cpp 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/BootSplash.cpp 2023-08-07 23:15:33.295605715 +0200 @@ -42,100 +42,20 @@ tip = LUtils::readFile(sysMOTD).join("\n"); }else{ - int index = qrand()%46; //Make sure this number matches the length of the case below (max value +1) + int index = qrand()%6; //Make sure this number matches the length of the case below (max value +1) switch(index){ case 0: - tip = tr("This desktop is powered by coffee, coffee, and more coffee."); break; - case 1: tip = tr("Keep up with desktop news!")+"\n\nwww.lumina-desktop.org"; break; - case 2: + case 1: tip = tr("There is a full handbook of information about the desktop available online.")+"\n\nwww.lumina-desktop.org/handbook"; break; - case 3: + case 2: tip = tr("Want to change the interface? Everything is customizable in the desktop configuration!"); break; - case 4: + case 3: tip = tr("Lumina can easily reproduce the interface from most other desktop environments."); break; + case 4: + tip = "\""+tr("Keeping up freedom, privacy and security for technical emancipation of the users!")+"\"\n\n- Hyperbola-project -"; break; case 5: - tip = tr("This desktop is generously sponsored by iXsystems")+"\n\nwww.ixsystems.com"; break; - case 6: - tip = "\""+tr("I have never been hurt by what I have not said")+"\"\n\n- Calvin Coolidge -"; break; - case 7: - tip = "\""+tr("Gotta have more cowbell!")+"\"\n\n- Christopher Walken (SNL) -"; break; - case 8: - tip = "\""+tr("Everything has its beauty but not everyone sees it.")+"\"\n\n- Confucius -"; break; - case 9: - tip = "\""+tr("Before God we are all equally wise - and equally foolish.")+"\"\n\n- Albert Einstein -"; break; - case 10: - tip = "\""+tr("We cannot do everything at once, but we can do something at once.")+"\"\n\n- Calvin Coolidge -"; break; - case 11: - tip = "\""+tr("One with the law is a majority.")+"\"\n\n- Calvin Coolidge -"; break; - case 12: - tip = "\""+tr("Don't expect to build up the weak by pulling down the strong.")+"\"\n\n- Calvin Coolidge -"; break; - case 13: - tip = "\""+tr("You can't know too much, but you can say too much.")+"\"\n\n- Calvin Coolidge -"; break; - case 14: - tip = "\""+tr("Duty is not collective; it is personal.")+"\"\n\n- Calvin Coolidge -"; break; - case 15: - tip = "\""+tr("Any society that would give up a little liberty to gain a little security will deserve neither and lose both.")+"\"\n\n- Benjamin Franklin -"; break; - case 16: - tip = "\""+tr("Never trust a computer you can’t throw out a window.")+"\"\n\n- Steve Wozniak -"; break; - case 17: - tip = "\""+tr("Study the past if you would define the future.")+"\"\n\n- Confucius -"; break; - case 18: - tip = "\""+tr("The way to get started is to quit talking and begin doing.")+"\"\n\n- Walt Disney -"; break; - case 19: - tip = "\""+tr("Ask and it will be given to you; search, and you will find; knock and the door will be opened for you.")+"\"\n\n- Jesus Christ -"; break; - case 20: - tip = "\""+tr("Start where you are. Use what you have. Do what you can.")+"\"\n\n- Arthur Ashe -"; break; - case 21: - tip = "\""+tr("A person who never made a mistake never tried anything new.")+"\"\n\n- Albert Einstein -"; break; - case 22: - tip = "\""+tr("It does not matter how slowly you go as long as you do not stop.")+"\"\n\n- Confucius -"; break; - case 23: - tip = "\""+tr("Do what you can, where you are, with what you have.")+"\"\n\n- Theodore Roosevelt -"; break; - case 24: - tip = "\""+tr("Remember no one can make you feel inferior without your consent.")+"\"\n\n- Eleanor Roosevelt -"; break; - case 25: - tip = "\""+tr("It’s not the years in your life that count. It’s the life in your years.")+"\"\n\n- Abraham Lincoln -"; break; - case 26: - tip = "\""+tr("Either write something worth reading or do something worth writing.")+"\"\n\n- Benjamin Franklin -"; break; - case 27: - tip = "\""+tr("The only way to do great work is to love what you do.")+"\"\n\n- Steve Jobs -"; break; - case 28: - tip = "\""+tr("Political correctness is tyranny with manners.")+"\"\n\n- Charlton Heston -"; break; - case 29: - tip = "\""+tr("Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.")+"\"\n\n- Albert Einstein -"; break; - case 30: - tip = "\""+tr("I find that the harder I work, the more luck I seem to have.")+"\"\n\n- Thomas Jefferson -"; break; - case 31: - tip = "\""+tr("Do, or do not. There is no 'try'.")+"\"\n\n- Yoda -"; break; - case 32: - tip = "\""+tr("A mathematician is a device for turning coffee into theorems.")+"\"\n\n- Paul Erdos -"; break; - case 33: - tip = "\""+tr("Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws.")+"\"\n\n- Plato -"; break; - case 34: - tip = "\""+tr("Black holes are where God divided by zero.")+"\"\n\n- Steven Wright -"; break; - case 35: - tip = "\""+tr("It's kind of fun to do the impossible.")+"\"\n\n- Walt Disney -"; break; - case 36: - tip = "\""+tr("Knowledge speaks, but wisdom listens.")+"\"\n\n- Jimi Hendrix -"; break; - case 37: - tip = "\""+tr("A witty saying proves nothing.")+"\"\n\n- Voltaire -"; break; - case 38: - tip = "\""+tr("Success usually comes to those who are too busy to be looking for it.")+"\"\n\n- Henry David Thoreau -"; break; - case 39: - tip = "\""+tr("Well-timed silence hath more eloquence than speech.")+"\"\n\n- Martin Fraquhar Tupper -"; break; - case 40: - tip = "\""+tr("I have never let my schooling interfere with my education.")+"\"\n\n- Mark Twain -"; break; - case 41: - tip = "\""+tr("The best way to predict the future is to invent it.")+"\"\n\n- Alan Kay -"; break; - case 42: - tip = "\""+tr("Well done is better than well said.")+"\"\n\n- Benjamin Franklin -"; break; - case 43: - tip = "\""+tr("Sometimes it is not enough that we do our best; we must do what is required.")+"\"\n\n- Sir Winston Churchill -"; break; - case 44: - tip = "\""+tr("The truth is more important than the facts.")+"\"\n\n- Frank Lloyd Wright -"; break; - case 45: - tip = "\""+tr("Better to remain silent and be thought a fool than to speak out and remove all doubt.")+"\"\n\n- Abraham Lincoln -"; break; + tip = "\""+tr("Everyone can admire complexity, while only some admire simplicity and minimalism.")+"\"\n\n- Hyperbola-project -"; break; } //end of switch for tips } //end of fallback tip generation ui->label_welcome->setText( tip); --- a/src-qt5/core/lumina-desktop-unified/BootSplash.cpp 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop-unified/BootSplash.cpp 2023-08-07 23:15:44.065599500 +0200 @@ -34,100 +34,20 @@ tip = LUtils::readFile(sysMOTD).join("\n"); }else{ - int index = qrand()%46; //Make sure this number matches the length of the case below (max value +1) + int index = qrand()%6; //Make sure this number matches the length of the case below (max value +1) switch(index){ case 0: - tip = tr("This desktop is powered by coffee, coffee, and more coffee."); break; - case 1: tip = tr("Keep up with desktop news!")+"\n\nwww.lumina-desktop.org"; break; - case 2: + case 1: tip = tr("There is a full handbook of information about the desktop available online.")+"\n\nwww.lumina-desktop.org/handbook"; break; - case 3: + case 2: tip = tr("Want to change the interface? Everything is customizable in the desktop configuration!"); break; - case 4: + case 3: tip = tr("Lumina can easily reproduce the interface from most other desktop environments."); break; + case 4: + tip = "\""+tr("Keeping up freedom, privacy and security for technical emancipation of the users!")+"\"\n\n- Hyperbola-project -"; break; case 5: - tip = tr("This desktop is generously sponsored by iXsystems")+"\n\nwww.ixsystems.com"; break; - case 6: - tip = "\""+tr("I have never been hurt by what I have not said")+"\"\n\n- Calvin Coolidge -"; break; - case 7: - tip = "\""+tr("Gotta have more cowbell!")+"\"\n\n- Christopher Walken (SNL) -"; break; - case 8: - tip = "\""+tr("Everything has its beauty but not everyone sees it.")+"\"\n\n- Confucius -"; break; - case 9: - tip = "\""+tr("Before God we are all equally wise - and equally foolish.")+"\"\n\n- Albert Einstein -"; break; - case 10: - tip = "\""+tr("We cannot do everything at once, but we can do something at once.")+"\"\n\n- Calvin Coolidge -"; break; - case 11: - tip = "\""+tr("One with the law is a majority.")+"\"\n\n- Calvin Coolidge -"; break; - case 12: - tip = "\""+tr("Don't expect to build up the weak by pulling down the strong.")+"\"\n\n- Calvin Coolidge -"; break; - case 13: - tip = "\""+tr("You can't know too much, but you can say too much.")+"\"\n\n- Calvin Coolidge -"; break; - case 14: - tip = "\""+tr("Duty is not collective; it is personal.")+"\"\n\n- Calvin Coolidge -"; break; - case 15: - tip = "\""+tr("Any society that would give up a little liberty to gain a little security will deserve neither and lose both.")+"\"\n\n- Benjamin Franklin -"; break; - case 16: - tip = "\""+tr("Never trust a computer you can’t throw out a window.")+"\"\n\n- Steve Wozniak -"; break; - case 17: - tip = "\""+tr("Study the past if you would define the future.")+"\"\n\n- Confucius -"; break; - case 18: - tip = "\""+tr("The way to get started is to quit talking and begin doing.")+"\"\n\n- Walt Disney -"; break; - case 19: - tip = "\""+tr("Ask and it will be given to you; search, and you will find; knock and the door will be opened for you.")+"\"\n\n- Jesus Christ -"; break; - case 20: - tip = "\""+tr("Start where you are. Use what you have. Do what you can.")+"\"\n\n- Arthur Ashe -"; break; - case 21: - tip = "\""+tr("A person who never made a mistake never tried anything new.")+"\"\n\n- Albert Einstein -"; break; - case 22: - tip = "\""+tr("It does not matter how slowly you go as long as you do not stop.")+"\"\n\n- Confucius -"; break; - case 23: - tip = "\""+tr("Do what you can, where you are, with what you have.")+"\"\n\n- Theodore Roosevelt -"; break; - case 24: - tip = "\""+tr("Remember no one can make you feel inferior without your consent.")+"\"\n\n- Eleanor Roosevelt -"; break; - case 25: - tip = "\""+tr("It’s not the years in your life that count. It’s the life in your years.")+"\"\n\n- Abraham Lincoln -"; break; - case 26: - tip = "\""+tr("Either write something worth reading or do something worth writing.")+"\"\n\n- Benjamin Franklin -"; break; - case 27: - tip = "\""+tr("The only way to do great work is to love what you do.")+"\"\n\n- Steve Jobs -"; break; - case 28: - tip = "\""+tr("Political correctness is tyranny with manners.")+"\"\n\n- Charlton Heston -"; break; - case 29: - tip = "\""+tr("Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.")+"\"\n\n- Albert Einstein -"; break; - case 30: - tip = "\""+tr("I find that the harder I work, the more luck I seem to have.")+"\"\n\n- Thomas Jefferson -"; break; - case 31: - tip = "\""+tr("Do, or do not. There is no 'try'.")+"\"\n\n- Yoda -"; break; - case 32: - tip = "\""+tr("A mathematician is a device for turning coffee into theorems.")+"\"\n\n- Paul Erdos -"; break; - case 33: - tip = "\""+tr("Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws.")+"\"\n\n- Plato -"; break; - case 34: - tip = "\""+tr("Black holes are where God divided by zero.")+"\"\n\n- Steven Wright -"; break; - case 35: - tip = "\""+tr("It's kind of fun to do the impossible.")+"\"\n\n- Walt Disney -"; break; - case 36: - tip = "\""+tr("Knowledge speaks, but wisdom listens.")+"\"\n\n- Jimi Hendrix -"; break; - case 37: - tip = "\""+tr("A witty saying proves nothing.")+"\"\n\n- Voltaire -"; break; - case 38: - tip = "\""+tr("Success usually comes to those who are too busy to be looking for it.")+"\"\n\n- Henry David Thoreau -"; break; - case 39: - tip = "\""+tr("Well-timed silence hath more eloquence than speech.")+"\"\n\n- Martin Fraquhar Tupper -"; break; - case 40: - tip = "\""+tr("I have never let my schooling interfere with my education.")+"\"\n\n- Mark Twain -"; break; - case 41: - tip = "\""+tr("The best way to predict the future is to invent it.")+"\"\n\n- Alan Kay -"; break; - case 42: - tip = "\""+tr("Well done is better than well said.")+"\"\n\n- Benjamin Franklin -"; break; - case 43: - tip = "\""+tr("Sometimes it is not enough that we do our best; we must do what is required.")+"\"\n\n- Sir Winston Churchill -"; break; - case 44: - tip = "\""+tr("The truth is more important than the facts.")+"\"\n\n- Frank Lloyd Wright -"; break; - case 45: - tip = "\""+tr("Better to remain silent and be thought a fool than to speak out and remove all doubt.")+"\"\n\n- Abraham Lincoln -"; break; + tip = "\""+tr("Everyone can admire complexity, while only some admire simplicity and minimalism.")+"\"\n\n- Hyperbola-project -"; break; } //end of switch for tips } //end of fallback tip generation --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_af.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_af.ts 2023-08-07 22:09:27.367728883 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ar.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ar.ts 2023-08-07 22:10:25.337695390 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_az.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_az.ts 2023-08-07 22:10:42.127685690 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bg.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bg.ts 2023-08-07 22:11:02.847673722 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Формуляр - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Подготовка на сесията … - - - - Loading System Settings … - Зареждане на системните настройки … - - - - Loading User Preferences … - Зареждане на потребителските настройки … - - - - Preparing System Tray … - Подготовка на системния жлеб … - - - - Starting Window Manager … - Стартиране на мениджъра на прозорци … - - - - Detecting Applications … - Откриване на програми … - - - - Preparing Menus … - Подготовка на менюта … - - - - Preparing Workspace … - Подготовка на работния плот … - - - - Finalizing … - Довършване … - - - - Starting App: %1 - Стартиране на програма: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bn.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bn.ts 2023-08-07 22:11:25.777660471 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bs.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_bs.ts 2023-08-07 22:16:13.117494490 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ca.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ca.ts 2023-08-07 22:17:46.447440568 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulari - - - - Starting the Lumina Desktop... - S'inicia l'escriptori Lumina... - - - - Version %1 - Versió %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Aquest escriptori és alimentat per cafè, cafè i més cafè. - - - - Keep up with desktop news! - Mantingueu-vos al dia de les notícies de l'escriptori! - - - - There is a full handbook of information about the desktop available online. - Hi ha un manual ple d'informació de l'escriptori disponible en línia. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Voleu canviar-ne la interfície? Tot és personalitzable des de la configuració de l'escriptori! - - - - Lumina can easily reproduce the interface from most other desktop environments. - El Lumina pot reproduir fàcilment la interfície de la majoria d'altres entorns d'escriptori. - - - - This desktop is generously sponsored by iXsystems - Aquest escriptori està generosament patrocinat per iXsystems. - - - - I have never been hurt by what I have not said - Mai no m'ha fet mal el que no he dit. - - - - Gotta have more cowbell! - He de tenir més esquella! - - - - Everything has its beauty but not everyone sees it. - Tot té la seva bellesa, però no tothom ho veu. - - - - Before God we are all equally wise - and equally foolish. - Davant Déu tots som igual de savis - i igual de ximples. - - - - We cannot do everything at once, but we can do something at once. - No podem fer-ho tot alhora, però podem fer alguna cosa cada vegada. - - - - One with the law is a majority. - Un amb la llei és una majoria. - - - - Don't expect to build up the weak by pulling down the strong. - No espereu fer forts els febles enfonsant forts. - - - - You can't know too much, but you can say too much. - No es pot saber massa, però es pot dir massa. - - - - Duty is not collective; it is personal. - El deure no és col·lectiu, és personal. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Qualsevol societat que deixi de banda una mica de llibertat per guanyar una mica de seguretat no en mereixerà ni una ni l'altra i les perdrà totes dues. - - - - Never trust a computer you can’t throw out a window. - Mai no confieu en un ordinador que no pugueu llençar per una finestra. - - - - Study the past if you would define the future. - Estudieu el passat si voleu definir el futur. - - - - The way to get started is to quit talking and begin doing. - La manera de començar és deixar de parlar i començar a fer-ho. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Demaneu i se us donarà; cerqueu i trobareu; truqueu i se us obrirà la porta. - - - - Start where you are. Use what you have. Do what you can. - Comenceu on sou. Useu el que teniu. Feu el que pugueu. - - - - A person who never made a mistake never tried anything new. - Una persona que mai no ha comès un error mai no ha intentat res de nou. - - - - It does not matter how slowly you go as long as you do not stop. - No importa la lentitud amb què aneu, sempre que no us atureu. - - - - Do what you can, where you are, with what you have. - Feu el que pugueu, on sigueu, amb el que tingueu. - - - - Remember no one can make you feel inferior without your consent. - Recordeu que ningú us pot fer sentir inferiors sense el vostre consentiment. - - - - It’s not the years in your life that count. It’s the life in your years. - No són els anys de la vostra vida que compten, és la vida als vostres anys. - - - - Either write something worth reading or do something worth writing. - O bé feu alguna cosa que pagui la pena de llegir o bé feu alguna cosa que pagui la pena escriure. - - - - The only way to do great work is to love what you do. - L'única manera de fer una bona feina és que us agradi el que feu. - - - - Political correctness is tyranny with manners. - La correcció política és tirania amb educació. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Només hi ha dues coses infinites: l'univers i l'estupidesa humana, i no estic segur de la primera. - - - - I find that the harder I work, the more luck I seem to have. - Trobo que com més durament treballo, més sort sembla que tinc. - - - - Do, or do not. There is no 'try'. - Fes-ho o no. No hi ha un "intent". - - - - A mathematician is a device for turning coffee into theorems. - Un matemàtic és un dispositiu per convertir cafè en teoremes. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - La gent bona no necessita lleis que els diguin d'actuar responsablement, mentre que la mala gent trobarà una manera d'evitar les lleis. - - - - Black holes are where God divided by zero. - Els forats negres són el lloc on déu va dividir per zero. - - - - It's kind of fun to do the impossible. - És bastant divertit fer l'impossible. - - - - Knowledge speaks, but wisdom listens. - El coneixement parla, però la saviesa escolta. - - - - A witty saying proves nothing. - Una dita enginyosa no prova res. - - - - Success usually comes to those who are too busy to be looking for it. - L'èxit normalment arriba als que estan massa enfeinats per buscar-lo. - - - - Well-timed silence hath more eloquence than speech. - Un silenci al moment oportú té més eloqüència que un discurs. - - - - I have never let my schooling interfere with my education. - Mai he deixat que els meus estudis interfereixin en la meva educació. - - - - The best way to predict the future is to invent it. - La millor manera de predir el futur és inventar-lo. - - - - Well done is better than well said. - Ben fet és millor que ben dit. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Algunes vegades no n'hi ha prou amb fer-ho el millor que podem, hem de fer el que cal. - - - - The truth is more important than the facts. - La veritat és més important que els fets. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - És millor romandre en silenci i ser pres per ximple que parlar i eliminar-ne tots els dubtes. - - - - Initializing Session … - Iniciant la sessió… - - - - Loading System Settings … - Carregant la configuració del sistema… - - - - Loading User Preferences … - Carregant les preferències de l'usuari… - - - - Preparing System Tray … - Preparant la safata de sistema… - - - - Starting Window Manager … - Iniciant el gestor de finestres… - - - - Detecting Applications … - Detectant les aplicacions… - - - - Preparing Menus … - Preparant els menús… - - - - Preparing Workspace … - Preparant l'espai de treball… - - - - Finalizing … - Acabant… - - - - Starting App: %1 - Iniciant l'aplicació: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_cs.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_cs.ts 2023-08-07 22:18:04.787429976 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulář - - - - Starting the Lumina Desktop... - Spouští se prostředí Lumina… - - - - Version %1 - Verze %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Toto prostředí je poháněno kávou, kávou a ještě další kávou. - - - - Keep up with desktop news! - Buďte v obraze ohledně novinek v prostředí! - - - - There is a full handbook of information about the desktop available online. - Na webových stránkách projektu je k dispozici podrobná příručka se spoustou informací o prostředí. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Chcete změnit rozhraní? Všechno se dá přizpůsobit v nastavení prostředí! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina lehce dokáže napodobit vzhled rozhraní většiny ostatních pracovních prostředí. - - - - This desktop is generously sponsored by iXsystems - Toto prostředí je štědře podporováno společností iXsystems - - - - I have never been hurt by what I have not said - Nikdy mi neublížilo to, co jsem nemusel říct - - - - Gotta have more cowbell! - Musím si pořídit více zvonečků! - - - - Everything has its beauty but not everyone sees it. - Vše je krásné, ale ne každý to vidí. - - - - Before God we are all equally wise - and equally foolish. - Před Bohem jsme všichni stejně moudří – a stejně hloupí. - - - - We cannot do everything at once, but we can do something at once. - Nemůžeme udělat všechno najednou, najednou však můžeme něco udělat. - - - - One with the law is a majority. - Zákony vytváří většina. - - - - Don't expect to build up the weak by pulling down the strong. - Neočekávejte že povzbudíte slabé tím že stáhnete dolů silné. - - - - You can't know too much, but you can say too much. - Nemůžete vědět příliš mnoho, ale můžete toho říct přespříliš. - - - - Duty is not collective; it is personal. - Povinnost není společná, je osobní. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Jakákoli společnost, která se vzdá kousku svobody, aby získala trošku bezpečnosti, si nezaslouží ani jedno a ztratí obojí. - - - - Never trust a computer you can’t throw out a window. - Nikdy nevěřte počítači, který nemůžete vyhodit z okna. - - - - Study the past if you would define the future. - Učte se z minulosti, pokud chcete určovat budoucnost. - - - - The way to get started is to quit talking and begin doing. - Cestou jak začít je přestat mluvit a začít dělat. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Požádejte a bude vám dáno; hledejte a naleznete; zaklepej a dveře vám budou otevřeny. - - - - Start where you are. Use what you have. Do what you can. - Začněte tam, kde jste. Používejte to, co máte. Udělejte, co můžete. - - - - A person who never made a mistake never tried anything new. - Osoba, která se nikdy nezmýlila, nikdy nezkusila něco nového. - - - - It does not matter how slowly you go as long as you do not stop. - Nezáleží na tom jak pomalu jdete – důležité je, že se nezastavíte. - - - - Do what you can, where you are, with what you have. - Dělejte, co můžete, tam kde jste, s tím, co máte. - - - - Remember no one can make you feel inferior without your consent. - Pamatujte, že se nikomu nepodaří, aby se cítil být menším, bez jeho souhlasu. - - - - It’s not the years in your life that count. It’s the life in your years. - V životě nejsou roky to, co se počítá. Počítá se život v rocích. - - - - Either write something worth reading or do something worth writing. - Buď napište něco, co stojí za přečtení, nebo udělejte něco, o čem má smysl napsat. - - - - The only way to do great work is to love what you do. - Jediným způsobem jak odvádět skvělou práci je milovat to, co děláte. - - - - Political correctness is tyranny with manners. - Politická korektnost je útlak honosící se vybranými způsoby. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Jen dvě věci jsou nekonečné – vesmír a lidská hloupost. Tím prvním si vlastně nejsem tak úplně jistý. - - - - I find that the harder I work, the more luck I seem to have. - Zjistil jsem, že čím jsem pilnější, tím více mám štěstí. - - - - Do, or do not. There is no 'try'. - Udělejte to, nebo to nedělejte vůbec. Nejde o to to jen zkoušet. - - - - A mathematician is a device for turning coffee into theorems. - Matematik je prostředek, kterým se proměňuje káva na poučky. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Dobří lidé nepotřebují zákony k tomu, aby jim říkaly, aby jednali zodpovědně, zatímco špatní lidé si vždy najdou kličku k obejití zákonů. - - - - Black holes are where God divided by zero. - Černé díry jsou prý místem, kde Bůh dělil nulou. - - - - It's kind of fun to do the impossible. - Dělat nemožné je zábava. - - - - Knowledge speaks, but wisdom listens. - Vědomost hovoří, ale moudrost naslouchá. - - - - A witty saying proves nothing. - Vtipné pořekadlo ještě nic nedokazuje. - - - - Success usually comes to those who are too busy to be looking for it. - Úspěch obyčejně přijde k těm, kteří jsou příliš zaneprázdněni na to, aby ho hledali. - - - - Well-timed silence hath more eloquence than speech. - Dobře načasované ticho je výmluvnější než mluvení. - - - - I have never let my schooling interfere with my education. - Nikdy jsem nenechal školy plést se do mého vzdělání. - - - - The best way to predict the future is to invent it. - Nejlepší cestou, jak předpovědět budoucnost, je ji vymyslet. - - - - Well done is better than well said. - Pořádně uděláno je lepší než dobře řečeno. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Někdy nestačí, že děláme jak nejlépe umíme. Musíme dělat, co se od nás žádá. - - - - The truth is more important than the facts. - Pravda je důležitější než fakta. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Lépe zůstat zticha a být považován za hlupáka, než promluvit a tím to potvrdit. - - - - Initializing Session … - Spouštění sezení… - - - - Loading System Settings … - Načítání nastavení systému… - - - - Loading User Preferences … - Načítání nastavení uživatele… - - - - Preparing System Tray … - Příprava oznamovací oblasti systémového panelu… - - - - Starting Window Manager … - Spouštění správce oken… - - - - Detecting Applications … - Zjišťování aplikací… - - - - Preparing Menus … - Příprava nabídek… - - - - Preparing Workspace … - Příprava pracovní plochy… - - - - Finalizing … - Dokončování… - - - - Starting App: %1 - Spouštění aplikace: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_cy.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_cy.ts 2023-08-07 22:18:22.817419560 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_da.ts 2023-08-07 22:18:44.387407095 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formular - - - - Starting the Lumina Desktop... - Starter Lumina-skrivebordet... - - - - Version %1 - Version %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Dette skrivebord er drevet af kaffe, kaffe og mere kaffe. - - - - Keep up with desktop news! - Hold dig opdateret med skrivebordsnyheder! - - - - There is a full handbook of information about the desktop available online. - Der er en hel håndbog af information om skrivebordet online. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Vil du ændre brugerfladen? Alt kan tilpasses i skrivebordskonfigurationen! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina kan nemt efterligne brugerfladen fra de fleste andre skrivebordsmiljøer. - - - - This desktop is generously sponsored by iXsystems - Dette skrivebord er generøst sponsoreret af iXsystems - - - - I have never been hurt by what I have not said - Jeg har aldrig taget skade af det jeg aldrig har sagt - - - - Gotta have more cowbell! - Mere koklokke tak! - - - - Everything has its beauty but not everyone sees it. - Alt har sin skønhed, ikke alle ser det. - - - - Before God we are all equally wise - and equally foolish. - Før gud er vi alle lige kloge - og lige dumme. - - - - We cannot do everything at once, but we can do something at once. - Vi kan ikke gøre alt på samme tid, men vi kan gøre noget på en gang. - - - - One with the law is a majority. - En med loven er et flertal. - - - - Don't expect to build up the weak by pulling down the strong. - Forvent ikke at opbygge det svage ved at nedrive det stærke. - - - - You can't know too much, but you can say too much. - Du kan ikke vide for meget, men du kan sige for meget. - - - - Duty is not collective; it is personal. - Pligt er ikke kollektivt; det er personligt. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Et samfund som ville opgive en smule frihed for at opnå en smule sikkerhed vil ikke gøre sig fortjent til noget af det og miste begge. - - - - Never trust a computer you can’t throw out a window. - Stol aldrig på en computer du ikke kan smide ud af et vindue. - - - - Study the past if you would define the future. - Lær fortiden at kende hvis du vil definere fremtiden. - - - - The way to get started is to quit talking and begin doing. - Måden at komme i gang er at holde op med at snakke og begynde at gøre. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Spørg, og det vil blive givet til dig; søg, og du vil finde; bank på, og døren vil blive åbnet for dig. - - - - Start where you are. Use what you have. Do what you can. - Start hvor du er. Brug hvad du har. Gør hvad du kan. - - - - A person who never made a mistake never tried anything new. - En person der aldrig har lavet fejl, har aldrig prøvet noget nyt. - - - - It does not matter how slowly you go as long as you do not stop. - Det har ikke betydning hvor langsom du er, så længe du ikke stopper. - - - - Do what you can, where you are, with what you have. - Gør hvad du kan, der hvor du er, med det du har. - - - - Remember no one can make you feel inferior without your consent. - Husk, at ingen kan få dig til at føle dig underlegen, uden dit samtykke. - - - - It’s not the years in your life that count. It’s the life in your years. - Det er ikke årene i dit liv der tæller. Det er livet i dine år. - - - - Either write something worth reading or do something worth writing. - Skriv enten noget som er værd at læse, eller noget som er værd at skrive. - - - - The only way to do great work is to love what you do. - Den eneste måde at udføre godt arbejde er ved at elske det, du gør. - - - - Political correctness is tyranny with manners. - Politisk korrekthed er tyranni med manerer. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Kun to ting er uendelige, universet og menneskelig dumhed, og jeg er ikke sikker på det første. - - - - I find that the harder I work, the more luck I seem to have. - Jeg oplever at jo hårdere jeg arbejder, jo mere held lader jeg til at have. - - - - Do, or do not. There is no 'try'. - Gør eller lad være. Der er ikke noget "prøv". - - - - A mathematician is a device for turning coffee into theorems. - En matematiker er en enhed som omdanner kaffe til matematiske sætninger. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Gode mennesker behøver ikke love til at fortælle dem at de skal opføre sig ordentligt, mens dårlige mennesker vil finde en vej uden om lovene. - - - - Black holes are where God divided by zero. - Sorte huller er hvor gud dividere med nul. - - - - It's kind of fun to do the impossible. - Det er egentligt sjovt at gøre det umulige. - - - - Knowledge speaks, but wisdom listens. - Viden taler, men klogskab lytter. - - - - A witty saying proves nothing. - En vittig talemåde beviser intet. - - - - Success usually comes to those who are too busy to be looking for it. - Succes kommer typisk til dem der har for travlt til at lede efter den. - - - - Well-timed silence hath more eloquence than speech. - Godt timet stilhed havde mere elokvens end tale. - - - - I have never let my schooling interfere with my education. - Jeg har aldrig ladet min skolegang forstyrre min uddannelse. - - - - The best way to predict the future is to invent it. - Den bedste måde at forudse fremtiden er ved at opfinde den. - - - - Well done is better than well said. - Vel gjort eller bedre end vel sagt. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Nogen gange er det ikke nok at gøre vores bedst; vi må gøre hvad der er krævet. - - - - The truth is more important than the facts. - Sandheden er vigtigere end fakta. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Bedre at forblive stille og blive anset for at være et fjols end at tale og fjerne al tvivl. - - - - Initializing Session … - Initialiserer session … - - - - Loading System Settings … - Indlæser systemindstillinger … - - - - Loading User Preferences … - Indlæser brugerpræferencer … - - - - Preparing System Tray … - Forbereder systembakke … - - - - Starting Window Manager … - Starter vindueshåndteringen … - - - - Detecting Applications … - Finder programmer … - - - - Preparing Menus … - Forbereder menuer … - - - - Preparing Workspace … - Forbereder arbejdsområde … - - - - Finalizing … - Afslutter … - - - - Starting App: %1 - Starter program: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_de.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_de.ts 2023-08-07 22:26:22.827142214 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formular - - - - Starting the Lumina Desktop... - Lumina-Arbeitsfläche wird gestartet... - - - - Version %1 - Version %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Diese Arbeitsfläche wird durch Kaffee, Kaffee und mehr Kaffee angetrieben. - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - Diese Arbeitsfläche wird großzügig von iXsystems gesponsert - - - - I have never been hurt by what I have not said - Ich bin niemals durch das verletzt worden, was ich nicht gesagt habe - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - Alles hat seine Schönheit, aber nicht jeder sieht es. - - - - Before God we are all equally wise - and equally foolish. - Vor Gott sind wir alle gleich weise - und gleich dumm. - - - - We cannot do everything at once, but we can do something at once. - Wir können nicht alles auf einmal machen, aber wir können etwas auf einmal machen. - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - Sie können nicht zu viel wissen, aber Sie können zu viel sagen. - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - Trauen Sie niemals einem Computer, den Sie nicht aus einem Fenster werfen können. - - - - Study the past if you would define the future. - Studieren Sie die Vergangenheit, wenn Sie die Zukunft bestimmen würden. - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - Eine Person, die nie einen Fehler gemacht hat, hat nie etwas Neues versucht. - - - - It does not matter how slowly you go as long as you do not stop. - Es spielt keine Rolle, wie langsam Sie gehen, solange Sie nicht aufhören. - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - Der einzige Weg großartige Arbeit zu verrichten, ist zu lieben, was Sie machen. - - - - Political correctness is tyranny with manners. - Politische Korrektheit ist Tyrannei mit Manieren. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Nur zwei Dinge sind unendlich, das Universum und die menschliche Dummheit, aber beim ersten bin ich mir nicht sicher. - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - Machen oder nicht machen. Es gibt kein "Versuchen". - - - - A mathematician is a device for turning coffee into theorems. - Ein Mathematiker ist ein Gerät, um Kaffee in Theoreme umzuwandeln. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - Schwarze Löcher sind, wo Gott durch Null geteilt hat. - - - - It's kind of fun to do the impossible. - Es macht Spaß, das Unmögliche zu tun. - - - - Knowledge speaks, but wisdom listens. - Wissen spricht, aber Weisheit hört zu. - - - - A witty saying proves nothing. - Ein witziges Sprichwort beweist nichts. - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - Zeitlich gut angesetzte Stille hat mehr Sprachfertigkeit als eine Rede. - - - - I have never let my schooling interfere with my education. - Ich habe meine Ausbildung niemals durch meine Schulzeit beeinträchtigen lassen. - - - - The best way to predict the future is to invent it. - Der beste Weg, die Zukunft vorauszusagen, ist, sie zu erfinden. - - - - Well done is better than well said. - Gut gemacht ist besser als gut gesagt. - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - Die Wahrheit ist wichtiger als die Fakten. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Sitzung wird initialisiert … - - - - Loading System Settings … - Systemeinstellungen werden geladen … - - - - Loading User Preferences … - Benutzereinstellungen werden geladen … - - - - Preparing System Tray … - Benachrichtigungsfeld wird vorbereitet … - - - - Starting Window Manager … - Fenstermanager wird gestartet … - - - - Detecting Applications … - Anwendungen werden erkannt … - - - - Preparing Menus … - Menüs werden vorbereitet … - - - - Preparing Workspace … - Arbeitsfläche wird vorbereitet … - - - - Finalizing … - Finalisieren … - - - - Starting App: %1 - Anwendung wird gestartet: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_el.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_el.ts 2023-08-07 22:26:47.407128019 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_AU.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_AU.ts 2023-08-07 22:27:04.367118211 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Form - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Initialising Session … - - - - Loading System Settings … - Loading System Settings … - - - - Loading User Preferences … - Loading User Preferences … - - - - Preparing System Tray … - Preparing System Tray … - - - - Starting Window Manager … - Starting Window Manager ... - - - - Detecting Applications … - Detecting Applications ... - - - - Preparing Menus … - Preparing Menus ... - - - - Preparing Workspace … - Preparing Workspace ... - - - - Finalizing … - Finalising ... - - - - Starting App: %1 - Starting App: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_GB.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_GB.ts 2023-08-07 22:27:22.897107501 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Form - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Initialising Session … - - - - Loading System Settings … - Loading System Settings … - - - - Loading User Preferences … - Loading User Preferences … - - - - Preparing System Tray … - Preparing System Tray … - - - - Starting Window Manager … - Starting Window Manager ... - - - - Detecting Applications … - Detecting Applications ... - - - - Preparing Menus … - Preparing Menus ... - - - - Preparing Workspace … - Preparing Workspace ... - - - - Finalizing … - Finalising ... - - - - Starting App: %1 - Starting App: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_ZA.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_en_ZA.ts 2023-08-07 22:27:40.527097321 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_es.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_es.ts 2023-08-07 22:27:59.447086386 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulario - - - - Starting the Lumina Desktop... - Iniciando el Escritorio Lumina... - - - - Version %1 - Versión %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Este escritorio es potenciado por café, café y más café. - - - - Keep up with desktop news! - Manténgase al día con las noticias del escritorio! - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - Este escritorio es generosamente patrocinado por iXsystems - - - - I have never been hurt by what I have not said - Nunca he sido herido por algo que no he dicho - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - Todo tiene su belleza, pero no todos la ven. - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - No puedes saber demasiado, pero puedes decir demasiado. - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - Comienza donde estés. Usa lo que tienes. Haz lo que puedas. - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - La única manera de hacer un gran trabajo es amar lo que haces. - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - La mejor manera de predecir el futuro es inventarlo. - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Es mejor estar callado y parecer tonto, que hablar y despejar las dudas. - - - - Initializing Session … - Iniciando Sesión … - - - - Loading System Settings … - Cargando Configuración del Sistema… - - - - Loading User Preferences … - Cargando Preferencias de Usuario … - - - - Preparing System Tray … - Preparando Bandeja del Sistema ... - - - - Starting Window Manager … - Iniciando Gestor de Ventanas ... - - - - Detecting Applications … - Detectando Aplicaciones ... - - - - Preparing Menus … - Preparando Menus ... - - - - Preparing Workspace … - Preparando Area de Trabajo ... - - - - Finalizing … - Finalizando ... - - - - Starting App: %1 - Iniciando Aplicación: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_et.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_et.ts 2023-08-07 22:28:18.877075159 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Vorm - - - - Starting the Lumina Desktop... - Lumina Töölaua käivitumine... - - - - Version %1 - Versioon %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Töölaua valmimist on toetanud kohvi, kohvi ja veel rohkem kohvi. - - - - Keep up with desktop news! - Pea silm peal töölaua uudistel! - - - - There is a full handbook of information about the desktop available online. - Võrgus on Töölaua kohta olemas täiemahuline käsiraamat (ingl.k) - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Soovid muuta kasutajaliidest? Kõik töölaua konfiguratsioonis on muudetav! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina võimaldab kergesti taasluua kasutajaliideseid enamikest muudest töölauakeskkondadest - - - - This desktop is generously sponsored by iXsystems - Selle töölaua valmimist on heldelt toetanud iXsystems - - - - I have never been hurt by what I have not said - Mulle ei ole kunagi haiget teenud ütlemata jäänud asjad - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - Kõigel on oma ilu kuid mitte kõik ei oska seda näha - - - - Before God we are all equally wise - and equally foolish. - Jumala ees oleme kõik võrdselt targad - ja võrdselt lollid. - - - - We cannot do everything at once, but we can do something at once. - Me ei saa teha kõike ühekorraga, kuid me saame teha midagi kohe. - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - Sa ei saa kunagi teada liiga palju, kuid saad öelda. - - - - Duty is not collective; it is personal. - Kohusetunne ei ole kollektiivne, see on isiklik - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Ühiskond, mis annab ära veidikene vabadust et lisada veidikene turvalisust, ei vääri kumbagi ning kaotab mõlemad. - - - - Never trust a computer you can’t throw out a window. - Ära kunagi usalda kompuutrit, mida ei ole võimalik aknast välja visata. - - - - Study the past if you would define the future. - Tuleviku ennustamiseks õpi minevikku. - - - - The way to get started is to quit talking and begin doing. - Meetod alustamiseks: lõpeta seletamine ja hakka tegema. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Küsi, ja sulle antakse; Otsi, ning sa leiad; Koputa, ning uks avatakse sulle. - - - - Start where you are. Use what you have. Do what you can. - Alusta, sealt kus sa oled. Kasuta, mis sul on. Tee, mis saad. - - - - A person who never made a mistake never tried anything new. - Inimene, kes kunagi pole eksinud, ei ole kunagi proovinud teha midagi uut. - - - - It does not matter how slowly you go as long as you do not stop. - Pole oluline kui aeglaselt sa kulged, kuni sa ei peatu. - - - - Do what you can, where you are, with what you have. - Tee mis saad, kus parajasti oled, mis käepärast on. - - - - Remember no one can make you feel inferior without your consent. - Pea meeles et mitte keegi ei saa sind panna tundma alaväärtuslikuna ilma su enda nõusolekuta - - - - It’s not the years in your life that count. It’s the life in your years. - Olulised pole elatud aastad. Oluline on elada igas aastas. - - - - Either write something worth reading or do something worth writing. - Kirjuta midagi väärt lugemist või tee midagi väärt kirjutamist. - - - - The only way to do great work is to love what you do. - Ainus valem heaks tööks on armastada seda. - - - - Political correctness is tyranny with manners. - Poliitkorrektsus on kommetega türannia. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Ainult kaks asja on lõputud. Universum ja inimese lollus. Ma ei ole kusjuures esimeses kindel. - - - - I find that the harder I work, the more luck I seem to have. - Olen avastanud et mida rohkem ma tööd raban, seda rohkem õnne näib mul olevat. - - - - Do, or do not. There is no 'try'. - Tee, või ära tee. Lihtsalt proovimine ei ole variant. - - - - A mathematician is a device for turning coffee into theorems. - Matemaatik on seade, mis muudab kohvi teoreemideks. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Head inimesed ei vaja seadusi käitumaks vastutustundlikult, sellal kui halvad inimesed leiavad tee seadustest möödahiilimiseks. - - - - Black holes are where God divided by zero. - Mustad augud Universumis on kohad, kus Jumal jagas nulliga. - - - - It's kind of fun to do the impossible. - On omamoodi lõbus saata korda võimatut. - - - - Knowledge speaks, but wisdom listens. - Teadmised räägivad, tarkus kuulab. - - - - A witty saying proves nothing. - Kaval ütlus ei tõesta midagi. - - - - Success usually comes to those who are too busy to be looking for it. - Edu tuleb tavaliselt nende juurde, kel on liiga kiire, selleks et seda otsida. - - - - Well-timed silence hath more eloquence than speech. - Hästiajastatud vaikus on väljendusrikkam kui kõne - - - - I have never let my schooling interfere with my education. - Ma ei ole kunagi lasknud koolil segada enda harimist. - - - - The best way to predict the future is to invent it. - Parim meetod tuleviku ennustamiseks on see leiutada - - - - Well done is better than well said. - Hästitehtu on parem kui hästiöeldu. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Vahel ei piisa meie parimast; Peame tegema seda, mis on vaja. - - - - The truth is more important than the facts. - Tõde on olulisem kui faktid. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Parem olla vait ja lasta endast mõelda kui lollist kui teha suu lahti ja eemaldada kõik kahtlused. - - - - Initializing Session … - Seansi käivitumine... - - - - Loading System Settings … - Süsteemi Seadete laadimine... - - - - Loading User Preferences … - Kasutajaeelistuste laadimine... - - - - Preparing System Tray … - Süsteemi tööriba ettevalimistamine... - - - - Starting Window Manager … - Aknahalduri käivitumine... - - - - Detecting Applications … - Olemasolevate programmide tuvastamine... - - - - Preparing Menus … - Kasutajamenüüde ettevalmistamine... - - - - Preparing Workspace … - Töölaua ettevalmistamine... - - - - Finalizing … - Viimased liigutused... - - - - Starting App: %1 - Käivitan rakenduse: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_eu.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_eu.ts 2023-08-07 22:28:37.937064149 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Inprimakia - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fa.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fa.ts 2023-08-07 22:28:57.387052907 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fi.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fi.ts 2023-08-07 22:29:15.687042339 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Lomake - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Alustetaan istuntoa… - - - - Loading System Settings … - Ladataan järjestelmäasetuksia… - - - - Loading User Preferences … - Ladataan käyttäjän asetuksia… - - - - Preparing System Tray … - Valmistellaan ilmoitusaluetta… - - - - Starting Window Manager … - Käynnistetään ikkunaohjelmaa… - - - - Detecting Applications … - Tunnistetaan sovelluksia… - - - - Preparing Menus … - Valmistellaan valikoita… - - - - Preparing Workspace … - Valmistellaan työtilaa… - - - - Finalizing … - Viimeistellään… - - - - Starting App: %1 - Käynnistetään sovellusta: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fr.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fr.ts 2023-08-07 22:29:35.017031170 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulaire - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Initialisation de la Session … - - - - Loading System Settings … - Chargement des Paramètres du Système … - - - - Loading User Preferences … - Chargement des Préférences d'Utilisateur … - - - - Preparing System Tray … - Préparation de la Zone de Notification … - - - - Starting Window Manager … - Démarrage du Gestionnaire de Fenêtres … - - - - Detecting Applications … - Détection des Programmes … - - - - Preparing Menus … - Préparation des Menus … - - - - Preparing Workspace … - Préparation de l'Espace de Travail … - - - - Finalizing … - Finalisation en cours … - - - - Starting App: %1 - Démarrage App : %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fr_CA.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fr_CA.ts 2023-08-07 22:29:52.877020846 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fur.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_fur.ts 2023-08-07 22:30:09.547011217 +0200 @@ -137,64 +137,6 @@ - BootSplash - - - Form - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_gl.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_gl.ts 2023-08-07 22:30:27.037001113 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_he.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_he.ts 2023-08-07 22:30:54.226985405 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - טופס - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hi.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hi.ts 2023-08-07 22:31:12.696974734 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - फॉर्म - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - कार्यकाल शुरू हो रहा है.... - - - - Loading System Settings … - उपकरण की सेटिंग लोड हो रही हैं... - - - - Loading User Preferences … - उपयोगकर्ता की प्राथमिकताएं लोड हो रही हैं... - - - - Preparing System Tray … - उपकरण ट्रे तैयार हो रही है.. - - - - Starting Window Manager … - विंडो प्रबंधक चालू हो रहा है... - - - - Detecting Applications … - एप्लीकेशन्स खोजी जा रही हैं... - - - - Preparing Menus … - मेन्यू तैयार किए जा रहे हैं... - - - - Preparing Workspace … - कार्यस्थल तैयार किये जा रहे हैं... - - - - Finalizing … - अंतिम रूप दिया जा रहा है.. - - - - Starting App: %1 - एप्प प्रारंभ: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hr.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hr.ts 2023-08-07 22:31:36.926960738 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hu.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_hu.ts 2023-08-07 22:32:04.746944663 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Űrlap - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Munkamenet indítása … - - - - Loading System Settings … - Rendszerbeállítások betöltése … - - - - Loading User Preferences … - Felhasználói beállítások betöltése … - - - - Preparing System Tray … - Rendszertálca előkészítése … - - - - Starting Window Manager … - Ablakkezelő indítása … - - - - Detecting Applications … - Alkalmazások keresése … - - - - Preparing Menus … - Menük előkészítése … - - - - Preparing Workspace … - Munkaterület előkészítése … - - - - Finalizing … - Befejezés … - - - - Starting App: %1 - Alkalmazás indítása: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_id.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_id.ts 2023-08-07 22:32:23.906933595 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Membentuk - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Initializing Sesi ... - - - - Loading System Settings … - Pemuatan Sistem Pengaturan … - - - - Loading User Preferences … - Pemuatan Preferensi pengguna … - - - - Preparing System Tray … - Mempersiapkan Sistem Tray … - - - - Starting Window Manager … - Memulai Manajer Jendela ... - - - - Detecting Applications … - Mendeteksi Aplikasi ... - - - - Preparing Menus … - Mempersiapkan Menu ... - - - - Preparing Workspace … - Mempersiapkan Workspace ... - - - - Finalizing … - Menyelesaikan ... - - - - Starting App: %1 - Mulai App:% 1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_is.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_is.ts 2023-08-07 22:32:42.816922672 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_it.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_it.ts 2023-08-07 22:33:02.536911286 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Modulo - - - - Starting the Lumina Desktop... - Si sta avviando Lumina Desktop... - - - - Version %1 - Versione %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Questo tema desktop è alimentato da caffè, caffè, e ancora caffè. - - - - Keep up with desktop news! - Tieniti informato con le novità sul desktop! - - - - There is a full handbook of information about the desktop available online. - C'è un manuale ricco di informazioni su Lunina desktop disponibile in rete. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Vuoi cambiare l'interfaccia? Tutto è personalizzabile nella configurazione del desktop! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina può facilmente riprodurre l'interfaccia dalla maggior parte degli altri ambienti desktop. - - - - This desktop is generously sponsored by iXsystems - Questo desktop è sponsorizzato da iXsystems - - - - I have never been hurt by what I have not said - Non sono mai stato ferito da ciò che non ho detto - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - Ogni cosa ha la sua bellezza, ma non tutti la vedono. - - - - Before God we are all equally wise - and equally foolish. - Davanti a Dio siamo tutti ugualmente saggi - ed altrettanto scioccchi. - - - - We cannot do everything at once, but we can do something at once. - Non possiamo fare tutto in una volta, ma possiamo fare una cosa una volta sola. - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - Non puoi sapere troppo, ma puoi dire troppo. - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Inizializzazione Sessione - - - - Loading System Settings … - Caricamento Impostazioni Sistema ... - - - - Loading User Preferences … - Caricamento Preferenza Utente ,,, - - - - Preparing System Tray … - Preparazione Tray Sistema ... - - - - Starting Window Manager … - Avvio Gestore Finestre - - - - Detecting Applications … - Individuazione Applicazioni ... - - - - Preparing Menus … - Preparazione Menu ... - - - - Preparing Workspace … - Preparazione Spazio Lavoro ... - - - - Finalizing … - Finalizzazione ... - - - - Starting App: %1 - Avvio App: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts 2023-08-07 22:33:22.916899506 +0200 @@ -190,305 +190,6 @@ - BootSplash - - - Form - フォーム - - - - Starting the Lumina Desktop... - Lumina デスクトップを起動しています... - - - - Version %1 - バージョン %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - このデスクトップはコーヒーとコーヒーともう一杯のコーヒーで動いています。 - - - - Keep up with desktop news! - デスクトップのニュースをチェックしよう! - - - - There is a full handbook of information about the desktop available online. - デスクトップの情報はオンラインのハンドブックにあります。 - - - - Want to change the interface? Everything is customizable in the desktop configuration! - インターフェイスを変更したいですか? デスクトップ設定でいろいろ変更できます! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina は他のデスクトップ環境の設定を簡単に再現できます。 - - - - This desktop is generously sponsored by iXsystems - このデスクトップは寛大なる iXsystems に支援されています - - - - I have never been hurt by what I have not said - 私が何も言わなければ誰かを傷つけることはない - - - - Gotta have more cowbell! - Gotta have more cowbell! - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - 神の前では我々は等しく賢く――等しく愚かでもある。 - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - セッションを初期化しています... - - - - Loading System Settings … - システム設定をロードしています... - - - - Loading User Preferences … - ユーザー設定をロードしています... - - - - Preparing System Tray … - システムトレイを準備しています... - - - - Starting Window Manager … - ウィンドウマネージャーを起動しています... - - - - Detecting Applications … - アプリケーションを検出しています... - - - - Preparing Menus … - メニューの準備をしています... - - - - Preparing Workspace … - ワークスペースの準備をしています... - - - - Finalizing … - 仕上げ処理を実行しています... - - - - Starting App: %1 - スプラッシュ画面のテキスト - アプリケーションを起動しています: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ka.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ka.ts 2023-08-07 22:33:43.396887681 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ko.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ko.ts 2023-08-07 22:34:02.276876778 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - 양식 - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - 세션 초기화 중 ... - - - - Loading System Settings … - 시스템 설정 읽는 중 ... - - - - Loading User Preferences … - 사용자 설정 읽는 중 ... - - - - Preparing System Tray … - 시스템 트레이 준비 중 ... - - - - Starting Window Manager … - 창 관리자 시작 중 ... - - - - Detecting Applications … - 프로그램 찾는 중 ... - - - - Preparing Menus … - 메뉴 준비 중 ... - - - - Preparing Workspace … - 작업 공간 준비중 ... - - - - Finalizing … - 마치는 중 ... - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lt.ts 2023-08-07 22:34:19.696866717 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Forma - - - - Starting the Lumina Desktop... - Paleidžiamas Lumina darbalaukis... - - - - Version %1 - Versija %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Šis darbalaukis veikia su kava, kava ir dar daugiau kavos. - - - - Keep up with desktop news! - Sekite darbalaukio naujienas! - - - - There is a full handbook of information about the desktop available online. - Internete yra prieinamas visas vadovėlis informacijos apie darbalaukį. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Norite pakeisti sąsają? Viskas yra tinkinama darbalaukio konfigūracijoje! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina gali lengvai atkartoti daugelio kitų darbalaukių aplinkų sąsają. - - - - This desktop is generously sponsored by iXsystems - Šį darbalaukį dosniai remia iXsystems - - - - I have never been hurt by what I have not said - Man niekada nepakenkė tai, ko aš nesakiau - - - - Gotta have more cowbell! - Reikia daugiau varpelių! - - - - Everything has its beauty but not everyone sees it. - Viskas turi savo grožį, tačiau ne visi jį mato. - - - - Before God we are all equally wise - and equally foolish. - Prieš Dievą mes visi esame vienodai išmintingi - ir vienodai kvaili. - - - - We cannot do everything at once, but we can do something at once. - Mes negalime visko daryti vienu metu, tačiau galime vienu metu daryti ką nors. - - - - One with the law is a majority. - Žmogus su įstatymu yra dauguma. - - - - Don't expect to build up the weak by pulling down the strong. - Nesitikėk padrąsinti silpnus, žemindamas stiprius. - - - - You can't know too much, but you can say too much. - Negali per daug žinoti, tačiau gali per daug pasakyti. - - - - Duty is not collective; it is personal. - Pareiga nėra kolektyvinis dalykas, tai yra asmeninis dalykas. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Bet kuri visuomenė, kuri paaukos truputį laisvės tam, kad įgautų truputį saugumo, nepelnys nei vieno ir praras abu. - - - - Never trust a computer you can’t throw out a window. - Niekada nepasitikėk kompiuteriu, kurio negali išmesti pro langą. - - - - Study the past if you would define the future. - Nagrinėk praeitį, jeigu nori apibrėžti ateitį. - - - - The way to get started is to quit talking and begin doing. - Darbo pradžios paslaptis yra nustoti kalbėti ir pradėti daryti. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Prašykite, ir jums bus duota; ieškokite, ir rasite; belskite, ir jums bus atidaryta. - - - - Start where you are. Use what you have. Do what you can. - Pradėk ten, kur esi. Naudok tai, ką turi. Daryk tai, ką gali. - - - - A person who never made a mistake never tried anything new. - Asmuo, kuris niekada neklydo, niekada nebandė kažką naujo. - - - - It does not matter how slowly you go as long as you do not stop. - Nėra svarbu kaip lėtai judi tol, kol nenustoji judėjęs. - - - - Do what you can, where you are, with what you have. - Daryk tai, ką gali, ten, kur esi, tuo, ką turi. - - - - Remember no one can make you feel inferior without your consent. - Prisimink, niekas be tavo paties sutikimo negali priversti tavęs jaustis menkesniu. - - - - It’s not the years in your life that count. It’s the life in your years. - Svarbu ne nugyventų gyvenimo metų skaičius, o gyvenimas nugyventuose metuose. - - - - Either write something worth reading or do something worth writing. - Arba parašyk ką nors apie ką verta skaityti, arba padaryk ką nors apie ką verta rašyti. - - - - The only way to do great work is to love what you do. - Vienintelis būdas gerai atlikti savo darbą yra mėgti tai ką darai. - - - - Political correctness is tyranny with manners. - Politinis korektiškumas - tai tironija su manieromis. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Tik du dalykai yra beribiai: visata ir žmogaus kvailumas; tačiau dėl visatos aš nesu tikras. - - - - I find that the harder I work, the more luck I seem to have. - Aš suprantu, kad kuo daugiau aš dirbu, tuo labiau man sekasi. - - - - Do, or do not. There is no 'try'. - Daryti arba nedaryti. Nėra "bandyti". - - - - A mathematician is a device for turning coffee into theorems. - Matematikas yra įrenginys, skirtas paversti kavą į teoremas. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Geriems žmonėms nereikia įstatymų, kad elgtųsi atsakingai, tuo tarpu blogi žmonės ras būdus kaip apeiti įstatymus. - - - - Black holes are where God divided by zero. - Juodosios skylės yra ten, kur Dievas padalijo iš nulio. - - - - It's kind of fun to do the impossible. - Smagu yra daryti tai, kas neįmanoma. - - - - Knowledge speaks, but wisdom listens. - Žinios kalba, tačiau išmintis klauso. - - - - A witty saying proves nothing. - Sąmojingas pasakymas nieko neįrodo. - - - - Success usually comes to those who are too busy to be looking for it. - Sėkmė, dažniausiai, nusišypso tiems, kas yra pernelyg užsiėmę, kad jos ieškotų. - - - - Well-timed silence hath more eloquence than speech. - Savalaikė tyla yra iškalbingesnė už kalbą. - - - - I have never let my schooling interfere with my education. - Aš niekada neleidau, kad mano mokslai trukdytų mano išsilavinimui. - - - - The best way to predict the future is to invent it. - Geriausiai būdas išpranašauti ateitį yra ją išrasti. - - - - Well done is better than well said. - Puikiai atlikta yra geriau nei puikiai pasakyta. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Kartais, mums nepakanka daryti tai, kas geriausia; privalome daryti tai, kas reikalinga. - - - - The truth is more important than the facts. - Tiesa yra svarbesnė nei faktai. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Geriau tylėti ir būti palaikytu kvailiu, negu prakalbėti ir išsklaidyti visas abejones. - - - - Initializing Session … - Inicijuojamas seansas … - - - - Loading System Settings … - Įkeliami sistemos nustatymai … - - - - Loading User Preferences … - Įkeliamos naudotojo nuostatos … - - - - Preparing System Tray … - Paruošiamas sistemos dėklas … - - - - Starting Window Manager … - Paleidžiama langų tvarkytuvė … - - - - Detecting Applications … - Aptinkamos programos … - - - - Preparing Menus … - Paruošiami meniu … - - - - Preparing Workspace … - Paruošiama darbo sritis … - - - - Finalizing … - Užbaigiama … - - - - Starting App: %1 - Paleidžiama programa: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lv.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_lv.ts 2023-08-07 22:34:42.206853716 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Forma - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Inicializē sesiju … - - - - Loading System Settings … - Ielādē sistēmas iestatījumus … - - - - Loading User Preferences … - Ielādē lietotāja preferences … - - - - Preparing System Tray … - Sagatavo sistēmas ikonjoslu … - - - - Starting Window Manager … - Startē logu pārvaldnieku … - - - - Detecting Applications … - Detektē lietojumprogrammas … - - - - Preparing Menus … - Sagatavo izvēlnes … - - - - Preparing Workspace … - Sagatavo darbvirsmu … - - - - Finalizing … - Pabeidz … - - - - Starting App: %1 - Startē lietotni: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mk.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mk.ts 2023-08-07 22:35:03.386841471 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mn.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mn.ts 2023-08-07 22:35:25.546828664 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ms.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ms.ts 2023-08-07 22:35:45.886816906 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mt.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_mt.ts 2023-08-07 22:36:16.286799347 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_nb.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_nb.ts 2023-08-07 22:36:34.676788728 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ne.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ne.ts 2023-08-07 22:36:53.666777755 +0200 @@ -137,64 +137,6 @@ - BootSplash - - - Form - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_nl.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_nl.ts 2023-08-07 22:37:13.006766581 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulier - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Bezig met initialiseren van sessie... - - - - Loading System Settings … - Bezig met laden van systeeminstellingen... - - - - Loading User Preferences … - Bezig met laden van gebruikersvoorkeuren... - - - - Preparing System Tray … - Bezig met voorbereiden van systeemvak... - - - - Starting Window Manager … - Bezig met starten van vensterbeheerder... - - - - Detecting Applications … - Bezig met analyseren van applicaties... - - - - Preparing Menus … - Bezig met voorbereiden van menu's... - - - - Preparing Workspace … - Bezig met voorbereiden van werkruimte... - - - - Finalizing … - Bezig met voltooien... - - - - Starting App: %1 - Bezig met starten van app: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pa.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pa.ts 2023-08-07 22:37:34.526754146 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pl.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pl.ts 2023-08-07 22:38:11.816732606 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formularz - - - - Starting the Lumina Desktop... - Uruchamianie pulpitu Lumina... - - - - Version %1 - Wersja %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Ten pulpit zasilany jest przez kawę , kawę, i jeszcze raz kawę. - - - - Keep up with desktop news! - Bądź na bieżącą z wiadomościami! - - - - There is a full handbook of information about the desktop available online. - Podręcznik użytkownika pulpitu jest dostępny online. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Chcesz zmienić interfejs? Wszystkie konfigurowalne elementy znajdują się w konfiguracji pulpitu! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina potrafi w łatwy sposób odtworzyć interfejsy innych środowisk graficznych. - - - - This desktop is generously sponsored by iXsystems - Ten pulpit jest szczodrze sponsorowany przez iXsystems - - - - I have never been hurt by what I have not said - Nigdy nie zostałem zraniony przez to, czego nie wypowiedziałem - - - - Gotta have more cowbell! - Gotta have more cowbell! - - - - Everything has its beauty but not everyone sees it. - Wszystko ma swoje piękno, ale nie każdy jest w stanie to piękno dostrzec. - - - - Before God we are all equally wise - and equally foolish. - Przed Bogiem wszyscy jesteśmy równie mądrzy, co równie głupi. - - - - We cannot do everything at once, but we can do something at once. - Nie możemy robić wszystkiego naraz, ale możemy robić coś na raz. - - - - One with the law is a majority. - Ten po którego stronie stoi prawo, ten jest większością. - - - - Don't expect to build up the weak by pulling down the strong. - Nie oczekuje wzmacniania słabych osłabianiem silnych. - - - - You can't know too much, but you can say too much. - Nie możesz wiedzieć za dużo, ale możesz powiedzieć za dużo. - - - - Duty is not collective; it is personal. - Obowiązek to nie kolektyw, to sprawa osobista. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - Never trust a computer you can’t throw out a window. - Never trust a computer you can’t throw out a window. - - - - Study the past if you would define the future. - Study the past if you would define the future. - - - - The way to get started is to quit talking and begin doing. - The way to get started is to quit talking and begin doing. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - Start where you are. Use what you have. Do what you can. - Start where you are. Use what you have. Do what you can. - - - - A person who never made a mistake never tried anything new. - A person who never made a mistake never tried anything new. - - - - It does not matter how slowly you go as long as you do not stop. - It does not matter how slowly you go as long as you do not stop. - - - - Do what you can, where you are, with what you have. - Do what you can, where you are, with what you have. - - - - Remember no one can make you feel inferior without your consent. - Remember no one can make you feel inferior without your consent. - - - - It’s not the years in your life that count. It’s the life in your years. - It’s not the years in your life that count. It’s the life in your years. - - - - Either write something worth reading or do something worth writing. - Either write something worth reading or do something worth writing. - - - - The only way to do great work is to love what you do. - The only way to do great work is to love what you do. - - - - Political correctness is tyranny with manners. - Political correctness is tyranny with manners. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - I find that the harder I work, the more luck I seem to have. - I find that the harder I work, the more luck I seem to have. - - - - Do, or do not. There is no 'try'. - Do, or do not. There is no 'try'. - - - - A mathematician is a device for turning coffee into theorems. - A mathematician is a device for turning coffee into theorems. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - Black holes are where God divided by zero. - Black holes are where God divided by zero. - - - - It's kind of fun to do the impossible. - It's kind of fun to do the impossible. - - - - Knowledge speaks, but wisdom listens. - Knowledge speaks, but wisdom listens. - - - - A witty saying proves nothing. - A witty saying proves nothing. - - - - Success usually comes to those who are too busy to be looking for it. - Success usually comes to those who are too busy to be looking for it. - - - - Well-timed silence hath more eloquence than speech. - Well-timed silence hath more eloquence than speech. - - - - I have never let my schooling interfere with my education. - I have never let my schooling interfere with my education. - - - - The best way to predict the future is to invent it. - The best way to predict the future is to invent it. - - - - Well done is better than well said. - Well done is better than well said. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Sometimes it is not enough that we do our best; we must do what is required. - - - - The truth is more important than the facts. - The truth is more important than the facts. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - Initializing Session … - Inicjowanie sesji … - - - - Loading System Settings … - Wczytywanie ustawień systemowych … - - - - Loading User Preferences … - Wczytywanie ustawień użytkownika … - - - - Preparing System Tray … - Przygotowywanie zasobnika systemowego … - - - - Starting Window Manager … - Uruchamianie menedżera okien … - - - - Detecting Applications … - Wykrywanie aplikacji … - - - - Preparing Menus … - Przygotowywanie menu … - - - - Preparing Workspace … - Przygotowywanie obszaru roboczego … - - - - Finalizing … - Kończenie … - - - - Starting App: %1 - Uruchamianie: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pt.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pt.ts 2023-08-07 22:38:35.466718952 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulário - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pt_BR.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_pt_BR.ts 2023-08-07 22:38:52.586709063 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulário - - - - Starting the Lumina Desktop... - Iniciando o ambiente de trabalho do Lumina... - - - - Version %1 - Versão %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Este ambiente de trabalho é alimentado por café, café e mais café. - - - - Keep up with desktop news! - Mantenha-se informado com notícias do ambiente de trabalho! - - - - There is a full handbook of information about the desktop available online. - Existe um manual completo de informações sobre o ambiente de trabalho disponível on-line. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Quer mudar a interface? Tudo é personalizável na configuração do ambiente de trabalho! - - - - Lumina can easily reproduce the interface from most other desktop environments. - A Lumina pode facilmente reproduzir a interface da maioria dos outros ambientes de trabalho. - - - - This desktop is generously sponsored by iXsystems - Este ambiente de trabalho é generosamente patrocinado pela iXsystems - - - - I have never been hurt by what I have not said - Eu nunca fui ferido pelo o que eu não disse - - - - Gotta have more cowbell! - Tenho que ter mais sinos tocando! - - - - Everything has its beauty but not everyone sees it. - Há beleza em tudo, mas nem todos a vêem. - - - - Before God we are all equally wise - and equally foolish. - Diante de Deus, todos somos igualmente sábios - e igualmente tolos. - - - - We cannot do everything at once, but we can do something at once. - Não podemos fazer tudo de uma vez, mas podemos fazer algo de uma vez. - - - - One with the law is a majority. - Um seguindo a lei é uma maioria. - - - - Don't expect to build up the weak by pulling down the strong. - Não espere fortalecer o fraco puxando para baixo o forte. - - - - You can't know too much, but you can say too much. - Você não pode saber muito, mas pode dizer demais. - - - - Duty is not collective; it is personal. - O dever não é coletivo; é pessoal. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Qualquer sociedade que daria um pouco de liberdade para ganhar um pouco de segurança não merecerá nenhum e perderá ambos. - - - - Never trust a computer you can’t throw out a window. - Nunca confie em um computador que você não pode jogar para fora de uma janela. - - - - Study the past if you would define the future. - Estude o passado se você for definir o futuro. - - - - The way to get started is to quit talking and begin doing. - A maneira de começar é parar de falar e começar a fazer. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Peça e lhe será dado; procure, e você encontrará; bata e a porta será aberta para você. - - - - Start where you are. Use what you have. Do what you can. - Comece onde está. Use o que você tem. Faça o que possa. - - - - A person who never made a mistake never tried anything new. - Uma pessoa que nunca cometeu um erro nunca tentou algo novo. - - - - It does not matter how slowly you go as long as you do not stop. - Não importa como lentamente você vai, contanto que você não pare. - - - - Do what you can, where you are, with what you have. - Faça o que puder, onde estiver, com o que tem. - - - - Remember no one can make you feel inferior without your consent. - Lembre-se que ninguém pode fazer você se sentir inferior sem o seu consentimento. - - - - It’s not the years in your life that count. It’s the life in your years. - Não são os anos em sua vida que contam. É a vida em seus anos. - - - - Either write something worth reading or do something worth writing. - Ou escreva algo que vale a pena ler, ou façar algo que vale a pena escrever. - - - - The only way to do great work is to love what you do. - A única maneira de fazer um excelente trabalho é amar o que você faz. - - - - Political correctness is tyranny with manners. - Politicamente correto é tirania com maneiras. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Só duas coisas são infinitas, o universo e a estupidez humana, e eu não tenho certeza sobre o primeiro. - - - - I find that the harder I work, the more luck I seem to have. - Acho que quanto mais trabalho duro, mais sorte tenho. - - - - Do, or do not. There is no 'try'. - Faça, ou não. Não há 'tentativa'. - - - - A mathematician is a device for turning coffee into theorems. - Um matemático é um dispositivo para transformar café em teoremas. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - As pessoas boas não precisam de leis para dizer como agir com responsabilidade, enquanto as pessoas más vão encontrar uma maneira de contornar as leis. - - - - Black holes are where God divided by zero. - Buracos negros são onde Deus é dividido por zero. - - - - It's kind of fun to do the impossible. - É meio divertido fazer o impossível. - - - - Knowledge speaks, but wisdom listens. - O conhecimento fala, mas a sabedoria ouve. - - - - A witty saying proves nothing. - Um ditado espirituoso não prova nada. - - - - Success usually comes to those who are too busy to be looking for it. - Sucesso geralmente vem para aqueles que estão muito ocupados para estar procurando por ele. - - - - Well-timed silence hath more eloquence than speech. - O silêncio bem medido tem mais eloquência do que o discurso. - - - - I have never let my schooling interfere with my education. - Eu nunca deixei minha instrução interferir com minha educação. - - - - The best way to predict the future is to invent it. - A melhor maneira de prever o futuro é inventá-lo. - - - - Well done is better than well said. - Bem feito é melhor do que bem dito. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Às vezes não é suficiente que façamos o nosso melhor; devemos fazer o que é necessário. - - - - The truth is more important than the facts. - A verdade é mais importante do que os fatos. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - É melhor ficar em silêncio e ser pensado um tolo do que falar e remover todas as dúvidas. - - - - Initializing Session … - Inicializando sessão… - - - - Loading System Settings … - Carregando configurações do sistema… - - - - Loading User Preferences … - Carregando preferências do usuário… - - - - Preparing System Tray … - Preparando bandeja do sistema… - - - - Starting Window Manager … - Iniciando gerenciador de janelas … - - - - Detecting Applications … - Detectando aplicativos… - - - - Preparing Menus … - Preparando menus… - - - - Preparing Workspace … - Preparando o espaço de trabalho… - - - - Finalizing … - Finalizando… - - - - Starting App: %1 - Iniciando aplicativo: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ro.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ro.ts 2023-08-07 22:39:11.506698139 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ru.ts 2023-08-07 22:39:34.326684952 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Загрузка - - - - Starting the Lumina Desktop... - Запуск рабочего стола Lumina... - - - - Version %1 - Версия %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Рабочий стол заряжается от кофе, кофе и еще раз кофе. - - - - Keep up with desktop news! - Следите за новостями рабочего стола! - - - - There is a full handbook of information about the desktop available online. - Полный справочник информации о рабочем столе доступен в Интернете. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - Хотите изменить интерфейс? Все настраивается в конфигурации рабочего стола! - - - - Lumina can easily reproduce the interface from most other desktop environments. - Lumina может легко воспроизвести интерфейс большинства других настольных сред. - - - - This desktop is generously sponsored by iXsystems - Этот рабочий стол щедро спонсируется iXsystems - - - - I have never been hurt by what I have not said - Я никогда не страдал из-за того, что я не сказал - - - - Gotta have more cowbell! - У Готты больше колокольчиков! - - - - Everything has its beauty but not everyone sees it. - Все имеет свою красоту, но не каждый видит ее. - - - - Before God we are all equally wise - and equally foolish. - Перед Богом мы все одинаково мудрый - и столь же глупы. - - - - We cannot do everything at once, but we can do something at once. - Мы не можем сделать все сразу, но мы можем сделать что-то сразу. - - - - One with the law is a majority. - Один с законом является большинством. - - - - Don't expect to build up the weak by pulling down the strong. - Не ждите, чтобы создать слабое, потянув вниз сильное. - - - - You can't know too much, but you can say too much. - Вы не можете знать слишком много, но вы можете сказать слишком много. - - - - Duty is not collective; it is personal. - Обязанность не коллективная; это личное. - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - Любое общество, которое дало бы немного свободы, чтобы получить немного безопасности, будет не заслуживать их и потеряет обоих. - - - - Never trust a computer you can’t throw out a window. - Никогда не доверяй компьютеру, вы не можете бросить окна. - - - - Study the past if you would define the future. - Изучите прошлое, если вы хотите определить будущее. - - - - The way to get started is to quit talking and begin doing. - Способ начать - это бросить говорить и начать делать. - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - Просите и дано будет вам; ищите и найдете; стучите и откроют вам. - - - - Start where you are. Use what you have. Do what you can. - Начните, где вы находитесь. Используйте то, что у вас есть. Делать то, что вы можете. - - - - A person who never made a mistake never tried anything new. - Человек, который никогда не сделал ошибку - никогда не пробовал ничего нового. - - - - It does not matter how slowly you go as long as you do not stop. - Не важно, как медленно вы идете до тех пор, пока вы не остановить. - - - - Do what you can, where you are, with what you have. - Делайте то, что вы можете, где вы находитесь, с тем, что у вас есть. - - - - Remember no one can make you feel inferior without your consent. - Помните, что никто не может заставить вас чувствовать себя хуже без вашего согласия. - - - - It’s not the years in your life that count. It’s the life in your years. - Это не годы в вашей жизни. Это жизнь в ваших годах. - - - - Either write something worth reading or do something worth writing. - Что бы написать что-то - стоит прочитать, что бы сделать что-то - стоит написать. - - - - The only way to do great work is to love what you do. - Единственный способ сделать большую работу любить то, что вы делаете. - - - - Political correctness is tyranny with manners. - Политкорректность - тирания с манерами. - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Только две вещи бесконечны, вселенная и человеческая глупость. - - - - I find that the harder I work, the more luck I seem to have. - Я считаю, что чем больше я работаю, тем больше удачи у меня. - - - - Do, or do not. There is no 'try'. - Делай, или не делай. Не пробуй. - - - - A mathematician is a device for turning coffee into theorems. - Математик представляет собой устройство для превращения кофе в теоремы. - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - Хорошим людям не нужны законы, чтобы сказать им действовать ответственно, в то время как плохие люди найдут способ обойти законы. - - - - Black holes are where God divided by zero. - Черные дыры - это где Бог делен на ноль. - - - - It's kind of fun to do the impossible. - Это своего рода забава - сделать невозможное. - - - - Knowledge speaks, but wisdom listens. - Знание говорит, но мудрость слушает. - - - - A witty saying proves nothing. - Остроумное высказывание ничего не доказывает. - - - - Success usually comes to those who are too busy to be looking for it. - Успех обычно приходит к тем, кто слишком занят, чтобы искать его. - - - - Well-timed silence hath more eloquence than speech. - Своевременное молчание более красноречиво, чем слова. - - - - I have never let my schooling interfere with my education. - Я никогда не позволял моему школьному обучению вмешиваться в мое образование. - - - - The best way to predict the future is to invent it. - Лучший способ предсказать будущее это создать его. - - - - Well done is better than well said. - Меньше болтай, больше делай. - - - - Sometimes it is not enough that we do our best; we must do what is required. - Иногда не достаточно того, что мы делаем все возможное; мы должны делать то, что требуется. - - - - The truth is more important than the facts. - Правда важнее фактов. - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - Лучше молчать и слыть дураком, чем говорить и удалить все сомнения. - - - - Initializing Session … - Инициализация сессии … - - - - Loading System Settings … - Загрузка параметров системы … - - - - Loading User Preferences … - Загрузка пользовательских настроек … - - - - Preparing System Tray … - Подготовка Системного лотка … - - - - Starting Window Manager … - Запуск Менеджера окон … - - - - Detecting Applications … - Обнаружение Приложений … - - - - Preparing Menus … - Подготовка Меню … - - - - Preparing Workspace … - Подготовка Рабочей области … - - - - Finalizing … - Завершение … - - - - Starting App: %1 - Запуск приложения: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sa.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sa.ts 2023-08-07 22:39:53.676673772 +0200 @@ -137,64 +137,6 @@ - BootSplash - - - Form - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sk.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sk.ts 2023-08-07 22:40:15.296661281 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulár - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Inicializácia Session - - - - Loading System Settings … - Spúšťanie nastavenia systému - - - - Loading User Preferences … - Spustenie užívateľských nastavení - - - - Preparing System Tray … - Príprava System Tray - - - - Starting Window Manager … - Spúšťa sa Správca okien - - - - Detecting Applications … - Detekcia aplikácií - - - - Preparing Menus … - Príprava ponúk - - - - Preparing Workspace … - Príprava pracovnej plochy - - - - Finalizing … - Dokončenie - - - - Starting App: %1 - Spustenie aplikácie %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sl.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sl.ts 2023-08-07 22:40:43.496644992 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sr.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sr.ts 2023-08-07 22:41:03.376633508 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sv.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sv.ts 2023-08-07 22:41:28.886618771 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Formulär - - - - Starting the Lumina Desktop... - Startar Lumina-skrivbordet... - - - - Version %1 - Version %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - Detta skrivbord drivs av kaffe, kaffe och mer kaffe. - - - - Keep up with desktop news! - Håll dig uppdaterad med skrivbordsnyheterna! - - - - There is a full handbook of information about the desktop available online. - Det finns en handbok full av information om skrivbordet tillgängligt online. - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Initierar session … - - - - Loading System Settings … - Laddar systeminställningar ... - - - - Loading User Preferences … - Laddar användarinställningar … - - - - Preparing System Tray … - Förbereder System bricka… - - - - Starting Window Manager … - Startar fönsterhanterare … - - - - Detecting Applications … - Upptäcker program… - - - - Preparing Menus … - Förbereder menyer… - - - - Preparing Workspace … - Förbereder arbetsytor… - - - - Finalizing … - Slutför… - - - - Starting App: %1 - Startar program: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sw.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_sw.ts 2023-08-07 22:41:46.846608405 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ta.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ta.ts 2023-08-07 22:42:06.876596829 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_tg.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_tg.ts 2023-08-07 22:42:22.846587600 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_th.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_th.ts 2023-08-07 22:42:40.766577251 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_tr.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_tr.ts 2023-08-07 22:42:57.096567816 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Form - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Oturum Başlatılıyor … - - - - Loading System Settings … - Sistem Ayarları Yükleniyor … - - - - Loading User Preferences … - Kullanıcı Tercihleri Yükleniyor … - - - - Preparing System Tray … - Bildirim Alanı Hazırlanıyor … - - - - Starting Window Manager … - Pencere Yöneticisi Başlatılıyor … - - - - Detecting Applications … - Uygulamalar Algılanıyor … - - - - Preparing Menus … - Menüler Hazırlanıyor … - - - - Preparing Workspace … - Çalışma Alanı Hazırlanıyor … - - - - Finalizing … - Tamamlanıyor … - - - - Starting App: %1 - Uygulama Başlatılıyor: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_uk.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_uk.ts 2023-08-07 22:43:22.676553035 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - Форма - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - Ініціалізація сеансу... - - - - Loading System Settings … - Читання параметрів системи... - - - - Loading User Preferences … - Читання налаштувань користувача… - - - - Preparing System Tray … - Підготовка системного лотка... - - - - Starting Window Manager … - Запуск віконного менеджера... - - - - Detecting Applications … - Виявлення додатків... - - - - Preparing Menus … - Підготовка меню... - - - - Preparing Workspace … - Підготовка робочої області... - - - - Finalizing … - Завершення... - - - - Starting App: %1 - Запуск: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ur.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ur.ts 2023-08-07 22:43:40.876542519 +0200 @@ -137,64 +137,6 @@ - BootSplash - - - Form - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_uz.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_uz.ts 2023-08-07 22:43:58.486532349 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_vi.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_vi.ts 2023-08-07 22:44:16.776521795 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_CN.ts 2023-08-07 22:44:35.256511104 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - 表单 - - - - Starting the Lumina Desktop... - 正在启动 Lumina 桌面... - - - - Version %1 - 版本 %1 - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - 保持桌面最新! - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - 想改变界面?桌面配置中的一切都是可定制的! - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - 这个桌面是由 iXsystems 慷慨赞助 - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - 万物皆有动人之处,然非众人皆能洞悉。 - - - - Before God we are all equally wise - and equally foolish. - 在上帝面前,我们都同样聪明,同样愚蠢。 - - - - We cannot do everything at once, but we can do something at once. - 我们不能马上做每件事,但我们可以马上做某事。 - - - - One with the law is a majority. - 谁拥有法律,谁就是大多数。 - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - 永远不要信任那些你无法将其抛出窗外的电脑。 - - - - Study the past if you would define the future. - 如果你想定义未来,就请研究过去。 - - - - The way to get started is to quit talking and begin doing. - 开始的方法是放弃说,开始做。 - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - 你们祈求,就给你们;寻找,就寻见;叩门,就给你开门。 - - - - Start where you are. Use what you have. Do what you can. - 从哪跌倒,从哪爬起来,珍惜你所拥有的。做你能做的。 - - - - A person who never made a mistake never tried anything new. - 从不犯错的人也从不尝试新的事物。 - - - - It does not matter how slowly you go as long as you do not stop. - 无论你走得多慢,只要你不停止。 - - - - Do what you can, where you are, with what you have. - 无论身处何境,倾你所有,尽你所能。 - - - - Remember no one can make you feel inferior without your consent. - 不要妄自菲薄。 - - - - It’s not the years in your life that count. It’s the life in your years. - 重要的不是你活了多久,而是怎么活。 - - - - Either write something worth reading or do something worth writing. - 要么写一些值得读的,要么做一些值得写的。 - - - - The only way to do great work is to love what you do. - 成大事的唯一途径就是做自己喜欢做的事情。 - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - 有两件事是无限的,宇宙和人类的愚蠢,而我对前者不确定。 - - - - I find that the harder I work, the more luck I seem to have. - 我发现,我越是努力,就越发幸运。 - - - - Do, or do not. There is no 'try'. - 做,或不做。没有“尝试”。 - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - 好人不需要法律告知他们负起责任,恶人总是绕法律边缘而行。 - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - 乐在为不可为之事。 - - - - Knowledge speaks, but wisdom listens. - 知识是倾诉,但智慧是倾听。 - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - 成功往往青睐那些努力为它奋斗的人们。 - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - 预测未来最好的方法就是发明未来。 - - - - Well done is better than well said. - 说的好不如做的好。 - - - - Sometimes it is not enough that we do our best; we must do what is required. - 仅仅做到我们的最好是不够的,有时候我们得达到要求。 - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - 做一个消除一切疑虑的出头鸟,还不如保持沉默被当成傻子。 - - - - Initializing Session … - 正在初始化会话… - - - - Loading System Settings … - 载入系统设置… - - - - Loading User Preferences … - 载入用户设置… - - - - Preparing System Tray … - 准备系统托盘… - - - - Starting Window Manager … - 启动窗口管理器… - - - - Detecting Applications … - 扫描应用程序… - - - - Preparing Menus … - 准备菜单… - - - - Preparing Workspace … - 准备工作区… - - - - Finalizing … - 收尾… - - - - Starting App: %1 - 启动程序中: %1 - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_HK.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_HK.ts 2023-08-07 22:44:54.086500234 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_TW.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zh_TW.ts 2023-08-07 22:45:16.206487452 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin --- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zu.ts 2020-01-31 21:25:37.000000000 +0100 +++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_zu.ts 2023-08-07 22:45:33.166477654 +0200 @@ -187,304 +187,6 @@ - BootSplash - - - Form - - - - - Starting the Lumina Desktop... - - - - - Version %1 - - - - - This desktop is powered by coffee, coffee, and more coffee. - - - - - Keep up with desktop news! - - - - - There is a full handbook of information about the desktop available online. - - - - - Want to change the interface? Everything is customizable in the desktop configuration! - - - - - Lumina can easily reproduce the interface from most other desktop environments. - - - - - This desktop is generously sponsored by iXsystems - - - - - I have never been hurt by what I have not said - - - - - Gotta have more cowbell! - - - - - Everything has its beauty but not everyone sees it. - - - - - Before God we are all equally wise - and equally foolish. - - - - - We cannot do everything at once, but we can do something at once. - - - - - One with the law is a majority. - - - - - Don't expect to build up the weak by pulling down the strong. - - - - - You can't know too much, but you can say too much. - - - - - Duty is not collective; it is personal. - - - - - Any society that would give up a little liberty to gain a little security will deserve neither and lose both. - - - - - Never trust a computer you can’t throw out a window. - - - - - Study the past if you would define the future. - - - - - The way to get started is to quit talking and begin doing. - - - - - Ask and it will be given to you; search, and you will find; knock and the door will be opened for you. - - - - - Start where you are. Use what you have. Do what you can. - - - - - A person who never made a mistake never tried anything new. - - - - - It does not matter how slowly you go as long as you do not stop. - - - - - Do what you can, where you are, with what you have. - - - - - Remember no one can make you feel inferior without your consent. - - - - - It’s not the years in your life that count. It’s the life in your years. - - - - - Either write something worth reading or do something worth writing. - - - - - The only way to do great work is to love what you do. - - - - - Political correctness is tyranny with manners. - - - - - Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - - - - - I find that the harder I work, the more luck I seem to have. - - - - - Do, or do not. There is no 'try'. - - - - - A mathematician is a device for turning coffee into theorems. - - - - - Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. - - - - - Black holes are where God divided by zero. - - - - - It's kind of fun to do the impossible. - - - - - Knowledge speaks, but wisdom listens. - - - - - A witty saying proves nothing. - - - - - Success usually comes to those who are too busy to be looking for it. - - - - - Well-timed silence hath more eloquence than speech. - - - - - I have never let my schooling interfere with my education. - - - - - The best way to predict the future is to invent it. - - - - - Well done is better than well said. - - - - - Sometimes it is not enough that we do our best; we must do what is required. - - - - - The truth is more important than the facts. - - - - - Better to remain silent and be thought a fool than to speak out and remove all doubt. - - - - - Initializing Session … - - - - - Loading System Settings … - - - - - Loading User Preferences … - - - - - Preparing System Tray … - - - - - Starting Window Manager … - - - - - Detecting Applications … - - - - - Preparing Menus … - - - - - Preparing Workspace … - - - - - Finalizing … - - - - - Starting App: %1 - - - - DesktopViewPlugin